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
532eedf4
Commit
532eedf4
authored
Feb 28, 1999
by
Richard Henderson
Committed by
Richard Henderson
Feb 28, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* sparc.md (blockage, nonlocal_goto_receiver): Set length to 0.
From-SVN: r25509
parent
456bf3e3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
gcc/ChangeLog
+4
-0
gcc/config/sparc/sparc.md
+4
-3
No files found.
gcc/ChangeLog
View file @
532eedf4
Sun
Feb
28
15
:
57
:
06
1999
Richard
Henderson
<
rth
@cygnus
.
com
>
*
sparc
.
md
(
blockage
,
nonlocal_goto_receiver
)
:
Set
length
to
0
.
Sun
Feb
28
14
:
47
:
53
1999
Arturo
Montes
<
mitosys
@colomsat
.
com
.
co
>
*
config
/
i386
/
t
-
sco5gas
(
crti
.
o
)
:
New
target
.
...
...
gcc/config/sparc/sparc.md
View file @
532eedf4
...
...
@@ -7601,7 +7601,8 @@
(define_insn "blockage"
[
(unspec_volatile [(const_int 0)
]
0)]
""
"")
""
[
(set_attr "length" "0")
]
)
;; Prepare to return any type including a structure value.
...
...
@@ -8187,7 +8188,8 @@
(define_insn "nonlocal_goto_receiver"
[
(unspec_volatile [(const_int 0)
]
5)]
"flag_pic"
"")
""
[
(set_attr "length" "0")
]
)
(define_insn "trap"
[
(trap_if (const_int 1) (const_int 5))
]
...
...
@@ -8220,4 +8222,3 @@
"t%C0
\\
t%%xcc, %1"
[
(set_attr "type" "misc")
(set_attr "length" "1")])
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