]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - binutils/NEWS
opcodes/
authorBen Elliston <bje@au.ibm.com>
Thu, 4 Dec 2008 10:29:16 +0000 (10:29 +0000)
committerBen Elliston <bje@au.ibm.com>
Thu, 4 Dec 2008 10:29:16 +0000 (10:29 +0000)
commit2f3bb96af7966880e7378a1633f6ffe1ea7a6587
tree38694d4d84e9019a354f8cd8ed8a60b43c8a306f
parent4357ad342fdb2117fbfd6d2904d83b29acd23a78
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