diff options
author | Richard Earnshaw <richard.earnshaw@arm.com> | 2002-01-14 15:01:04 +0000 |
---|---|---|
committer | Richard Earnshaw <richard.earnshaw@arm.com> | 2002-01-14 15:01:04 +0000 |
commit | f03698e6610728ac52ced861328c565b3bfbb85f (patch) | |
tree | ca4cd46993d4a21c6f31c7e02366a093108b382a /gas/config/tc-arm.h | |
parent | 2ad6300c8ef1bebb8f774d6eb6c4f18f8e07f9e2 (diff) | |
download | fsf-binutils-gdb-f03698e6610728ac52ced861328c565b3bfbb85f.zip fsf-binutils-gdb-f03698e6610728ac52ced861328c565b3bfbb85f.tar.gz fsf-binutils-gdb-f03698e6610728ac52ced861328c565b3bfbb85f.tar.bz2 |
* tc-arm.c (all error messages): Normalize capitalization of messages.
* tc-arm.h (md_operand): Delete define.
* tc-arm.c (in_my_get_expression): New static variable.
(my_get_expression): Set and clear it.
(md_operand): New function. If called from my_get_expression
put the error in inst.error.
(output_inst): Now takes argument of instruction being assembled.
Print it out with any error message.
(do_ldst, do_ldstv4, thumb_load_store): Fault attempt to use a store
with '=' syntax.
(end_of_line): Don't update inst.error if it is already set.
Diffstat (limited to 'gas/config/tc-arm.h')
-rw-r--r-- | gas/config/tc-arm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gas/config/tc-arm.h b/gas/config/tc-arm.h index 381e546..2de9674 100644 --- a/gas/config/tc-arm.h +++ b/gas/config/tc-arm.h @@ -169,8 +169,6 @@ void armelf_frob_symbol PARAMS ((symbolS *, int *)); #define OPTIONAL_REGISTER_PREFIX '%' -#define md_operand(x) - #define LOCAL_LABEL(name) (name[0] == '.' && (name[1] == 'L')) #define LOCAL_LABELS_FB 1 #ifdef OBJ_ELF |