diff options
author | Nick Clifton <nickc@redhat.com> | 2011-06-13 09:57:35 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2011-06-13 09:57:35 +0000 |
commit | 94342ec38bc47cba884a975e37c74f20b598ca25 (patch) | |
tree | 661569bd82994e1699220ba6c9490e02050fec3f /gas/ChangeLog | |
parent | f9e53abc4afe20d97606c6898a9a465b69920066 (diff) | |
download | gdb-94342ec38bc47cba884a975e37c74f20b598ca25.zip gdb-94342ec38bc47cba884a975e37c74f20b598ca25.tar.gz gdb-94342ec38bc47cba884a975e37c74f20b598ca25.tar.bz2 |
PR gas/12854
* gas/arm/shift-bad.s: New test.
* gas/arm/shift-bad.l: Expcted error output.
* gas/arm/shift-bad.s: New control file.
* config/tc-arm.c (do_shift): Do not allow shift operations at the
end of a register based shift insn.
(do_t_shift): Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index d265730..90c585f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,12 @@ 2011-06-13 Nick Clifton <nickc@redhat.com> + PR gas/12854 + * config/tc-arm.c (do_shift): Do not allow shift operations at the + end of a register based shift insn. + (do_t_shift): Likewise. + +2011-06-13 Nick Clifton <nickc@redhat.com> + * config/tc-score.c (s3_my_get_expression): Delete unused local variable 'seg'. (s3_do_ldst_insn): Delete unused local variable 'strbak'. |