aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2012-02-27 06:37:40 +0000
committerAlan Modra <amodra@gmail.com>2012-02-27 06:37:40 +0000
commit1f42f8b31d2ef0cd0e4967f7d9414e0671be288e (patch)
treecb8a7af5589b95844855e6bad01d1d8fd0d41c5a /opcodes/ChangeLog
parentcdb062354ec534d97597dcfa20fd032c799dd0c1 (diff)
downloadgdb-1f42f8b31d2ef0cd0e4967f7d9414e0671be288e.zip
gdb-1f42f8b31d2ef0cd0e4967f7d9414e0671be288e.tar.gz
gdb-1f42f8b31d2ef0cd0e4967f7d9414e0671be288e.tar.bz2
gas/
* config/tc-crx.c: Include bfd_stdint.h. (getconstant): Remove irrelevant comment. Don't fail due to sign-extension of int mask. (check_range): Rewrite using unsigned arithmetic throughout. opcodes/ * crx-dis.c (print_arg): Mask constant to 32 bits. * crx-opc.c (cst4_map): Use int array. include/opcode/ * crx.h (cst4_map): Update declaration.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index cc0af8e..81b4e64 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,5 +1,10 @@
2012-02-27 Alan Modra <amodra@gmail.com>
+ * crx-dis.c (print_arg): Mask constant to 32 bits.
+ * crx-opc.c (cst4_map): Use int array.
+
+2012-02-27 Alan Modra <amodra@gmail.com>
+
* arc-dis.c (BITS): Don't use shifts to mask off bits.
(FIELDD): Sign extend with xor,sub.