From: Richard Stallman Date: Wed, 24 Jun 1992 04:16:17 +0000 (+0000) Subject: entered into RCS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=15872eeb797710097001dee9c8f7c05db1d7bbc1;p=gcc.git entered into RCS From-SVN: r1267 --- diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index b9d0598bfa3..e1e53011824 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. */