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
35c2dbf4
Commit
35c2dbf4
authored
Feb 10, 1995
by
Michael Meissner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove last change.
From-SVN: r8900
parent
8b236af9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
20 deletions
+0
-20
gcc/config/rs6000/rs6000.h
+0
-20
No files found.
gcc/config/rs6000/rs6000.h
View file @
35c2dbf4
...
...
@@ -1131,26 +1131,6 @@ struct rs6000_args {int words, fregno, nargs_prototype; };
force_reg (SImode, (CXT))); \
}
/* Definitions for __builtin_return_address and __builtin_frame_address. */
/* __builtin_return_address (0) should give $lr, enable this. */
/* This should be uncommented, so that the link register is used, but
currently this would result in unmatched insns and spilling fixed
registers so we'll leave it for another day. When these problems are taken
care of one additional fetch will be necessary in RETURN_ADDR_RTX. (mrs) */
/* #define RETURN_ADDR_IN_PREVIOUS_FRAME */
/* The current return address is in $lr (65). The return address of anything
farther back is accessed normally at [[%fp]+8]. */
#define RETURN_ADDR_RTX(count, frame) \
((count == -1) \
? gen_rtx (REG, Pmode, 65) \
: copy_to_reg (gen_rtx (MEM, Pmode, \
memory_address (Pmode, \
plus_constant (copy_to_reg (gen_rtx (MEM, Pmode, \
memory_address (Pmode, frame))), \
8)))))
/* Definitions for register eliminations.
We have two registers that can be eliminated on the RS/6000. First, the
...
...
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