diff options
author | Alan Modra <amodra@bigpond.net.au> | 2006-06-07 05:23:59 +0000 |
---|---|---|
committer | Alan Modra <amodra@bigpond.net.au> | 2006-06-07 05:23:59 +0000 |
commit | 960379b4774ff4d1cf7df8502ae99e8dea736724 (patch) | |
tree | 41a362a4d8bcb0c674b202b068751bc2a94bb034 /gas/doc/c-ppc.texi | |
parent | e3e1437cc03ee01836db3a54f2885daab4ad9c2a (diff) | |
download | binutils-redhat-960379b4774ff4d1cf7df8502ae99e8dea736724.tar.gz |
include/opcode/
* ppc.h (PPC_OPCODE_POWER6): Define.
Adjust whitespace.
gas/
* config/tc-ppc.c (parse_cpu): Handle "-mpower6".
(md_show_usage): Document it.
(ppc_setup_opcodes): Test power6 opcode flag bits.
* doc/c-ppc.texi (PowerPC-Opts): Document "-mpower6".
opcodes/
* ppc-dis.c (powerpc_dialect): Handle power6 option.
(print_ppc_disassembler_options): Mention power6.
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 4c9c096c05..08b2271d12 100644 --- a/gas/doc/c-ppc.texi +++ b/gas/doc/c-ppc.texi @@ -1,4 +1,4 @@ -@c Copyright 2001, 2002, 2003, 2005 +@c Copyright 2001, 2002, 2003, 2005, 2006 @c Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @@ -79,6 +79,9 @@ Generate code for Power4 architecture. @item -mpower5 Generate code for Power5 architecture. +@item -mpower6 +Generate code for Power6 architecture. + @item -mcom Generate code Power/PowerPC common instructions. |