summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiemo Seufer <ths@networkno.de>2005-11-01 01:59:28 +0000
committerThiemo Seufer <ths@networkno.de>2005-11-01 01:59:28 +0000
commit9b77095df40ff36166fb5bba6a93b5175a8a95fa (patch)
treeeca6961638847296d3727cc5ef2fc3b712812558
parentc51785502921e40e8f5715f072a6b151cf48f74d (diff)
downloadbinutils-redhat-9b77095df40ff36166fb5bba6a93b5175a8a95fa.tar.gz
* config/tc-mips.c (md_parse_option): Fix typo in comment.
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/config/tc-mips.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 9ea3a40307..a0c0a7ff48 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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".
diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c
index 7ae421d222..391f0bebbd 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;