diff options
author | Nick Clifton <nickc@redhat.com> | 1998-08-12 17:32:39 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1998-08-12 17:32:39 +0000 |
commit | 80522b7d5bf6e93cd4f631d3fca3b27939fe8033 (patch) | |
tree | 22d8fdfa0329d7df07c0f0665d521d7d9e2964e1 /gas/ChangeLog | |
parent | 78a1a4f74eb4c9a45842f0c56c1f2d9c0c2fba71 (diff) | |
download | gdb-80522b7d5bf6e93cd4f631d3fca3b27939fe8033.zip gdb-80522b7d5bf6e93cd4f631d3fca3b27939fe8033.tar.gz gdb-80522b7d5bf6e93cd4f631d3fca3b27939fe8033.tar.bz2 |
Document .req directive
Improve error message when unrecognised register name is encountered.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 2a8050e..f527b4b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -4,6 +4,14 @@ Wed Aug 12 13:25:03 1998 Alan Modra <alan@spri.levels.unisa.edu.au> prefixes. (i386_operand): Fix an error message. +Tue Aug 11 14:44:32 1998 Nick Clifton <nickc@cygnus.com> + + * doc/c-arm.texi (ARM Directives): Document .req directive. + + * config/tc-arm.c (reg_required_here): Display erroneous string if + the register name could not be decoded. + Do not set inst.instruction if the sift is -1. + Mon Aug 10 15:39:56 1998 Richard Henderson <rth@cygnus.com> * config/tc-alpha.c (tc_gen_reloc): Bias WEAK symbols just as |