]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/config/tc-arm.c
* tc-arm.c (all error messages): Normalize capitalization of messages.
authorRichard Earnshaw <richard.earnshaw@arm.com>
Mon, 14 Jan 2002 15:01:04 +0000 (15:01 +0000)
committerRichard Earnshaw <richard.earnshaw@arm.com>
Mon, 14 Jan 2002 15:01:04 +0000 (15:01 +0000)
commitf03698e6610728ac52ced861328c565b3bfbb85f
treeca4cd46993d4a21c6f31c7e02366a093108b382a
parent2ad6300c8ef1bebb8f774d6eb6c4f18f8e07f9e2
* 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.
gas/ChangeLog
gas/config/tc-arm.c
gas/config/tc-arm.h