(TRAMPOLINE_TEMPLATE): Change .long to .word; split into two lines.
authorRichard Stallman <rms@gnu.org>
Sat, 15 May 1993 13:03:14 +0000 (13:03 +0000)
committerRichard Stallman <rms@gnu.org>
Sat, 15 May 1993 13:03:14 +0000 (13:03 +0000)
From-SVN: r4465

gcc/config/pa/pa.h

index 1508c2cd39d794117fe10d3a1c00c6de13a79b42..84ebc373281635ed4b2952f2eae323544673ac25 100644 (file)
@@ -974,7 +974,8 @@ extern union tree_node *current_function_decl;
   fprintf (FILE, "\tldw 12(0,%%r22),%%r21\n"); \
   fprintf (FILE, "\tbe 0(4,%%r21)\n");         \
   fprintf (FILE, "\tldw 16(0,%%r22),%%r29\n"); \
-  fprintf (FILE, "\t.long 0,0\n");             \
+  fprintf (FILE, "\t.word 0\n");               \
+  fprintf (FILE, "\t.word 0\n");               \
 }
 
 /* Length in units of the trampoline for entering a nested function.