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
e1175f68
Commit
e1175f68
authored
Jul 28, 2004
by
Richard Sandiford
Committed by
Aldy Hernandez
Jul 28, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/frv/frv.h (EPILOGUE_USES): New. Use LR.
From-SVN: r85271
parent
eef3c949
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/ChangeLog
+4
-0
gcc/config/frv/frv.h
+2
-0
No files found.
gcc/ChangeLog
View file @
e1175f68
2004-07-28 Richard Sandiford <rsandifo@redhat.com>
* config/frv/frv.h (EPILOGUE_USES): New. Use LR.
2004-07-28 Richard Sandiford <rsandifo@redhat.com>
* cse.c (validate_canon_reg): New function, split out from...
(canon_reg): ...here. Use validate_canon_reg for both 'e' and 'E'.
...
...
gcc/config/frv/frv.h
View file @
e1175f68
...
...
@@ -959,6 +959,8 @@ extern int target_flags;
#define EH_RETURN_STACKADJ_RTX gen_rtx_REG (SImode, STACKADJ_REGNO)
#define EH_RETURN_HANDLER_RTX RETURN_ADDR_RTX (0, frame_pointer_rtx)
#define EPILOGUE_USES(REGNO) ((REGNO) == LR_REGNO)
/* An initializer that says which registers are used for fixed purposes all
throughout the compiled code and are therefore not available for general
allocation. These would include the stack pointer, the frame pointer
...
...
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