diff options
author | David S. Miller <davem@redhat.com> | 2005-04-19 19:45:10 +0000 |
---|---|---|
committer | David S. Miller <davem@redhat.com> | 2005-04-19 19:45:10 +0000 |
commit | b0825cc233279083d1ad7d7673f06d6622b33c76 (patch) | |
tree | 5c776ef79329edff0a8394fc19d90777e0285d97 /gas/ChangeLog | |
parent | a288642de0bfb10e98697ba33f51de1b1b0a0b1d (diff) | |
download | gdb-b0825cc233279083d1ad7d7673f06d6622b33c76.zip gdb-b0825cc233279083d1ad7d7673f06d6622b33c76.tar.gz gdb-b0825cc233279083d1ad7d7673f06d6622b33c76.tar.bz2 |
* config/tc-sparc.c (md_assemble): If sparc_ip gives us a
NULL insn, exit early. Remove now spurious NULL checks.
(sparc_ip): Use as_bad for unknown opcode errors, set *pinsn
to NULL and exit.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index eb51697..31ffae6 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2005-04-19 David S. Miller <davem@davemloft.net> + + * config/tc-sparc.c (md_assemble): If sparc_ip gives us a + NULL insn, exit early. Remove now spurious NULL checks. + (sparc_ip): Use as_bad for unknown opcode errors, set *pinsn + to NULL and exit. + 2005-04-19 Jan Beulich <jbeulich@novell.com> * symbols.h (symbol_find_base): Remove prototype. |