* config/tc-mips.c (md_parse_option): Fix typo in comment.

This commit is contained in:
Thiemo Seufer 2005-11-01 01:59:28 +00:00
parent 1b6d3ab111
commit 44075ae21c
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2005-11-01 Thiemo Seufer <ths@networkno.de>
* config/tc-mips.c (md_parse_option): Fix typo in comment.
2005-10-30 Mark Mitchell <mark@codesourcery.com> 2005-10-30 Mark Mitchell <mark@codesourcery.com>
* as.c (show_usage): Document "@FILE". * as.c (show_usage): Document "@FILE".

View File

@ -10709,8 +10709,8 @@ md_parse_option (int c, char *arg)
mips_abicalls = FALSE; mips_abicalls = FALSE;
break; break;
/* The -xgot option tells the assembler to use 32 offsets when /* The -xgot option tells the assembler to use 32 bit offsets
accessing the got in SVR4_PIC mode. It is for Irix when accessing the got in SVR4_PIC mode. It is for Irix
compatibility. */ compatibility. */
case OPTION_XGOT: case OPTION_XGOT:
mips_big_got = 1; mips_big_got = 1;