OSDN Git Service

include/opcode/
authoramodra <amodra>
Tue, 10 Mar 2009 06:53:45 +0000 (06:53 +0000)
committeramodra <amodra>
Tue, 10 Mar 2009 06:53:45 +0000 (06:53 +0000)
commit88294276c5dd91966f244616057dc3f504a13de0
treed5f6b5726717222c31d194ec8a42b6c1f1a15ccf
parentc20a60f1c8828e11629d3f6cc856f05a9d4a0f67
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