diff --git a/gas/ChangeLog b/gas/ChangeLog index 7965d08e2e..f6295c2f99 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2001-08-11 Kazu Hirata + + * config/tc-mips.c: Fix a comment typo. + 2001-08-10 Richard Sandiford * config/tc-mips.c (move_register): New function. diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index 2cfde1c3ab..b53462df01 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -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.