Commit 6ed7412a by Catherine Moore Committed by Catherine Moore

* config/v850/v850.h (TRAMPOLINE_TEMPLATE): Change r5 to r20.

From-SVN: r53046
parent b32d6163
2002-05-02 Catherine Moore <clm@redhat.com>
* config/v850/v850.h (TRAMPOLINE_TEMPLATE): Change r5 to r20.
2002-05-02 Kazu Hirata <kazu@hxi.com> 2002-05-02 Kazu Hirata <kazu@hxi.com>
* combine.c: Fix comment typos. * combine.c: Fix comment typos.
......
...@@ -755,7 +755,7 @@ extern int current_function_anonymous_args; ...@@ -755,7 +755,7 @@ extern int current_function_anonymous_args;
#define TRAMPOLINE_TEMPLATE(FILE) \ #define TRAMPOLINE_TEMPLATE(FILE) \
do { \ do { \
fprintf (FILE, "\tjarl .+4,r12\n"); \ fprintf (FILE, "\tjarl .+4,r12\n"); \
fprintf (FILE, "\tld.w 12[r12],r5\n"); \ fprintf (FILE, "\tld.w 12[r12],r20\n"); \
fprintf (FILE, "\tld.w 16[r12],r12\n"); \ fprintf (FILE, "\tld.w 16[r12],r12\n"); \
fprintf (FILE, "\tjmp [r12]\n"); \ fprintf (FILE, "\tjmp [r12]\n"); \
fprintf (FILE, "\tnop\n"); \ fprintf (FILE, "\tnop\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