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 /opcodes/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 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 38bb872..8e73c91 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,10 @@ +2009-12-14 Nick Clifton <nickc@redhat.com> + + PR binutils/10924 + * arm-dis.c (arm_opcodes): Specify %R in cases where using r15 + results in unpredictable behaviour. + (print_insn_arm): Handle %R. + 2009-12-11 H.J. Lu <hongjiu.lu@intel.com> * i386-dis.c (get_valid_dis386): Set vex.w to 0 for VEX C5 |