summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>1999-04-23 14:58:10 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>1999-04-23 14:58:10 +0000
commite789bca827a815b9b6a2eb646d43ef762dfd0a21 (patch)
treedd4ddfb67874caebcd3e213b9421dba032ae2862
parent05bea6dd1d97e716d7c9d6a78b7b924981878c6d (diff)
downloadppe42-gcc-e789bca827a815b9b6a2eb646d43ef762dfd0a21.tar.gz
ppe42-gcc-e789bca827a815b9b6a2eb646d43ef762dfd0a21.zip
* alpha32.h (INITIALIZE_TRAMPOLINE): Get offsets right.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26603 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/alpha/alpha32.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0685d67c2c3..5a264d4ab79 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+Fri Apr 23 14:57:33 1999 Donn Terry <donn@interix.com>
+
+ * alpha32.h (INITIALIZE_TRAMPOLINE): Get offsets right.
+
Fri Apr 23 14:36:47 1999 Richard Henderson <rth@cygnus.com>
* alpha.c (alpha_expand_prologue): Don't negate frame size
diff --git a/gcc/config/alpha/alpha32.h b/gcc/config/alpha/alpha32.h
index b8447985270..3cbcfe1f499 100644
--- a/gcc/config/alpha/alpha32.h
+++ b/gcc/config/alpha/alpha32.h
@@ -77,7 +77,7 @@ Boston, MA 02111-1307, USA. */
#undef INITIALIZE_TRAMPOLINE
#define INITIALIZE_TRAMPOLINE(TRAMP, FNADDR, CXT) \
- alpha_initialize_trampoline (TRAMP, FNADDR, CXT, 16, 20, 12)
+ alpha_initialize_trampoline (TRAMP, FNADDR, CXT, 20, 16, 12)
/* Output code to add DELTA to the first argument, and then jump to FUNCTION.
Used for C++ multiple inheritance. */
OpenPOWER on IntegriCloud