OSDN Git Service

* 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)
commitb07781f19174e1db4e086a6094826a7b16837df1
tree7fcb81389cc6ebbc3c6bd80313e0db28f1a86691
parentf090c58c2e770978737639c76734fe6db89c0507
* 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