* config/tc-mips.c: Fix comment.
authorThiemo Seufer <ths@networkno.de>
Sat, 28 Apr 2007 22:12:58 +0000 (22:12 +0000)
committerThiemo Seufer <ths@networkno.de>
Sat, 28 Apr 2007 22:12:58 +0000 (22:12 +0000)
gas/ChangeLog
gas/config/tc-mips.c

index 1c5bddefd5d98a3a15f596d5d1a9bee6157550b4..6a7deecc5047927fa0e54ceb7013a670adeb1a90 100644 (file)
@@ -1,3 +1,7 @@
+2007-04-28  Thiemo Seufer  <ths@networkno.de>
+
+       * config/tc-mips.c: Fix comment.
+
 2007-04-26  Anatoly Sokolov <aesok@post.ru>
 
        * config/tc-avr.c (mcu_types): Add support for atmega8hva and
index 99b0a132e9f088cad7b7cf438ed6fa43db1c0683..09349449b31e7109adbb0dd856a2c039cc574099 100644 (file)
@@ -507,7 +507,7 @@ static int mips_any_noreorder;
    an mfhi/mflo instruction is read in the next two instructions.  */
 static int mips_7000_hilo_fix;
 
-/* The size of the small data section.  */
+/* The size of objects in the small data section.  */
 static unsigned int g_switch_value = 8;
 /* Whether the -G option was used.  */
 static int g_switch_seen = 0;
This page took 0.033127 seconds and 4 git commands to generate.