summaryrefslogtreecommitdiff
path: root/libffi
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2012-02-11 11:00:40 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2012-02-11 11:00:40 +0000
commita0dfc1fed52106764de740a9e13e29fbc94f9a56 (patch)
tree1d438af2db5404fb2856c45beb627f51b44d82df /libffi
parent4cb0fdbca0dbe3841b2e82a712895324c058554c (diff)
* src/sparc/v9.S (STACKFRAME): Bump to 176.
From-SVN: r184129
Diffstat (limited to 'libffi')
-rw-r--r--libffi/ChangeLog4
-rw-r--r--libffi/src/sparc/v9.S2
2 files changed, 5 insertions, 1 deletions
diff --git a/libffi/ChangeLog b/libffi/ChangeLog
index 3521bdc0044..c10a000e1bb 100644
--- a/libffi/ChangeLog
+++ b/libffi/ChangeLog
@@ -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
diff --git a/libffi/src/sparc/v9.S b/libffi/src/sparc/v9.S
index 489ff0293f2..bf31a2b5110 100644
--- a/libffi/src/sparc/v9.S
+++ b/libffi/src/sparc/v9.S
@@ -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 */