diff options
Diffstat (limited to 'gcc/config/rs6000/rs6000.c')
-rw-r--r-- | gcc/config/rs6000/rs6000.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index 464252d2005..2dbdb923538 100644 --- a/gcc/config/rs6000/rs6000.c +++ b/gcc/config/rs6000/rs6000.c @@ -19,9 +19,9 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "config.h" #include <stdio.h> #include <ctype.h> +#include "config.h" #include "rtl.h" #include "regs.h" #include "hard-reg-set.h" @@ -2140,7 +2140,7 @@ rs6000_got_register (value) } -/* Replace all occurances of register FROM with an new pseduo register in an insn X. +/* Replace all occurrences of register FROM with an new pseudo register in an insn X. Store the pseudo register used in REG. This is only safe during FINALIZE_PIC, since the registers haven't been setup yet. */ @@ -2215,7 +2215,7 @@ void rs6000_finalize_pic () { /* Loop through all of the insns, replacing the special GOT_TOC_REGNUM - with an appropriate pseduo register. If we find we need GOT/TOC, + with an appropriate pseudo register. If we find we need GOT/TOC, add the appropriate init code. */ if (flag_pic && (DEFAULT_ABI == ABI_V4 || DEFAULT_ABI == ABI_SOLARIS)) { @@ -2257,7 +2257,7 @@ rs6000_finalize_pic () } -/* Search for any occurrance of the GOT_TOC register marker that should +/* Search for any occurrence of the GOT_TOC register marker that should have been eliminated, but may have crept back in. */ void |