aboutsummaryrefslogtreecommitdiff
path: root/gas/config
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2001-08-11 15:15:15 +0000
committerKazu Hirata <kazu@codesourcery.com>2001-08-11 15:15:15 +0000
commitf72c8c98df046cd99996d5691e459800e3778f88 (patch)
treed896b229a43c3db86a5bc72b5f9590bd16927513 /gas/config
parent99c79b2e5df013418216e90185370f8a7b68d165 (diff)
downloadgdb-f72c8c98df046cd99996d5691e459800e3778f88.zip
gdb-f72c8c98df046cd99996d5691e459800e3778f88.tar.gz
gdb-f72c8c98df046cd99996d5691e459800e3778f88.tar.bz2
* config/tc-mips.c: Fix a comment typo.
Diffstat (limited to 'gas/config')
-rw-r--r--gas/config/tc-mips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c
index 2cfde1c..b53462d 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.