diff options
author | Nick Clifton <nickc@redhat.com> | 2009-06-15 15:42:36 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-06-15 15:42:36 +0000 |
commit | fe2ceba1015932a19f428ccc01143df437567be4 (patch) | |
tree | 8cb99443b166325193633a74d21884b3755b75ee /gas/ChangeLog | |
parent | 522fe56177eaa68d38d62ae56763544ab795c36b (diff) | |
download | gdb-fe2ceba1015932a19f428ccc01143df437567be4.zip gdb-fe2ceba1015932a19f428ccc01143df437567be4.tar.gz gdb-fe2ceba1015932a19f428ccc01143df437567be4.tar.bz2 |
PR 10186
* arm-dis.c (thumb32_opcodes): Fix binary value of SEV.W
instruction.
* gas/arm/thumb32.d: Fix expected binary value of SEV.W instruction.
* config/tc-arm.c (T16_32_TAB): Fix binary value of SEV.W
instruction.
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 5ddad8d..04e73ad 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2009-06-15 Nick Clifton <nickc@redhat.com> + + PR 10186 + * config/tc-arm.c (T16_32_TAB): Fix binary value of SEV.W + instruction. + 2009-06-13 H.J. Lu <hongjiu.lu@intel.com> PR ld/10269 |