aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-mips.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2002-12-17 01:13:56 +0000
committerKazu Hirata <kazu@codesourcery.com>2002-12-17 01:13:56 +0000
commitc03099e68268e7fab89559e11442f8b0619074a0 (patch)
tree313bf6391671d9646826a63c41937b3d88560637 /gas/config/tc-mips.c
parent231367095d5e01a7e3489d8333b43b94d2e1c58a (diff)
downloadgdb-c03099e68268e7fab89559e11442f8b0619074a0.zip
gdb-c03099e68268e7fab89559e11442f8b0619074a0.tar.gz
gdb-c03099e68268e7fab89559e11442f8b0619074a0.tar.bz2
* ChangeLog-9295: Fix a typo.
* README: Likewise. * config/tc-d10v.c: Fix a comment typo. * config/tc-dlx.c: Likewise. * config/tc-h8300.h: Likewise. * config/tc-h8500.h: Likewise. * config/tc-mips.c: Likewise. * config/tc-s390.c: Likewise. * config/tc-sh.h: Likewise. * config/tc-tic80.h: Likewise. * config/tc-w65.h: Likewise. * config/tc-z8k.c: Likewise. * config/tc-z8k.h: Likewise. * testsuite/gas/h8300/cmpsi2.s: Likewise.
Diffstat (limited to 'gas/config/tc-mips.c')
-rw-r--r--gas/config/tc-mips.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c
index 85cbe62..15ada2c 100644
--- a/gas/config/tc-mips.c
+++ b/gas/config/tc-mips.c
@@ -3818,7 +3818,7 @@ load_address (counter, reg, ep, used_at)
dsll32 $reg,0
daddu $reg,$reg,$at
- If $at is already in use, we use an path which is suboptimal
+ If $at is already in use, we use a path which is suboptimal
on superscalar processors.
lui $reg,<sym> (BFD_RELOC_MIPS_HIGHEST)
daddiu $reg,<sym> (BFD_RELOC_MIPS_HIGHER)
@@ -4854,7 +4854,7 @@ macro (ip)
dsll32 $tempreg,0
daddu $tempreg,$tempreg,$at
- If $at is already in use, we use an path which is suboptimal
+ If $at is already in use, we use a path which is suboptimal
on superscalar processors.
lui $tempreg,<sym> (BFD_RELOC_MIPS_HIGHEST)
daddiu $tempreg,<sym> (BFD_RELOC_MIPS_HIGHER)