gas/
authorAlan Modra <amodra@gmail.com>
Mon, 27 Feb 2012 06:37:40 +0000 (06:37 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 27 Feb 2012 06:37:40 +0000 (06:37 +0000)
commit1f42f8b31d2ef0cd0e4967f7d9414e0671be288e
treecb8a7af5589b95844855e6bad01d1d8fd0d41c5a
parentcdb062354ec534d97597dcfa20fd032c799dd0c1
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.
gas/ChangeLog
gas/config/tc-crx.c
include/opcode/ChangeLog
include/opcode/crx.h
opcodes/ChangeLog
opcodes/crx-dis.c
opcodes/crx-opc.c