mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
* config/tc-mips.c (md_parse_option): Fix typo in comment.
This commit is contained in:
@ -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>
|
||||
|
||||
* as.c (show_usage): Document "@FILE".
|
||||
|
@ -10709,8 +10709,8 @@ md_parse_option (int c, char *arg)
|
||||
mips_abicalls = FALSE;
|
||||
break;
|
||||
|
||||
/* The -xgot option tells the assembler to use 32 offsets when
|
||||
accessing the got in SVR4_PIC mode. It is for Irix
|
||||
/* The -xgot option tells the assembler to use 32 bit offsets
|
||||
when accessing the got in SVR4_PIC mode. It is for Irix
|
||||
compatibility. */
|
||||
case OPTION_XGOT:
|
||||
mips_big_got = 1;
|
||||
|
Reference in New Issue
Block a user