aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-mips.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2001-10-17 05:51:12 +0000
committerAlan Modra <amodra@gmail.com>2001-10-17 05:51:12 +0000
commitd3ecfc599fbf95d896a970b06d122a4e17470c0d (patch)
tree0f105e6bfbb5d5e31bd8d93a63e1dd729111467b /gas/config/tc-mips.c
parentaa200fe8a3a83f8e483d6a138929e73ae099e145 (diff)
downloadgdb-d3ecfc599fbf95d896a970b06d122a4e17470c0d.zip
gdb-d3ecfc599fbf95d896a970b06d122a4e17470c0d.tar.gz
gdb-d3ecfc599fbf95d896a970b06d122a4e17470c0d.tar.bz2
* bit_fix.h: Comment typo fix.
* config/tc-mips.c: Likewise. * config/tc-sh.c: Likewise. * config/tc-arc.c (arc_code_symbol): Remove unnecessary test.
Diffstat (limited to 'gas/config/tc-mips.c')
-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 0f10cea..fc8a4c1 100644
--- a/gas/config/tc-mips.c
+++ b/gas/config/tc-mips.c
@@ -11115,7 +11115,7 @@ s_cpload (ignore)
return;
}
- /* .cpload should be in .set noreorder section. */
+ /* .cpload should be in a .set noreorder section. */
if (mips_opts.noreorder == 0)
as_warn (_(".cpload not in noreorder section"));