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
001643af
Commit
001643af
authored
Apr 12, 2001
by
Kaz Kojima
Committed by
Alexandre Oliva
Apr 12, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* sh.md (builtin_setjmp_receiver): New expander.
From-SVN: r41283
parent
38886f37
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
gcc/ChangeLog
+4
-0
gcc/config/sh/sh.md
+9
-0
No files found.
gcc/ChangeLog
View file @
001643af
2001
-
04
-
12
kaz
Kojima
<
kkojima
@rr
.
iij4u
.
or
.
jp
>
*
sh
.
md
(
builtin_setjmp_receiver
)
:
New
expander
.
2001
-
04
-
12
David
Edelsohn
<
dje
@watson
.
ibm
.
com
>
*
config
/
rs6000
/
rs6000
.
c
(
rs6000_emit_move
)
:
Do
not
...
...
gcc/config/sh/sh.md
View file @
001643af
...
...
@@ -3753,6 +3753,15 @@
}
")
(define_expand "builtin_setjmp_receiver"
[
(match_operand 0 "" "")
]
"flag_pic"
"
{
emit_insn (gen_GOTaddr2picreg ());
DONE;
}")
(define_expand "call_site"
[
(unspec [(match_dup 0)
]
UNSPEC_CALLER)]
""
...
...
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