OSDN Git Service

gas/
authorPeter Bergner <bergner@vnet.ibm.com>
Fri, 1 Aug 2008 02:44:11 +0000 (02:44 +0000)
committerPeter Bergner <bergner@vnet.ibm.com>
Fri, 1 Aug 2008 02:44:11 +0000 (02:44 +0000)
commit279ae8020c21d5a761f88983760975c5f3430b6d
tree99b8efab8cf9985720033ed3804ed1038f1493c7
parentf6eaa3267c9ebd8fa8f6eb38d8d9e2addd78c087
gas/
* config/tc-ppc.c (parse_cpu) <power6>: Accept Altivec instructions.
<cell>: Likewise.

gas/testsuite/
* gas/ppc/cell.s: Add altivec instructions.
* gas/ppc/cell.d: Update expected output.
* gas/ppc/power6.d: New.
* gas/ppc/power6.s: Likewise.
* gas/ppc/ppc.exp (powerpc64*-*-*): Move cell from here to...
(powerpc*-*-*): Here.  Run power6 test.
gas/ChangeLog
gas/config/tc-ppc.c
gas/testsuite/ChangeLog [new file with mode: 0644]
gas/testsuite/gas/ppc/cell.d [new file with mode: 0644]
gas/testsuite/gas/ppc/cell.s [new file with mode: 0644]
gas/testsuite/gas/ppc/power6.d [new file with mode: 0644]
gas/testsuite/gas/ppc/power6.s [new file with mode: 0644]
gas/testsuite/gas/ppc/ppc.exp [new file with mode: 0644]