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
bc9ec51b
Commit
bc9ec51b
authored
Oct 01, 2002
by
Jim Wilson
Committed by
Jim Wilson
Oct 01, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't let regrename clobber the link register.
* config/v850/v850.h (EPILOGUE_USES): Define. From-SVN: r57689
parent
a646f6cc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
gcc/ChangeLog
+4
-0
gcc/config/v850/v850.h
+6
-0
No files found.
gcc/ChangeLog
View file @
bc9ec51b
2002
-
10
-
01
Jim
Wilson
<
wilson
@redhat
.
com
>
*
config
/
v850
/
v850
.
h
(
EPILOGUE_USES
)
:
Define
.
2002
-
09
-
30
Andrew
Haley
<
aph
@redhat
.
com
>
2002
-
09
-
30
Andrew
Haley
<
aph
@redhat
.
com
>
*
flow
.
c
(
insn_dead_p
)
:
When
using
non
-
call
-
exceptions
,
don
'
t
*
flow
.
c
(
insn_dead_p
)
:
When
using
non
-
call
-
exceptions
,
don
'
t
...
...
gcc/config/v850/v850.h
View file @
bc9ec51b
...
@@ -812,6 +812,12 @@ struct cum_arg { int nbytes; int anonymous_args; };
...
@@ -812,6 +812,12 @@ struct cum_arg { int nbytes; int anonymous_args; };
#define EXIT_IGNORE_STACK 1
#define EXIT_IGNORE_STACK 1
/* Define this macro as a C expression that is nonzero for registers
used by the epilogue or the `return' pattern. */
#define EPILOGUE_USES(REGNO) \
(reload_completed && (REGNO) == LINK_POINTER_REGNUM)
/* Output assembler code to FILE to increment profiler label # LABELNO
/* Output assembler code to FILE to increment profiler label # LABELNO
for profiling a function entry. */
for profiling a function entry. */
...
...
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