diff options
author | James Lemke <jwlemke@codesourcery.com> | 2012-09-05 18:01:00 +0000 |
---|---|---|
committer | James Lemke <jwlemke@codesourcery.com> | 2012-09-05 18:01:00 +0000 |
commit | 47527d7eb33f3a0042e466af75e12caf4048ec2a (patch) | |
tree | b698d4d3c6999b4372a673db0ae10dcf480d5800 /gas/doc/c-ppc.texi | |
parent | f4baf0d43d8986db25056854b013e97cc9afe6a6 (diff) | |
download | gdb-47527d7eb33f3a0042e466af75e12caf4048ec2a.zip gdb-47527d7eb33f3a0042e466af75e12caf4048ec2a.tar.gz gdb-47527d7eb33f3a0042e466af75e12caf4048ec2a.tar.bz2 |
* gas/doc/c-ppc.texi: Document -mvle.
This was missing from the initial VLE port commit.
Committed as obvious / trivial.
Diffstat (limited to 'gas/doc/c-ppc.texi')
-rw-r--r-- | gas/doc/c-ppc.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/doc/c-ppc.texi b/gas/doc/c-ppc.texi index 2e762a5..9fb9614 100644 --- a/gas/doc/c-ppc.texi +++ b/gas/doc/c-ppc.texi @@ -115,6 +115,9 @@ Generate code for PowerPC e300 family. @item -maltivec Generate code for processors with AltiVec instructions. +@item -mvle +Generate code for Freescale PowerPC VLE instructions. + @item -mvsx Generate code for processors with Vector-Scalar (VSX) instructions. |