OSDN Git Service

opcodes/
authorbje <bje>
Thu, 4 Dec 2008 10:29:15 +0000 (10:29 +0000)
committerbje <bje>
Thu, 4 Dec 2008 10:29:15 +0000 (10:29 +0000)
commit245ee6aaf30e4953f73ea8ad20271d895d2065bf
tree1dbcf75d272dc07bbbb7d3dbfc316d9f29c6ef78
parent938dbb66b1aca80a7fb40f198d84e365741e3a54
opcodes/
* ppc-dis.c (powerpc_init_dialect): Do not set PPC_OPCODE_BOOKE
for -Mbooke.
(print_ppc_disassembler_options): Update usage.
* ppc-opc.c (DE, DES, DEO, DE_MASK): Remove.
(BOOKE64): Remove.
(PPCCHLK64): Likewise.
(powerpc_opcodes): Remove all BOOKE64 instructions.

gas/
* config/tc-ppc.c (parse_cpu): Remove booke64 support. Update
usage strings.
(ppc_setup_opcodes): Likewise, remove booke64 support.
* doc/c-ppc.texi (PowerPC-Opts): Remove -mbooke32 and -mbooke64.
* doc/as.texinfo (Overview): Likewise.

binutils/
* doc/binutils.texi (objdump): Update booke documentation.
* NEWS: Document user-visible changes to command line options.
17 files changed:
binutils/ChangeLog
binutils/NEWS
binutils/doc/binutils.texi
gas/ChangeLog
gas/config/tc-ppc.c
gas/doc/as.texinfo
gas/doc/c-ppc.texi
gas/testsuite/ChangeLog
gas/testsuite/gas/ppc/booke.d
gas/testsuite/gas/ppc/booke.s
gas/testsuite/gas/ppc/booke_xcoff.d
gas/testsuite/gas/ppc/booke_xcoff.s
gas/testsuite/gas/ppc/booke_xcoff64.d
gas/testsuite/gas/ppc/booke_xcoff64.s
opcodes/ChangeLog
opcodes/ppc-dis.c
opcodes/ppc-opc.c