diff options
author | Alan Modra <amodra@gmail.com> | 2012-02-27 06:37:40 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2012-02-27 06:37:40 +0000 |
commit | 1f42f8b31d2ef0cd0e4967f7d9414e0671be288e (patch) | |
tree | cb8a7af5589b95844855e6bad01d1d8fd0d41c5a /include/opcode/ChangeLog | |
parent | cdb062354ec534d97597dcfa20fd032c799dd0c1 (diff) | |
download | gdb-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 'include/opcode/ChangeLog')
-rw-r--r-- | include/opcode/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 5241b37..71018b0 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,7 @@ +2012-02-27 Alan Modra <amodra@gmail.com> + + * crx.h (cst4_map): Update declaration. + 2012-02-25 Walter Lee <walt@tilera.com> * tilegx.h (tilegx_mnemonic): Add TILEGX_OPC_LD4S_TLS, |