* src/sparc/v9.S (STACKFRAME): Bump to 176.

From-SVN: r184129
This commit is contained in:
Eric Botcazou 2012-02-11 11:00:40 +00:00 committed by Eric Botcazou
parent 4cb0fdbca0
commit a0dfc1fed5
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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 128 /* Minimum stack framesize for SPARC */
#define STACKFRAME 176 /* Minimum stack framesize for SPARC 64-bit */
#define STACK_BIAS 2047
#define ARGS (128) /* Offset of register area in frame */