* alpha/vms.h (TRAMPOLINE_TEMPLATE): Revert last change.

From-SVN: r20944
This commit is contained in:
Richard Henderson 1998-07-06 02:26:18 -07:00 committed by Richard Henderson
parent 10c301ac33
commit 4fc8ff929a
2 changed files with 5 additions and 1 deletions

View 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

View 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. */