diff options
author | Nick Clifton <nickc@redhat.com> | 2008-01-04 14:53:50 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2008-01-04 14:53:50 +0000 |
commit | b0e34bfe9355cb32fb19d0f05fb18925f5bfdc0a (patch) | |
tree | 58e70ce8417e8d71ba44ccfa19b75a6d44cd5dbd /gas/ChangeLog | |
parent | ec4d452564d7d4cc88bd03cf3f2bbf666dff233d (diff) | |
download | gdb-b0e34bfe9355cb32fb19d0f05fb18925f5bfdc0a.zip gdb-b0e34bfe9355cb32fb19d0f05fb18925f5bfdc0a.tar.gz gdb-b0e34bfe9355cb32fb19d0f05fb18925f5bfdc0a.tar.bz2 |
* 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
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 7d7bb76..6fa4349 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2008-01-04 Nick Clifton <nickc@redhat.com> + + * config/tc-ppc.c (parse_cpu): Preserve the settings of the + PPC_OPCODE_ALTIVEC and PPC_OPCODE_SPE flags. + 2008-01-03 H.J. Lu <hongjiu.lu@intel.com> * config/tc-i386.c (md_assemble): Use !intel_mnemonic instead |