Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
cff27f1d
Commit
cff27f1d
authored
Aug 15, 2001
by
Jason Eckhardt
Committed by
Jason Eckhardt
Aug 15, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/i960/i960.md (trap): Change "faulteq.t" to "faulte.t".
From-SVN: r44926
parent
b8f73826
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/config/i960/i960.md
+1
-1
No files found.
gcc/ChangeLog
View file @
cff27f1d
2001
-
08
-
15
Jason
Eckhardt
<
jle
@redhat
.
com
>
*
config
/
i960
/
i960
.
md
(
trap
)
:
Change
"faulteq.t"
to
"faulte.t"
.
Wed
Aug
15
14
:
24
:
22
CEST
2001
Jan
Hubicka
<
jh
@suse
.
cz
>
Wed
Aug
15
14
:
24
:
22
CEST
2001
Jan
Hubicka
<
jh
@suse
.
cz
>
*
predict
.
c
(
struct
block_info_def
)
:
Remove
nvisited
.
*
predict
.
c
(
struct
block_info_def
)
:
Remove
nvisited
.
...
...
gcc/config/i960/i960.md
View file @
cff27f1d
...
@@ -546,7 +546,7 @@
...
@@ -546,7 +546,7 @@
(define_insn ("trap")
(define_insn ("trap")
[
(trap_if (const_int 1) (const_int 0))
]
[
(trap_if (const_int 1) (const_int 0))
]
""
""
"cmpo g0,g0 ; faulte
q
.t")
"cmpo g0,g0 ; faulte.t")
(define_expand "conditional_trap"
(define_expand "conditional_trap"
[
(trap_if (match_operator 0 "comparison_operator"
[
(trap_if (match_operator 0 "comparison_operator"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment