diff options
author | Aldy Hernandez <aldyh@redhat.com> | 2001-10-08 19:03:27 +0000 |
---|---|---|
committer | Aldy Hernandez <aldyh@redhat.com> | 2001-10-08 19:03:27 +0000 |
commit | 8913d9dbab8ccb937a5031b7ca7d3c710f8343b1 (patch) | |
tree | 6e3913b874e170fb611d014f36bae057b5ff62eb /gas/doc | |
parent | 611c71af13b5b2909538c3c4f321f14fe64c1a38 (diff) | |
download | gdb-8913d9dbab8ccb937a5031b7ca7d3c710f8343b1.zip gdb-8913d9dbab8ccb937a5031b7ca7d3c710f8343b1.tar.gz gdb-8913d9dbab8ccb937a5031b7ca7d3c710f8343b1.tar.bz2 |
2001-10-08 Aldy Hernandez <aldyh@redhat.com>
* gas/doc/arm/c-arm.texi (ARM Options): Add arm9e documentation.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-arm.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi index 2c67222..450d4f5 100644 --- a/gas/doc/c-arm.texi +++ b/gas/doc/c-arm.texi @@ -34,10 +34,14 @@ @cindex @code{-marm} command line option, ARM @item -marm@code{[2|250|3|6|60|600|610|620|7|7m|7d|7dm|7di|7dmi|70|700|700i|710|710c|7100|7500|7500fe|7tdmi|8|810|9|9tdmi|920|strongarm|strongarm110|strongarm1100]} @itemx -mxscale +@itemx -marm9e This option specifies the target processor. The assembler will issue an error message if an attempt is made to assemble an instruction which will not execute on the target processor. +The option @code{-marm9e} specifies that the target processor is the +Cirrus ARM processor with the Maverick DSP co-processor. + @cindex @code{-marmv} command line option, ARM @item -marmv@code{[2|2a|3|3m|4|4t|5|5t|5te]} This option specifies the target architecture. The assembler will issue |