aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-arm.h
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-arm.h
parent2d8c1c626117b3f74ab75d0268af9136ea9c27da (diff)
downloadfsf-binutils-gdb-2d2255b58e98053e88fd7d4e9be0c98567d8c739.zip
fsf-binutils-gdb-2d2255b58e98053e88fd7d4e9be0c98567d8c739.tar.gz
fsf-binutils-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-arm.h')
-rw-r--r--gas/config/tc-arm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-arm.h b/gas/config/tc-arm.h
index ee99236..58396cc 100644
--- a/gas/config/tc-arm.h
+++ b/gas/config/tc-arm.h
@@ -137,7 +137,7 @@ bfd_boolean arm_fix_adjustable PARAMS ((struct fix *));
#define ARM_RESET_FLAG(s,v) (*symbol_get_tc (s) &= ~(v))
#define ARM_FLAG_THUMB (1 << 0) /* The symbol is a Thumb symbol rather than an Arm symbol. */
-#define ARM_FLAG_INTERWORK (1 << 1) /* The symbol is attached to code that suppports interworking. */
+#define ARM_FLAG_INTERWORK (1 << 1) /* The symbol is attached to code that supports interworking. */
#define THUMB_FLAG_FUNC (1 << 2) /* The symbol is attached to the start of a Thumb function. */
#define ARM_IS_THUMB(s) (ARM_GET_FLAG (s) & ARM_FLAG_THUMB)