aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1995-12-03 12:27:44 -0700
committerJeff Law <law@gcc.gnu.org>1995-12-03 12:27:44 -0700
commit8b68935bb75a13ef98360d79fde7488805b29c2d (patch)
tree32013fc33b26edd9492d12c553b51e4ddae692d6
parent8b43265c260d3363bed357a92faca40a8c754554 (diff)
downloadgcc-8b68935bb75a13ef98360d79fde7488805b29c2d.zip
gcc-8b68935bb75a13ef98360d79fde7488805b29c2d.tar.gz
gcc-8b68935bb75a13ef98360d79fde7488805b29c2d.tar.bz2
Fix typos/thinkos in fprintf->fputs changes.
From-SVN: r10666
-rw-r--r--gcc/config/pa/pa.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h
index 21178b4..c489df1 100644
--- a/gcc/config/pa/pa.h
+++ b/gcc/config/pa/pa.h
@@ -1175,15 +1175,15 @@ extern union tree_node *current_function_decl;
#define TRAMPOLINE_TEMPLATE(FILE) \
{ \
- fputs ("\tldw 36(0,%%r22),%%r21\n", FILE); \
- fputs ("\tbb,>=,n %%r21,30,.+16\n", FILE); \
- fputs ("\tdepi 0,31,2,%%r21\n", FILE); \
- fputs ("\tldw 4(0,%%r21),%%r19\n", FILE); \
- fputs ("\tldw 0(0,%%r21),%%r21\n", FILE); \
- fputs ("\tldsid (0,%%r21),%%r1\n", FILE); \
- fputs ("\tmtsp %%r1,%%sr0\n", FILE); \
- fputs ("\tbe 0(%%sr0,%%r21)\n", FILE); \
- fputs ("\tldw 40(0,%%r22),%%r29\n", FILE); \
+ fputs ("\tldw 36(0,%r22),%r21\n", FILE); \
+ fputs ("\tbb,>=,n %r21,30,.+16\n", FILE); \
+ fputs ("\tdepi 0,31,2,%r21\n", FILE); \
+ fputs ("\tldw 4(0,%r21),%r19\n", FILE); \
+ fputs ("\tldw 0(0,%r21),%r21\n", FILE); \
+ fputs ("\tldsid (0,%r21),%r1\n", FILE); \
+ fputs ("\tmtsp %r1,%sr0\n", FILE); \
+ fputs ("\tbe 0(%sr0,%r21)\n", FILE); \
+ fputs ("\tldw 40(0,%r22),%r29\n", FILE); \
fputs ("\t.word 0\n", FILE); \
fputs ("\t.word 0\n", FILE); \
}
@@ -1989,7 +1989,7 @@ DTORS_SECTION_FUNCTION
{ fputs ("\t.word ", FILE); \
if (function_label_operand (VALUE, VOIDmode) \
&& !TARGET_PORTABLE_RUNTIME) \
- fputs ("P%%", FILE); \
+ fputs ("P%", FILE); \
output_addr_const (FILE, (VALUE)); \
fputs ("\n", FILE);}