diff options
author | Paul Brook <paul@codesourcery.com> | 2006-11-29 16:26:56 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2006-11-29 16:26:56 +0000 |
commit | 00249aaae7d7cb22e216966cea456be188810cdf (patch) | |
tree | 05d0b537ad72ee49faa760794d570cd0b74b4287 /opcodes/ChangeLog | |
parent | ac6c2fba055f3e5617d63b00c29279c876e4e0f9 (diff) | |
download | gdb-00249aaae7d7cb22e216966cea456be188810cdf.zip gdb-00249aaae7d7cb22e216966cea456be188810cdf.tar.gz gdb-00249aaae7d7cb22e216966cea456be188810cdf.tar.bz2 |
2006-11-29 Paul Brook <paul@codesourcery.com>
gas/
* config/tc-arm.c (do_vfp_sp_const, do_vfp_dp_const): Fix operans
encoding.
gas/testsuite/
* gas/arm/vfpv3-const-conv.s: Improve test coverage.
* gas/arm/vfpv3-const-conv.d: Adjust expected output.
* gas/arm/vfp-neon-syntax_t2.d: Ditto.
* gas/arm/vfp-neon-syntax.d: Ditto.
opcodes/
* arm-dis.c (coprocessor_opcodes): Fix bitfields for fconstd/fconstd.
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 00b0aaf..f9a755a 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2006-11-29 Paul Brook <paul@codesourcery.com> + + * arm-dis.c (coprocessor_opcodes): Fix bitfields for fconstd/fconstd. + 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com> * arm-dis.c (last_is_thumb): Delete. |