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
39fc3cc7
Commit
39fc3cc7
authored
Aug 29, 2001
by
Kazu Hirata
Committed by
Kazu Hirata
Aug 29, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* h8300.h (RETURN_ADDR_RTX): New.
From-SVN: r45262
parent
b3a68dba
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/h8300/h8300.h
+9
-0
No files found.
gcc/ChangeLog
View file @
39fc3cc7
2001
-
08
-
29
Kazu
Hirata
<
kazu
@hxi
.
com
>
*
h8300
.
h
(
RETURN_ADDR_RTX
)
:
New
.
2001
-
08
-
29
Kazu
Hirata
<
kazu
@hxi
.
com
>
*
h8300
.
md
(
movsi_h8300hs
)
:
Optimize
loading
of
several
special
constants
.
...
...
gcc/config/h8300/h8300.h
View file @
39fc3cc7
...
...
@@ -495,6 +495,15 @@ enum reg_class {
#define STARTING_FRAME_OFFSET 0
/* We do not know if the caller has a frame pointer, so we cannot go
beyond level 0. */
#define RETURN_ADDR_RTX(COUNT, FRAME) \
((COUNT) == 0 \
? gen_rtx_MEM (Pmode, \
plus_constant (arg_pointer_rtx, -GET_MODE_SIZE (Pmode))) \
: 0)
/* If we generate an insn to push BYTES bytes,
this says how many the stack pointer really advances by.
...
...
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