* config/tc-ppc.c (parse_cpu): Preserve the settings of the
commitc027dd9a321bebe0156cd71b95f1727133ce7a25
authorNick Clifton <nickc@redhat.com>
Fri, 4 Jan 2008 14:53:50 +0000 (4 14:53 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 4 Jan 2008 14:53:50 +0000 (4 14:53 +0000)
tree94596e273ae694897e583bbba2b7d4cdf9cb1f6c
parentfca11012b736f8ee6582e9fcea8cf199322d6743
* 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