* config/tc-mips.c (md_parse_option): Fix typo in comment.
authorThiemo Seufer <ths@networkno.de>
Tue, 1 Nov 2005 01:59:28 +0000 (01:59 +0000)
committerThiemo Seufer <ths@networkno.de>
Tue, 1 Nov 2005 01:59:28 +0000 (01:59 +0000)
gas/ChangeLog
gas/config/tc-mips.c

index 9ea3a40307e1ffa6c9c84b7972452529c001fc3a..a0c0a7ff488896a22682b4c856bd7c0fd92bd640 100644 (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>
 
        * as.c (show_usage): Document "@FILE".
index 7ae421d2229ee498a77efd5e94335f9d4ecd0e1a..391f0bebbddf1027c4a36db626d8bdc030fe3c48 100644 (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;
This page took 0.038123 seconds and 4 git commands to generate.