diff options
author | David S. Miller <davem@redhat.com> | 2011-09-26 09:19:24 +0000 |
---|---|---|
committer | David S. Miller <davem@redhat.com> | 2011-09-26 09:19:24 +0000 |
commit | e91d10767a42a2267f52b69ddb5bca1fdc44f385 (patch) | |
tree | f6dd0484b54919909b2d86980d5178e59caf0d7b /opcodes/ChangeLog | |
parent | 1781ecd0cb0589904e5fa32e0d1f3c7314ba3010 (diff) | |
download | gdb-e91d10767a42a2267f52b69ddb5bca1fdc44f385.zip gdb-e91d10767a42a2267f52b69ddb5bca1fdc44f385.tar.gz gdb-e91d10767a42a2267f52b69ddb5bca1fdc44f385.tar.bz2 |
Add sparc integer multiply-add instructions.
opcodes/
* sparc-opc.c (sparc_opcodes): Add integer multiply-add
instructions.
gas/testsuite/
* gas/sparc/ima.d: New test.
* gas/sparc/ima.s: New test source.
* gas/sparc/sparc.exp: Run new test.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 157c1dd..67bfbdf 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2011-09-26 David S. Miller <davem@davemloft.net> + + * sparc-opc.c (sparc_opcodes): Add integer multiply-add + instructions. + 2011-09-21 David S. Miller <davem@davemloft.net> * sparc-opc.c (sparc_opcodes): Annotate table with HWCAP flag |