OSDN Git Service

* frv.opc (parse_uhi16): Fix handling of %hi operator on 64-bit
authornickc <nickc>
Thu, 15 Dec 2011 10:21:48 +0000 (10:21 +0000)
committernickc <nickc>
Thu, 15 Dec 2011 10:21:48 +0000 (10:21 +0000)
commit0fb5b6a716b8b0bd6c4bb860d6c624352f4b214d
tree05eda84f632c07d8e9524f7b168c6c0c902923d5
parent8b086b8d10b94eaab9d45881c532110ced235cab
* frv.opc (parse_uhi16): Fix handling of %hi operator on 64-bit
hosts.

* cgen-asm.c (cgen_parse_signed_integer): Add code to handle the
sign extension of negative values on a 64-bit host.
* frv-asm.c: Regenerate.

* gas/frv/immediates.s: New test file - checks assembly of
constant values.
* gas/frv/immediates.d: Expected disassmbly.
* gas/frv/allinsn.exp: Run the new test.
cpu/ChangeLog
cpu/frv.opc
gas/config/tc-arm.c
gas/testsuite/ChangeLog
gas/testsuite/gas/frv/allinsn.exp
gas/testsuite/gas/frv/immediates.d [new file with mode: 0644]
gas/testsuite/gas/frv/immediates.s [new file with mode: 0644]
opcodes/ChangeLog
opcodes/cgen-asm.c
opcodes/frv-asm.c