diff options
author | Peter Bergner <bergner@vnet.ibm.com> | 2012-10-22 16:04:28 +0000 |
---|---|---|
committer | Peter Bergner <bergner@vnet.ibm.com> | 2012-10-22 16:04:28 +0000 |
commit | ab4437c3224faf2513c72e9361f6577e02998c5d (patch) | |
tree | 1fde67784497eaa052f30710323ce1cd4b420fef /gas | |
parent | 08af7a403c41a1622d08134141dd9d7a2405da3e (diff) | |
download | gdb-ab4437c3224faf2513c72e9361f6577e02998c5d.zip gdb-ab4437c3224faf2513c72e9361f6577e02998c5d.tar.gz gdb-ab4437c3224faf2513c72e9361f6577e02998c5d.tar.bz2 |
opcodes/
* ppc-opc.c (powerpc_opcodes) <vcfpsxws>: Fix opcode spelling.
gas/testsuite/
* gas/ppc/altivec.s <vcfpsxws>: Fix opcode spelling.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/ppc/altivec.s | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 0349312..b0aa64c 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2012-10-22 Peter Bergner <bergner@vnet.ibm.com> + + * gas/ppc/altivec.s <vcfpsxws>: Fix opcode spelling. + 2012-10-15 Yufeng Zhang <yufeng.zhang@arm.com> * gas/aarch64/sysreg-1.s: Add tests of rmr_el1, rmr_el2 and rmr_el3. diff --git a/gas/testsuite/gas/ppc/altivec.s b/gas/testsuite/gas/ppc/altivec.s index 02af436..d5949fb 100644 --- a/gas/testsuite/gas/ppc/altivec.s +++ b/gas/testsuite/gas/ppc/altivec.s @@ -55,7 +55,7 @@ start: vavgub 6,7,25 vavguh 25,22,10 vavguw 3,23,29 - vcfpsxsw 14,2,6 + vcfpsxws 14,2,6 vcfpuxws 9,31,20 vcfsx 24,30,3 vcfux 17,21,29 |