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 /gas/doc/c-ppc.texi | |
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 'gas/doc/c-ppc.texi')
-rw-r--r-- | gas/doc/c-ppc.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gas/doc/c-ppc.texi b/gas/doc/c-ppc.texi index 63498e9..4c9c096 100644 --- a/gas/doc/c-ppc.texi +++ b/gas/doc/c-ppc.texi @@ -1,4 +1,4 @@ -@c Copyright 2001, 2002, 2003 +@c Copyright 2001, 2002, 2003, 2005 @c Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @@ -67,6 +67,9 @@ Generate code for 64-bit BookE. @item -mbooke, mbooke32 Generate code for 32-bit BookE. +@item -me300 +Generate code for PowerPC e300 family. + @item -maltivec Generate code for processors with AltiVec instructions. |