diff options
author | Daniel Jacobowitz <drow@false.org> | 2005-08-15 15:37:15 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2005-08-15 15:37:15 +0000 |
commit | 36ae0db314931725feb8bd6958e40c46919ee6ae (patch) | |
tree | 28534c52e35a3e3242c2fa0f367f6e3cf23b16c4 /binutils | |
parent | ce490eda4be52bbd501791dd3e0c3c4444d8dd78 (diff) | |
download | gdb-36ae0db314931725feb8bd6958e40c46919ee6ae.zip gdb-36ae0db314931725feb8bd6958e40c46919ee6ae.tar.gz gdb-36ae0db314931725feb8bd6958e40c46919ee6ae.tar.bz2 |
gas/
* config/tc-ppc.c (parse_cpu): Add -me300 support.
(md_show_usage): Likewise.
* doc/c-ppc.texi (PowerPC-Opts): Document it.
include/opcode/
* ppc.h (PPC_OPCODE_E300): Define.
opcodes/
* ppc-dis.c (powerpc_dialect): Handle e300.
(print_ppc_disassembler_options): Likewise.
* ppc-opc.c (PPCE300): Define.
(powerpc_opcodes): Mark icbt as available for the e300.
binutils/
* doc/binutils.texi (objdump): Document -M e300.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/doc/binutils.texi | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 55d8ce9..9624577 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2005-08-15 Daniel Jacobowitz <dan@codesourcery.com> + + * doc/binutils.texi (objdump): Document -M e300. + 2005-08-14 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> * readelf.c (slurp_hppa_unwind_table): Fix entry size on hppa64-hpux. diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index 6222418..339c33c 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -1745,7 +1745,8 @@ suffix could be inferred by the operands. For PPC, @option{booke}, @option{booke32} and @option{booke64} select disassembly of BookE instructions. @option{32} and @option{64} select -PowerPC and PowerPC64 disassembly, respectively. +PowerPC and PowerPC64 disassembly, respectively. @option{e300} selects +disassembly for the e300 family. For MIPS, this option controls the printing of instruction mneumonic names and register names in disassembled instructions. Multiple |