]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* config/tc-mips.c: Fix a comment typo.
authorKazu Hirata <kazu@codesourcery.com>
Sat, 11 Aug 2001 15:15:15 +0000 (15:15 +0000)
committerKazu Hirata <kazu@codesourcery.com>
Sat, 11 Aug 2001 15:15:15 +0000 (15:15 +0000)
gas/ChangeLog
gas/config/tc-mips.c

index 7965d08e2efee33f4ce4cf4b9f8a6ee11825bef9..f6295c2f994d236fea07e133edab8e8e2069f890 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-11  Kazu Hirata  <kazu@hxi.com>
+
+       * config/tc-mips.c: Fix a comment typo.
+
 2001-08-10  Richard Sandiford  <rsandifo@redhat.com>
 
        * config/tc-mips.c (move_register): New function.
index 2cfde1c3ab32f80c136538a550a022f7b3a69bba..b53462df0124bed051917edbedabc44b733e2975 100644 (file)
@@ -5789,7 +5789,7 @@ macro (ip)
       R4000 uses interlocks to handle coproc delays.
       Other chips (like the R3000) require nops to be inserted for delays.
 
-      FIXME: Currently, we require that the user handles delays.
+      FIXME: Currently, we require that the user handle delays.
       In order to fill delay slots for non-interlocked chips,
       we must have a way to specify delays based on the coprocessor.
       Eg. 4 cycles if load coproc reg from memory, 1 if in cache, etc.