diff options
author | Paul Brook <paul@codesourcery.com> | 2005-08-05 12:26:30 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2005-08-05 12:26:30 +0000 |
commit | 9c3c69f2f1d2925a08837d4c18b5e9ffd1aff301 (patch) | |
tree | a29f3376474578589f40b0fa7be45a97681e1c92 /gas/ChangeLog | |
parent | 827a1c67ae64ca4502cf515e7cd5dfd7346c8818 (diff) | |
download | gdb-9c3c69f2f1d2925a08837d4c18b5e9ffd1aff301.zip gdb-9c3c69f2f1d2925a08837d4c18b5e9ffd1aff301.tar.gz gdb-9c3c69f2f1d2925a08837d4c18b5e9ffd1aff301.tar.bz2 |
2005-08-05 Paul Brook <paul@codesourcery.com>
gas/
* config/tc-arm.c (encode_thumb32_immediate): Only accept shifted
constants.
(encode_thumb32_shifted_operand): Prohibit register shifts.
(encode_thumb32_addr_mode): Fix typo.
(insns): Correct thumb2 ldm and stm opcodes.
gas/testsuite/
* gas/arm/thumb32.d: Update ldm/stm dests.
* gas/arm/thumb32.s: Ditto.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index ac2b865..1329e33 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +2005-08-05 Paul Brook <paul@codesourcery.com> + + * config/tc-arm.c (encode_thumb32_immediate): Only accept shifted + constants. + (encode_thumb32_shifted_operand): Prohibit register shifts. + (encode_thumb32_addr_mode): Fix typo. + (insns): Correct thumb2 ldm and stm opcodes. + 2005-08-02 Khem Raj <kraj@mvista.com> * config/tc-arm.c (do_iwmmxt_wldstd): Correct the offset range for |