* src/sparc/v9.S (STACKFRAME): Bump to 176.
authorEric Botcazou <ebotcazou@adacore.com>
Sat, 11 Feb 2012 11:00:40 +0000 (11:00 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 11 Feb 2012 11:00:40 +0000 (11:00 +0000)
From-SVN: r184129

libffi/ChangeLog
libffi/src/sparc/v9.S

index 3521bdc0044386caaf47193f5f914b5af932cf6b..c10a000e1bb58ba480c1744fc6bf3cd27c421b6f 100644 (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
index 489ff0293f2f90896f4f63c9781917436b8e92db..bf31a2b5110c518429614951a3054c1818af419a 100644 (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 */