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
de5529c8
Commit
de5529c8
authored
Jan 22, 1996
by
David Edelsohn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use Pmode
From-SVN: r11084
parent
0a90c336
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
gcc/config/rs6000/rs6000.c
+11
-11
No files found.
gcc/config/rs6000/rs6000.c
View file @
de5529c8
...
...
@@ -3943,20 +3943,20 @@ rs6000_initialize_trampoline (addr, fnaddr, cxt)
/* Under AIX, just build the 3 word function descriptor */
case
ABI_AIX
:
emit_move_insn
(
gen_rtx
(
MEM
,
SI
mode
,
memory_address
(
SI
mode
,
(
addr
))),
gen_rtx
(
MEM
,
SI
mode
,
memory_address
(
SI
mode
,
(
fnaddr
))));
emit_move_insn
(
gen_rtx
(
MEM
,
SI
mode
,
memory_address
(
SI
mode
,
emit_move_insn
(
gen_rtx
(
MEM
,
P
mode
,
memory_address
(
P
mode
,
(
addr
))),
gen_rtx
(
MEM
,
P
mode
,
memory_address
(
P
mode
,
(
fnaddr
))));
emit_move_insn
(
gen_rtx
(
MEM
,
P
mode
,
memory_address
(
P
mode
,
plus_constant
((
addr
),
4
))),
gen_rtx
(
MEM
,
SI
mode
,
memory_address
(
SI
mode
,
gen_rtx
(
MEM
,
P
mode
,
memory_address
(
P
mode
,
plus_constant
((
fnaddr
),
4
))));
emit_move_insn
(
gen_rtx
(
MEM
,
SI
mode
,
memory_address
(
SI
mode
,
emit_move_insn
(
gen_rtx
(
MEM
,
P
mode
,
memory_address
(
P
mode
,
plus_constant
((
addr
),
8
))),
force_reg
(
SI
mode
,
(
cxt
)));
force_reg
(
P
mode
,
(
cxt
)));
break
;
/* Under V.4/eabi, update the two words after the bl to have the real
...
...
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