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
c2c9f6c9
Commit
c2c9f6c9
authored
Feb 05, 2002
by
Richard Henderson
Committed by
Richard Henderson
Feb 05, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/sparc/sparc.h (ARG_POINTER_CFA_OFFSET): No stack bias.
From-SVN: r49538
parent
65c9eafb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/config/sparc/sparc.h
+1
-1
No files found.
gcc/ChangeLog
View file @
c2c9f6c9
2002-02-05 Richard Henderson <rth@redhat.com>
* config/sparc/sparc.h (ARG_POINTER_CFA_OFFSET): No stack bias.
2002-02-06 Hans-Peter Nilsson <hp@bitrange.com>
Implement using "base addresses" in insn operands as default.
...
...
gcc/config/sparc/sparc.h
View file @
c2c9f6c9
...
...
@@ -1567,7 +1567,7 @@ extern const char leaf_reg_remap[];
/* Offset from the argument pointer register value to the CFA.
This is different from FIRST_PARM_OFFSET because the register window
comes between the CFA and the arguments. */
#define ARG_POINTER_CFA_OFFSET(FNDECL)
SPARC_STACK_BIAS
#define ARG_POINTER_CFA_OFFSET(FNDECL)
0
/* When a parameter is passed in a register, stack space is still
allocated for it.
...
...
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