mirror of git://gcc.gnu.org/git/gcc.git
* src/sparc/v9.S (STACKFRAME): Bump to 176.
From-SVN: r184129
This commit is contained in:
parent
4cb0fdbca0
commit
a0dfc1fed5
|
@ -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>
|
2012-02-10 Kai Tietz <ktietz@redhat.com>
|
||||||
|
|
||||||
* configure.ac (AM_LTLDFLAGS): Add -no-undefine for x64
|
* configure.ac (AM_LTLDFLAGS): Add -no-undefine for x64
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
/* Only compile this in for 64bit builds, because otherwise the object file
|
/* Only compile this in for 64bit builds, because otherwise the object file
|
||||||
will have inproper architecture due to used instructions. */
|
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 STACK_BIAS 2047
|
||||||
#define ARGS (128) /* Offset of register area in frame */
|
#define ARGS (128) /* Offset of register area in frame */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue