* alpha/vms.h (TRAMPOLINE_TEMPLATE): Revert last change.
authorRichard Henderson <rth@cygnus.com>
Mon, 6 Jul 1998 09:26:18 +0000 (02:26 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 6 Jul 1998 09:26:18 +0000 (02:26 -0700)
From-SVN: r20944

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

index 4853b1845205e575ba8b60c7ae262642783f562c..afa4909712b1c87dee1869540353a3322e81e943 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 d91c47cfc237a969e66e295dc43d490b846893df..e318f0bfde475fe67f671cf1effebf48e9653055 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.  */