mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 18:14:13 +08:00
* doc/c-arm.texi: Fix arguments of @var to not contain
punctuation.
This commit is contained in:
parent
ad0481cd94
commit
13a830b61a
@ -1,3 +1,8 @@
|
||||
1999-09-09 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* doc/c-arm.texi: Fix arguments of @var to not contain
|
||||
punctuation.
|
||||
|
||||
1999-09-08 Philip Blundell <pb@nexus.co.uk>
|
||||
|
||||
* config/tc-arm.c (s_thumb_set): Only support interworking for ELF
|
||||
|
@ -29,12 +29,12 @@
|
||||
@cindex options for ARM (none)
|
||||
@table @code
|
||||
@cindex @code{-marm} command line option, ARM
|
||||
@item -marm @var{[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]}
|
||||
@item -marm [@var{2}|@var{250}|@var{3}|@var{6}|@var{60}|@var{600}|@var{610}|@var{620}|@var{7}|@var{7m}|@var{7d}|@var{7dm}|@var{7di}|@var{7dmi}|@var{70}|@var{700}|@var{700i}|@var{710}|@var{710c}|@var{7100}|@var{7500}|@var{7500fe}|@var{7tdmi}|@var{8}|@var{810}|@var{9}|@var{9tdmi}|@var{920}|@var{strongarm}|@var{strongarm110}|@var{strongarm1100}]
|
||||
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 @var{[2|2a|3|3m|4|4t|5|5t]}
|
||||
@item -marmv [@var{2}|@var{2a}|@var{3}|@var{3m}|@var{4}|@var{4t}|@var{5}|@var{5t}]
|
||||
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.
|
||||
@ -45,7 +45,7 @@ This option specifies that only Thumb instructions should be assembled.
|
||||
@item -mall
|
||||
This option specifies that any Arm or Thumb instruction should be assembled.
|
||||
@cindex @code{-mfpa} command line option, ARM
|
||||
@item -mfpa @var{[10|11]}
|
||||
@item -mfpa [@var{10}|@var{11}]
|
||||
This option specifies the floating point architecture in use on the
|
||||
target processor.
|
||||
@cindex @code{-mfpe-old} command line option, ARM
|
||||
@ -59,7 +59,7 @@ Do not allow the assembly of any floating point instructions.
|
||||
This option specifies that the output generated by the assembler should
|
||||
be marked as supporting interworking.
|
||||
@cindex @code{-mapcs} command line option, ARM
|
||||
@item -mapcs @var{[26|32]}
|
||||
@item -mapcs [@var{26}|@var{32}]
|
||||
This option specifies that the output generated by the assembler should
|
||||
be marked as supporting the indicated version of the Arm Procedure.
|
||||
Calling Standard.
|
||||
@ -142,7 +142,7 @@ example:
|
||||
@end smallexample
|
||||
|
||||
@cindex @code{code} directive, ARM
|
||||
@item .code @var{[16|32]}
|
||||
@item .code [@var{16}|@var{32}]
|
||||
This directive selects the instruction set being generated. The value 16
|
||||
selects Thumb, with the value 32 selecting ARM.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user