Commit e2ca2fab by Richard Stallman

*** empty log message ***

From-SVN: r769
parent 9e21be9d
...@@ -678,7 +678,9 @@ operands on the 32k are stored). */ ...@@ -678,7 +678,9 @@ operands on the 32k are stored). */
#define TRAMPOLINE_TEMPLATE(FILE) \ #define TRAMPOLINE_TEMPLATE(FILE) \
{ \ { \
fprintf (FILE, "\taddr .,r2\n" ); \ fprintf (FILE, "\taddr .,r2\n" ); \
fprintf (FILE, "\tjump @__trampoline\n" ); \ fprintf (FILE, "\tjump " ); \
PUT_ABSOLUTE_PREFIX (FILE); \
fprintf (FILE, "__trampoline\n" ); \
ASM_OUTPUT_INT (FILE, const0_rtx); \ ASM_OUTPUT_INT (FILE, const0_rtx); \
ASM_OUTPUT_INT (FILE, const0_rtx); \ ASM_OUTPUT_INT (FILE, const0_rtx); \
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment