From: Thiemo Seufer Date: Tue, 1 Nov 2005 01:59:28 +0000 (+0000) Subject: * config/tc-mips.c (md_parse_option): Fix typo in comment. X-Git-Tag: gdb-csl-20060226-branchpoint~882 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=44075ae21c147030e0b45fd5789bc67b719eb591;p=platform%2Fupstream%2Fbinutils.git * config/tc-mips.c (md_parse_option): Fix typo in comment. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 9ea3a40..a0c0a7f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2005-11-01 Thiemo Seufer + + * config/tc-mips.c (md_parse_option): Fix typo in comment. + 2005-10-30 Mark Mitchell * as.c (show_usage): Document "@FILE". diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index 7ae421d..391f0be 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -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;