diff options
author | Nick Clifton <nickc@redhat.com> | 2000-11-25 00:21:40 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-11-25 00:21:40 +0000 |
commit | 077b8428ab2abe6e4c66216151c518c03467323c (patch) | |
tree | 4d9e07f38a2e3b8ad7561574fdf3241d484b910d /gas/doc | |
parent | 49425d281cfc2c9d4b61bc7db78f398950e9dca9 (diff) | |
download | gdb-077b8428ab2abe6e4c66216151c518c03467323c.zip gdb-077b8428ab2abe6e4c66216151c518c03467323c.tar.gz gdb-077b8428ab2abe6e4c66216151c518c03467323c.tar.bz2 |
Add ARM v5t, v5te and XScale support
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-arm.texi | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi index 10c8042..0ace9a2 100644 --- a/gas/doc/c-arm.texi +++ b/gas/doc/c-arm.texi @@ -32,15 +32,18 @@ @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 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. @cindex @code{-marmv} command line option, ARM -@item -marmv@code{[2|2a|3|3m|4|4t|5|5t]} +@item -marmv@code{[2|2a|3|3m|4|4t|5|5t|5te]} This option specifies the target architecture. The assembler will issue an error message if an attempt is made to assemble an instruction which will not execute on the target architecture. +The option @code{-marmv5te} specifies that v5t architecture should be +used with the El Segundo extensions enabled. @cindex @code{-mthumb} command line option, ARM @item -mthumb @@ -74,6 +77,14 @@ This option specifies that the output generated by the assembler should be marked as supporting the indicated version of the Arm Procedure. Calling Standard. +@cindex @code{-matpcs} command line option, ARM +@item -matpcs +This option specifies that the output generated by the assembler should +be marked as supporting the Arm/Thumb Procedure Calling Standard. If +enabled this option will cause the assembler to create an empty +debugging section in the object file called .arm.atpcs. Debuggers can +use this to determine the ABI being used by. + @cindex @code{-mapcs-float} command line option, ARM @item -mapcs-float This indicates the the floating point variant of the APCS should be |