diff options
author | Nick Clifton <nickc@redhat.com> | 2009-08-11 09:53:40 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-08-11 09:53:40 +0000 |
commit | ba7e13e478833dff328eb2f818bcbcc0cec0fb3b (patch) | |
tree | 04333b4a56fedac8a94f3e5db4ba078f5eb16785 /gas/ChangeLog | |
parent | 5dabe7859c287d7cd4ab695c5d6f511336a1031e (diff) | |
download | gdb-ba7e13e478833dff328eb2f818bcbcc0cec0fb3b.zip gdb-ba7e13e478833dff328eb2f818bcbcc0cec0fb3b.tar.gz gdb-ba7e13e478833dff328eb2f818bcbcc0cec0fb3b.tar.bz2 |
PR 10443
* config/tc-arm.c (do_t_mov_cmp): Do not silently ignore shifted
operands.
* gas/arm/t16-bad.l: Update expected messages for moves with
shifted operands.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 32d3562..9d47ab4 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2009-08-11 Nick Clifton <nickc@redhat.com> + + PR 10443 + * config/tc-arm.c (do_t_mov_cmp): Do not silently ignore shifted + operands. + 2009-08-10 Jan Kratochvil <jan.kratochvil@redhat.com> Fix compilation of i386-*-go32. |