OSDN Git Service

* alpha32.h (INITIALIZE_TRAMPOLINE): Get offsets right.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 23 Apr 1999 14:58:10 +0000 (14:58 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 23 Apr 1999 14:58:10 +0000 (14:58 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26603 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/alpha/alpha32.h

index 0685d67..5a264d4 100644 (file)
@@ -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
index b844798..3cbcfe1 100644 (file)
@@ -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.  */