include/opcode/
authorAlan Modra <amodra@gmail.com>
Tue, 10 Mar 2009 06:53:46 +0000 (06:53 +0000)
committerAlan Modra <amodra@gmail.com>
Tue, 10 Mar 2009 06:53:46 +0000 (06:53 +0000)
commit69fe9ce501f5fde501443648fe4243dc9fe8d5b1
treed2d0b3599c1607f427ecb4fcb776604037f82568
parent0691f7afbc8ec41ca26f21b5dafc4eeb4ca517eb
include/opcode/
* ppc.h (ppc_parse_cpu): Declare.
opcodes/
* ppc-dis.c: Include "opintl.h".
(struct ppc_mopt, ppc_opts): New.
(ppc_parse_cpu): New function.
(powerpc_init_dialect): Use it.
(print_ppc_disassembler_options): Dump options from ppc_opts.
Internationalize message.
gas/
* config/tc-ppc.c (parse_cpu): Delete.
(md_parse_option, ppc_machine): Use ppc_parse_cpu.
gas/testsuite/
* gas/ppc/altivec_and_spe.d (objdump): Add -Maltivec.
* gas/ppc/common.d: Adjust for -Mcom not including -Mppc.
gas/ChangeLog
gas/config/tc-ppc.c
gas/testsuite/ChangeLog
gas/testsuite/gas/ppc/altivec_and_spe.d
gas/testsuite/gas/ppc/common.d
include/opcode/ChangeLog
include/opcode/ppc.h
opcodes/ChangeLog
opcodes/ppc-dis.c