diff options
author | Nick Clifton <nickc@redhat.com> | 2009-12-14 16:38:23 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-12-14 16:38:23 +0000 |
commit | ab8e2090b6435823d50b29b7a255140ba6ea673f (patch) | |
tree | fd2a35f2fa357aa6f8946ad0d232153df08b6e01 /gas/testsuite/ChangeLog | |
parent | 874f57650c1c8be126f9f637fc6cd09af7b3ade8 (diff) | |
download | gdb-ab8e2090b6435823d50b29b7a255140ba6ea673f.zip gdb-ab8e2090b6435823d50b29b7a255140ba6ea673f.tar.gz gdb-ab8e2090b6435823d50b29b7a255140ba6ea673f.tar.bz2 |
PR binutils/10924
* arm-dis.c (arm_opcodes): Specify %R in cases where using r15
results in unpredictable behaviour.
(print_insn_arm): Handle %R.
* gas/arm/unpredictable.s: New test case - checks the disassembly
of instructions with unpredictable behaviour.
* gas/arm/unpredictable.d: New file - expected disassembly.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 97983b2..e8b4372 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2009-12-14 Nick Clifton <nickc@redhat.com> + + PR binutils/10924 + * gas/arm/unpredictable.s: New test case - checks the disassembly + of instructions with unpredictable behaviour. + * gas/arm/unpredictable.d: New file - expected disassembly. + 2009-12-11 Quentin Neill <quentin.neill@amd.com> * gas/i386/fma4.d: Add test cases. |