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 /gas/doc/as.texinfo | |
parent | 4357ad342fdb2117fbfd6d2904d83b29acd23a78 (diff) | |
download | gdb-2f3bb96af7966880e7378a1633f6ffe1ea7a6587.zip gdb-2f3bb96af7966880e7378a1633f6ffe1ea7a6587.tar.gz gdb-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 'gas/doc/as.texinfo')
-rw-r--r-- | gas/doc/as.texinfo | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index a5d936b..d1f60dd 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -409,8 +409,7 @@ gcc(1), ld(1), and the Info entries for @file{binutils} and @file{ld}. @emph{Target PowerPC options:} [@b{-mpwrx}|@b{-mpwr2}|@b{-mpwr}|@b{-m601}|@b{-mppc}|@b{-mppc32}|@b{-m603}|@b{-m604}| - @b{-m403}|@b{-m405}|@b{-mppc64}|@b{-m620}|@b{-mppc64bridge}|@b{-mbooke}| - @b{-mbooke32}|@b{-mbooke64}] + @b{-m403}|@b{-m405}|@b{-mppc64}|@b{-m620}|@b{-mppc64bridge}|@b{-mbooke}] [@b{-mcom}|@b{-many}|@b{-maltivec}|@b{-mvsx}] [@b{-memb}] [@b{-mregnames}|@b{-mno-regnames}] [@b{-mrelocatable}|@b{-mrelocatable-lib}] |