diff options
author | Paul Brook <paul@codesourcery.com> | 2007-01-04 04:39:53 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2007-01-04 04:39:53 +0000 |
commit | 92559b5be6cb4bd8229d7460dbdb60631910f5a9 (patch) | |
tree | e8a25e6c3a0adfa232e621395ae5ce9cd0a03785 /gas/ChangeLog | |
parent | 6aa8ef8295f751e55a0392bfe396c4d95bb9b47e (diff) | |
download | gdb-92559b5be6cb4bd8229d7460dbdb60631910f5a9.zip gdb-92559b5be6cb4bd8229d7460dbdb60631910f5a9.tar.gz gdb-92559b5be6cb4bd8229d7460dbdb60631910f5a9.tar.bz2 |
2007-01-04 Paul Brook <paul@codesourcery.com>
gas/
* config/tc-arm.c (NEON_ENC_TAB): Fix encoding of vclt, vcle, vaclt
and vacle.
gas/testsuite/
* gas/arm/neon-cov.d: Adjust expected output.
* gas/arm/neon-omit.s: Add tests for vcgt and vcle. Reorder vacle
and vacle.
* gas/arm/neon-omit.d: Adjust expected output.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 522f963..8bfa831 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2007-01-04 Paul Brook <paul@codesourcery.com> + + * config/tc-arm.c (NEON_ENC_TAB): Fix encoding of vclt, vcle, vaclt + and vacle. + 2007-01-03 H.J. Lu <hongjiu.lu@intel.com> * config/tc-i386.c: Update copyright year. |