From 36ae0db314931725feb8bd6958e40c46919ee6ae Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Mon, 15 Aug 2005 15:37:15 +0000 Subject: 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. --- binutils/ChangeLog | 4 ++++ binutils/doc/binutils.texi | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'binutils') 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 + + * doc/binutils.texi (objdump): Document -M e300. + 2005-08-14 John David Anglin * 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 -- cgit v1.1