diff options
author | David S. Miller <davem@redhat.com> | 2012-08-21 23:00:36 +0000 |
---|---|---|
committer | David S. Miller <davem@redhat.com> | 2012-08-21 23:00:36 +0000 |
commit | 2c63854f55ceef4615c6da3648c25025d5d1aaaf (patch) | |
tree | 26e4a3f7507d10831d86e7967987d60f7d70b935 /gas/testsuite/ChangeLog | |
parent | 1d5dfe78f9e94c652e61cf3eb04d8baa9c198042 (diff) | |
download | gdb-2c63854f55ceef4615c6da3648c25025d5d1aaaf.zip gdb-2c63854f55ceef4615c6da3648c25025d5d1aaaf.tar.gz gdb-2c63854f55ceef4615c6da3648c25025d5d1aaaf.tar.bz2 |
Fix sparc opcode encoding for 4-arg crypto instructions.
include/opcode
* sparc.h (F3F4): New macro.
opcodes
* sparc-opc.c (4-argument crypto instructions): Fix encoding using
F3F4 macro.
gas/testsuite
* gas/sparc/crypto.d: Fix opcodes for 4-arg crypto instructions.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index bf5c3fc..328cdb0 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2012-08-21 David S. Miller <davem@davemloft.net> + + * gas/sparc/crypto.d: Fix opcodes for 4-arg crypto instructions. + 2012-08-20 Edmar Wienskoski <edmar@freescale.com> * gas/ppc/e6500.d: Changed opcode for vabsdub, vabsduh, vabsduw, |