aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2010-01-29 16:02:41 +0000
committerNick Clifton <nickc@redhat.com>2010-01-29 16:02:41 +0000
commit99b253c5147a1fbe848d5f797666a1b546d300de (patch)
tree15ca00e8102905a2ac8442957a78f4e6d88d0137 /gas/ChangeLog
parent02961d7edf828bea7c52ead5af36e6135bc2ccfb (diff)
downloadgdb-99b253c5147a1fbe848d5f797666a1b546d300de.zip
gdb-99b253c5147a1fbe848d5f797666a1b546d300de.tar.gz
gdb-99b253c5147a1fbe848d5f797666a1b546d300de.tar.bz2
PR 11136
* config/tc-arm.c (neon_check_type): Handle a neon_shape value of NS_NULL. * gas/arm/neon-omit.s: Add instruction that causes crash. * gas/arm/neon-omit.d: Add expected disassembly.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 685e699..358f470 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,9 @@
+2010-01-29 Nick Clifton <nickc@redhat.com>
+
+ PR 11136
+ * config/tc-arm.c (neon_check_type): Handle a neon_shape value of
+ NS_NULL.
+
2010-01-27 Dave Korn <dave.korn.cygwin@gmail.com>
* NEWS: Mention new feature.
@@ -42,7 +48,7 @@
Include obj-format.h earlier.
2010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
-
+
* config/tc-s390.c (s390_elf_final_processing): New function.
* config/tc-s390.h (elf_tc_final_processing): New macro definition.
(s390_elf_final_processing): Added prototype.