diff options
author | Alan Modra <amodra@gmail.com> | 2010-02-08 01:59:38 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2010-02-08 01:59:38 +0000 |
commit | ce3d2015b21ba6aa3d2bb0b0ca88101cec56a7be (patch) | |
tree | 0555f5021de308066dc8d7210e9e405c3f2c97b2 /gas/doc/c-ppc.texi | |
parent | 06a162cf6325616071ef4c2fc19e8c4d05c64ac1 (diff) | |
download | gdb-ce3d2015b21ba6aa3d2bb0b0ca88101cec56a7be.zip gdb-ce3d2015b21ba6aa3d2bb0b0ca88101cec56a7be.tar.gz gdb-ce3d2015b21ba6aa3d2bb0b0ca88101cec56a7be.tar.bz2 |
include/
* opcode/ppc.h (PPC_OPCODE_TITAN): Define.
bfd/
* archures.c (bfd_mach_ppc_titan): Define.
* bfd-in2.h: Regenerate.
* cpu-powerpc.c (bfd_powerpc_archs): Add titan entry.
opcodes/
* ppc-dis.c (ppc_opts): Add titan entry.
* ppc-opc.c (TITAN, MULHW): Define.
(powerpc_opcodes): Support AppliedMicro Titan core (APM83xxx).
gas/
* config/tc-ppc.c (md_show_usage): Mention -mtitan. Don't use tabs.
(ppc_mach): Handle titan.
* doc/c-ppc.texi: Mention -mtitan.
gas/testsuite/
* gas/ppc/titan.d, * gas/ppc/titan.s: New test.
* gas/ppc/ppc.exp: Run it.
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 cab461b..1436604 100644 --- a/gas/doc/c-ppc.texi +++ b/gas/doc/c-ppc.texi @@ -1,4 +1,4 @@ -@c Copyright 2001, 2002, 2003, 2005, 2006, 2007, 2008 +@c Copyright 2001, 2002, 2003, 2005, 2006, 2007, 2008, 2009, 2010 @c Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @@ -70,6 +70,9 @@ Generate code for Motorola e500 core complex. @item -mspe Generate code for Motorola SPE instructions. +@item -mtitan +Generate code for AppliedMicro Titan core complex. + @item -mppc64bridge Generate code for PowerPC 64, including bridge insns. |