OSDN Git Service

* alpha/vms.h (TRAMPOLINE_TEMPLATE): Revert last change.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 6 Jul 1998 09:26:18 +0000 (09:26 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 6 Jul 1998 09:26:18 +0000 (09:26 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20944 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/alpha/vms.h

index 4853b18..afa4909 100644 (file)
@@ -1,3 +1,7 @@
+Mon Jul  6 09:27:08 1998  Richard Henderson  <rth@cygnus.com>
+
+       * alpha/vms.h (TRAMPOLINE_TEMPLATE): Revert last change.
+
 Mon Jul  6 09:25:06 1998  Dave Love  <d.love@dl.ac.uk>
 
        * libgcc2.c (__eprintf): Make args consistent with prototype in
index d91c47c..e318f0b 100644 (file)
@@ -392,7 +392,7 @@ do {                                                                        \
 {                                              \
   fprintf (FILE, "\t.quad 0\n");               \
   fprintf (FILE, "\t.linkage __tramp\n");      \
-  fprintf (FILE, "\t.quad 0,0\n");             \
+  fprintf (FILE, "\t.quad 0\n");               \
 }
 
 /* Length in units of the trampoline for entering a nested function.  */