Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Brown <julian@codesourcery.com>2006-08-18 14:30:35 +0400
committerJulian Brown <julian@codesourcery.com>2006-08-18 14:30:35 +0400
commit84c68027c3b0ac87cfd914e8b068def2fed1e5b5 (patch)
treee1697806145a3a9d7cde9eec0326479838910698
parent775928e34e50925ae7d94bc2486b19264988f720 (diff)
* arm-dis.c (print_insn_neon): Disassemble 32-bit immediates as
signed on 64-bit hosts.
-rw-r--r--ChangeLog.csl6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 502d2f37f..9a5c7ff28 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,9 @@
+2006-08-18 Julian Brown <julian@codesourcery.com>
+
+ opcodes/
+ * arm-dis.c (print_insn_neon): Disassemble 32-bit immediates as
+ signed on 64-bit hosts.
+
2006-08-16 Julian Brown <julian@codesourcery.com>
gas/