aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-arc.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2003-11-21 00:24:40 +0000
committerKazu Hirata <kazu@codesourcery.com>2003-11-21 00:24:40 +0000
commit2d2255b58e98053e88fd7d4e9be0c98567d8c739 (patch)
treebfe77fd6ab186a4ca015d2222aea734e48c1b0cf /gas/config/tc-arc.c
parent2d8c1c626117b3f74ab75d0268af9136ea9c27da (diff)
downloadgdb-2d2255b58e98053e88fd7d4e9be0c98567d8c739.zip
gdb-2d2255b58e98053e88fd7d4e9be0c98567d8c739.tar.gz
gdb-2d2255b58e98053e88fd7d4e9be0c98567d8c739.tar.bz2
* config/tc-a29k.h: Fix comment typos.
* config/tc-alpha.c: Likewise. * config/tc-alpha.h: Likewise. * config/tc-arc.c: Likewise. * config/tc-arm.c: Likewise. * config/tc-arm.h: Likewise. * config/tc-cris.c: Likewise. * config/tc-d10v.c: Likewise. * config/tc-d30v.c: Likewise. * config/tc-dlx.c: Likewise. * config/tc-dlx.h: Likewise.
Diffstat (limited to 'gas/config/tc-arc.c')
-rw-r--r--gas/config/tc-arc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-arc.c b/gas/config/tc-arc.c
index e3ea43e..539549a 100644
--- a/gas/config/tc-arc.c
+++ b/gas/config/tc-arc.c
@@ -1832,7 +1832,7 @@ get_arc_exp_reloc_type (data_p, default_type, exp, expnew)
expressionS *expnew;
{
/* If the expression is "symbol >> 2" we must change it to just "symbol",
- as fix_new_exp can't handle it. Similarily for (symbol - symbol) >> 2.
+ as fix_new_exp can't handle it. Similarly for (symbol - symbol) >> 2.
That's ok though. What's really going on here is that we're using
">> 2" as a special syntax for specifying BFD_RELOC_ARC_B26. */