aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-06-24 04:16:17 +0000
committerRichard Stallman <rms@gnu.org>1992-06-24 04:16:17 +0000
commit15872eeb797710097001dee9c8f7c05db1d7bbc1 (patch)
tree87f8b776d001503dc72f9a0f97f8005c0d6ba18a
parentdd605bb4ac21eda2bba69bb46cca0ed40c86a8e7 (diff)
downloadgcc-15872eeb797710097001dee9c8f7c05db1d7bbc1.zip
gcc-15872eeb797710097001dee9c8f7c05db1d7bbc1.tar.gz
gcc-15872eeb797710097001dee9c8f7c05db1d7bbc1.tar.bz2
entered into RCS
From-SVN: r1267
-rw-r--r--gcc/config/rs6000/rs6000.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c
index b9d0598..e1e5301 100644
--- a/gcc/config/rs6000/rs6000.c
+++ b/gcc/config/rs6000/rs6000.c
@@ -1409,12 +1409,12 @@ output_epilog (file, size)
fprintf (file, "LT..");
ASM_OUTPUT_LABEL (file, fname);
- /* The .tbtab psuedo-op can only be used for the first eight
+ /* The .tbtab pseudo-op can only be used for the first eight
expressions, since it can't handle the possibly variable length
fields that follow. However, if you omit the optional fields,
the assembler outputs zeros for all optional fields anyways, giving each
variable length field is minimum length (as defined in sys/debug.h).
- Thus we can not use the .tbtab psuedo-op at all. */
+ Thus we can not use the .tbtab pseudo-op at all. */
/* An all-zero word flags the start of the tbtab, for debuggers that have
to find it by searching forward from the entry point or from the
@@ -1517,7 +1517,7 @@ output_epilog (file, size)
/* This is actually the number of fp registers that hold parameters;
and thus the maximum value is 13. */
/* Set parameters on stack bit if parameters are not in their original
- registers, irregardless of whether they are on the stack? Xlc
+ registers, regardless of whether they are on the stack? Xlc
seems to set the bit when not optimizing. */
fprintf (file, "%d\n", ((float_parms << 1) | (! optimize)));
@@ -1541,7 +1541,7 @@ output_epilog (file, size)
fprintf (file, "\n");
/* Interrupt handler mask. */
- /* Omit this long, since we never set the iterrupt handler bit above. */
+ /* Omit this long, since we never set the interrupt handler bit above. */
/* Number of CTL (controlled storage) anchors. */
/* Omit this long, since the has_ctl bit is never set above. */