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 | |
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')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/doc/c-arm.texi | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index efe13df..d6fa7d7 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2001-10-08 Aldy Hernandez <aldyh@redhat.com> + + * doc/arm/c-arm.texi (ARM Options): Add arm9e documentation. + 2001-10-08 Tom Rix <trix@redhat.com> * config/tc-ppc (ppc_bf, ppc_biei) : Set first .bi lineno value to 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 |