diff options
author | Ben Elliston <bje@au.ibm.com> | 2008-12-04 10:29:16 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2008-12-04 10:29:16 +0000 |
commit | 2f3bb96af7966880e7378a1633f6ffe1ea7a6587 (patch) | |
tree | 38694d4d84e9019a354f8cd8ed8a60b43c8a306f /opcodes/ChangeLog | |
parent | 4357ad342fdb2117fbfd6d2904d83b29acd23a78 (diff) | |
download | binutils-2f3bb96af7966880e7378a1633f6ffe1ea7a6587.zip binutils-2f3bb96af7966880e7378a1633f6ffe1ea7a6587.tar.gz binutils-2f3bb96af7966880e7378a1633f6ffe1ea7a6587.tar.bz2 |
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.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index dc62aa2..b8655d0 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,13 @@ +2008-12-04 Ben Elliston <bje@au.ibm.com> + + * 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. + 2008-11-28 Joshua Kinard <kumba@gentoo.org> * mips-dis.c (mips_arch_choices): Add r14000, r16000. |