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
a0dfc1fe
Commit
a0dfc1fe
authored
Feb 11, 2012
by
Eric Botcazou
Committed by
Eric Botcazou
Feb 11, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* src/sparc/v9.S (STACKFRAME): Bump to 176.
From-SVN: r184129
parent
4cb0fdbc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
libffi/ChangeLog
+4
-0
libffi/src/sparc/v9.S
+1
-1
No files found.
libffi/ChangeLog
View file @
a0dfc1fe
2012-02-11 Eric Botcazou <ebotcazou@adacore.com>
* src/sparc/v9.S (STACKFRAME): Bump to 176.
2012-02-10 Kai Tietz <ktietz@redhat.com>
* configure.ac (AM_LTLDFLAGS): Add -no-undefine for x64
...
...
libffi/src/sparc/v9.S
View file @
a0dfc1fe
...
...
@@ -32,7 +32,7 @@
/* Only compile this in for 64bit builds, because otherwise the object file
will have inproper architecture due to used instructions. */
#define STACKFRAME 1
28 /* Minimum stack framesize for SPARC
*/
#define STACKFRAME 1
76 /* Minimum stack framesize for SPARC 64-bit
*/
#define STACK_BIAS 2047
#define ARGS (128) /* Offset of register area in frame */
...
...
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