diff options
author | Nick Clifton <nickc@redhat.com> | 2011-10-13 08:15:17 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2011-10-13 08:15:17 +0000 |
commit | 1be5fd2e2f15668fcd63974800012a7bb6b636e0 (patch) | |
tree | 164187aae0c17f0a37be03a7678c875712472137 /gas/testsuite/ChangeLog | |
parent | dfb4547188c61f6686d459919e38e63c1f7ef999 (diff) | |
download | gdb-1be5fd2e2f15668fcd63974800012a7bb6b636e0.zip gdb-1be5fd2e2f15668fcd63974800012a7bb6b636e0.tar.gz gdb-1be5fd2e2f15668fcd63974800012a7bb6b636e0.tar.bz2 |
* config/tc-arm.c (check_ldr_r15_aligned): New.
(do_ldst): Warn in upredictable cases.
(do_t_ldst): Likewise.
(insns): Update accordingly.
* gas/arm/ldr-bad.s: New testcase.
* gas/arm/ldr-bad.l: Likewise.
* gas/arm/ldr-bad.d: Likewise.
* gas/arm/ldr.s: Likewise.
* gas/arm/ldr.d: Likewise.
* gas/arm/ldr-t-bad.s: Likewise.
* gas/arm/ldr-t-bad.l: Likewise.
* gas/arm/ldr-t-bad.d: Likewise.
* gas/arm/ldr-t.s: Likewise.
* gas/arm/ldr-t.d: Likewise.
* gas/arm/sp-pc-usage-t.s: Correct.
* gas/arm/sp-pc-usage-t.d: Update accordingly.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 0ac479a..a162952 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,18 @@ +2011-10-13 James Greenhalgh <james.greenhalgh@arm.com> + + * gas/arm/ldr-bad.s: New testcase. + * gas/arm/ldr-bad.l: Likewise. + * gas/arm/ldr-bad.d: Likewise. + * gas/arm/ldr.s: Likewise. + * gas/arm/ldr.d: Likewise. + * gas/arm/ldr-t-bad.s: Likewise. + * gas/arm/ldr-t-bad.l: Likewise. + * gas/arm/ldr-t-bad.d: Likewise. + * gas/arm/ldr-t.s: Likewise. + * gas/arm/ldr-t.d: Likewise. + * gas/arm/sp-pc-usage-t.s: Correct. + * gas/arm/sp-pc-usage-t.d: Update accordingly. + 2011-09-28 Jan Beulich <jbeulich@suse.com> * gas/ppc/476.s: Fix lswi first operand. |