diff options
author | Alan Modra <amodra@gmail.com> | 2002-02-25 03:44:56 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-02-25 03:44:56 +0000 |
commit | 23e1d84c9a1315d25ad966475de74d49cffc725d (patch) | |
tree | 554b727ef53176e44cd52df8164c149ac8a697a9 /gas/doc/c-ppc.texi | |
parent | 96e0dda4c40355ab106f5b2befb6f6f71ed7b39a (diff) | |
download | gdb-23e1d84c9a1315d25ad966475de74d49cffc725d.zip gdb-23e1d84c9a1315d25ad966475de74d49cffc725d.tar.gz gdb-23e1d84c9a1315d25ad966475de74d49cffc725d.tar.bz2 |
* doc/c-ppc.texi (PowerPC-Opts): Add -mpower4 and -maltivec.
Remove references to chip manufacturers.
* config/tc-ppc.c (md_parse_option): Handle -mpower4 option.
Correct comments.
(md_show_usage): Remove references to chip manufacturers. Mention
-mpower4.
(md_begin): Test power4 opcode flag bits.
Diffstat (limited to 'gas/doc/c-ppc.texi')
-rw-r--r-- | gas/doc/c-ppc.texi | 27 |
1 files changed, 18 insertions, 9 deletions
diff --git a/gas/doc/c-ppc.texi b/gas/doc/c-ppc.texi index cae9e23..7fae6ed 100644 --- a/gas/doc/c-ppc.texi +++ b/gas/doc/c-ppc.texi @@ -1,4 +1,4 @@ -@c Copyright 2001 +@c Copyright 2001, 2002 @c Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @@ -34,31 +34,40 @@ The following table lists all available PowerPC options. @table @code @item -mpwrx | -mpwr2 -Generate code for IBM POWER/2 (RIOS2). +Generate code for POWER/2 (RIOS2). @item -mpwr -Generate code for IBM POWER (RIOS1) +Generate code for POWER (RIOS1) @item -m601 -Generate code for Motorola PowerPC 601. +Generate code for PowerPC 601. @item -mppc, -mppc32, -m603, -m604 -Generate code for Motorola PowerPC 603/604. +Generate code for PowerPC 603/604. @item -m403, -m405 -Generate code for Motorola PowerPC 403/405. +Generate code for PowerPC 403/405. + +@item -m7400, -m7410, -m7450, -m7455 +Generate code for PowerPC 7400/7410/7450/7455. @item -mppc64, -m620 -Generate code for Motorola PowerPC 620. +Generate code for PowerPC 620/625/630. @item -mppc64bridge Generate code for PowerPC 64, including bridge insns. @item -mbooke64 -Generate code for 64-bit Motorola BookE. +Generate code for 64-bit BookE. @item -mbooke, mbooke32 -Generate code for 32-bit Motorola BookE. +Generate code for 32-bit BookE. + +@item -maltivec +Generate code for processors with AltiVec instructions. + +@item -mpower4 +Generate code for Power4 architecture. @item -mcom Generate code Power/PowerPC common instructions. |