diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2011-01-06 14:30:43 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2011-01-06 14:30:43 +0000 |
commit | 639e30d29765fab6d78246ce4bb0d7a0f893d85d (patch) | |
tree | 946d7115878d6b7a3a9ff10f6c8f85f77354a1d9 /opcodes/ChangeLog | |
parent | 9849fbfc4110f61ba10aa4a4d9114f3b6ac62237 (diff) | |
download | gdb-639e30d29765fab6d78246ce4bb0d7a0f893d85d.zip gdb-639e30d29765fab6d78246ce4bb0d7a0f893d85d.tar.gz gdb-639e30d29765fab6d78246ce4bb0d7a0f893d85d.tar.bz2 |
gas/testsuite/
* gas/arm/blx-bad.s: New.
* gas/arm/blx-bad.d: New.
opcodes/
* arm-dis.c (thumb32_opcodes): BLX must have bit zero clear.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 5284ba4..2083200 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2011-01-05 Nathan Sidwell <nathan@codesourcery.com> + + * arm-dis.c (thumb32_opcodes): BLX must have bit zero clear. + 2011-01-04 H.J. Lu <hongjiu.lu@intel.com> * i386-dis.c (REG_VEX_38F3): New. |