Commit 49dad301 by Jeffrey A Law Committed by Jeff Law

mn10200.h (INITIALIZE_TRAMPOLINE): PC relative instructions are relative to the next instruction...

        * mn10200.h (INITIALIZE_TRAMPOLINE): PC relative instructions
        are relative to the next instruction, not the current instruction.

From-SVN: r15043
parent b245293e
Tue Sep 2 18:41:55 1997 Jeffrey A Law (law@cygnus.com)
* mn10200.h (INITIALIZE_TRAMPOLINE): PC relative instructions
are relative to the next instruction, not the current instruction.
Tue Sep 2 14:22:43 1997 Jim Wilson <wilson@cygnus.com>
* local-alloc.c (contains_replace_regs): New function.
......
......@@ -566,7 +566,7 @@ extern struct rtx_def *function_arg();
#define TRAMPOLINE_TEMPLATE(FILE) \
do { \
fprintf (FILE, "\t.byte 0xfd\n"); \
fprintf (FILE, "\t.byte 0x03\n"); \
fprintf (FILE, "\t.byte 0x02\n"); \
fprintf (FILE, "\t.byte 0x00\n"); \
fprintf (FILE, "\tmov (a3),a0\n"); \
fprintf (FILE, "\tadd -4,a3\n"); \
......
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