* config/tc-ppc.c (parse_cpu): Preserve the settings of the
authorNick Clifton <nickc@redhat.com>
Fri, 4 Jan 2008 14:53:50 +0000 (14:53 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 4 Jan 2008 14:53:50 +0000 (14:53 +0000)
commitb0e34bfe9355cb32fb19d0f05fb18925f5bfdc0a
tree58e70ce8417e8d71ba44ccfa19b75a6d44cd5dbd
parentec4d452564d7d4cc88bd03cf3f2bbf666dff233d
* config/tc-ppc.c (parse_cpu): Preserve the settings of the
  PPC_OPCODE_ALTIVEC and PPC_OPCODE_SPE flags.

* gas/ppc/altivec_and_spe.s: New test - checks that ISA extension
  command line options (-maltivec, -mspe) can be specified before
  CPU selection command line options.
* gas/ppc/altivec_and_spe.d: Expected disassembly.
* gas/ppc/ppc.exp: Run the new test
gas/ChangeLog
gas/config/tc-ppc.c
gas/testsuite/ChangeLog
gas/testsuite/gas/ppc/altivec_and_spe.d [new file with mode: 0644]
gas/testsuite/gas/ppc/altivec_and_spe.s [new file with mode: 0644]
gas/testsuite/gas/ppc/ppc.exp