diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2010-10-30 23:02:32 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2010-10-30 23:02:32 +0000 |
| commit | b3cded65e92ba4d9b5e5a33fb95c4d551bda9c1b (patch) | |
| tree | 69d40fbef2c0c4ee32fe97b7a28b510f2e3c2dbc /gas/doc/c-ppc.texi | |
| parent | 7a815afd9b5121ee0f65dc1e1de1c0de6de97679 (diff) | |
Import the binutils master branch from the sourceware CVS repository,vendor/binutils/binutils-master-20070703-075419vendor/binutils
exactly as it was on Tue, 3 Jul 2007 07:54:19 +0000.
Corresponds to git commit 397a64b350470350c8e0adb2af84439ea0f89272,
which was the last commit before switching to GPLv3.
Notes
Notes:
svn path=/vendor/binutils/dist/; revision=214571
svn path=/vendor/binutils/binutils-master-20070703-075419/; revision=214573; tag=vendor/binutils/binutils-master-20070703-075419
Diffstat (limited to 'gas/doc/c-ppc.texi')
| -rw-r--r-- | gas/doc/c-ppc.texi | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/gas/doc/c-ppc.texi b/gas/doc/c-ppc.texi index 4c9c096c055e..a41e1dd5f9ab 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. @@ -58,6 +58,12 @@ Generate code for PowerPC 7400/7410/7450/7455. @item -mppc64, -m620 Generate code for PowerPC 620/625/630. +@item -me500, -me500x2 +Generate code for Motorola e500 core complex. + +@item -mspe +Generate code for Motorola SPE instructions. + @item -mppc64bridge Generate code for PowerPC 64, including bridge insns. @@ -79,6 +85,12 @@ Generate code for Power4 architecture. @item -mpower5 Generate code for Power5 architecture. +@item -mpower6 +Generate code for Power6 architecture. + +@item -mcell +Generate code for Cell Broadband Engine architecture. + @item -mcom Generate code Power/PowerPC common instructions. @@ -92,10 +104,10 @@ Allow symbolic names for registers. Do not allow symbolic names for registers. @item -mrelocatable -Support for GCC's -mrelocatble option. +Support for GCC's -mrelocatable option. @item -mrelocatable-lib -Support for GCC's -mrelocatble-lib option. +Support for GCC's -mrelocatable-lib option. @item -memb Set PPC_EMB bit in ELF flags. |
