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/ChangeLog | |
parent | 2ad6300c8ef1bebb8f774d6eb6c4f18f8e07f9e2 (diff) | |
download | gdb-f03698e6610728ac52ced861328c565b3bfbb85f.zip gdb-f03698e6610728ac52ced861328c565b3bfbb85f.tar.gz 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/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index e99a1dd..ed87392 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,18 @@ +2002-01-14 Richard Earnshaw <rearnsha@arm.com> + + * 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. + 2002-01-11 Richard Earnshaw <rearnsha@arm.com> * tc-arm.c ((do_ldst): Fix handling an immediate expression pseudo |