aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorDavid S. Miller <davem@redhat.com>2005-04-19 19:45:10 +0000
committerDavid S. Miller <davem@redhat.com>2005-04-19 19:45:10 +0000
commitb0825cc233279083d1ad7d7673f06d6622b33c76 (patch)
tree5c776ef79329edff0a8394fc19d90777e0285d97 /gas/ChangeLog
parenta288642de0bfb10e98697ba33f51de1b1b0a0b1d (diff)
downloadgdb-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/ChangeLog7
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.