* doc/c-arm.texi: Fix arguments of @var to not contain

punctuation.
This commit is contained in:
Andreas Schwab
1999-09-09 16:09:52 +00:00
parent ad0481cd94
commit 13a830b61a
2 changed files with 10 additions and 5 deletions

View File

@ -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> 1999-09-08 Philip Blundell <pb@nexus.co.uk>
* config/tc-arm.c (s_thumb_set): Only support interworking for ELF * config/tc-arm.c (s_thumb_set): Only support interworking for ELF

View File

@ -29,12 +29,12 @@
@cindex options for ARM (none) @cindex options for ARM (none)
@table @code @table @code
@cindex @code{-marm} command line option, ARM @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 This option specifies the target processor. The assembler will issue an
error message if an attempt is made to assemble an instruction which error message if an attempt is made to assemble an instruction which
will not execute on the target processor. will not execute on the target processor.
@cindex @code{-marmv} command line option, ARM @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 This option specifies the target architecture. The assembler will issue
an error message if an attempt is made to assemble an instruction which an error message if an attempt is made to assemble an instruction which
will not execute on the target architecture. will not execute on the target architecture.
@ -45,7 +45,7 @@ This option specifies that only Thumb instructions should be assembled.
@item -mall @item -mall
This option specifies that any Arm or Thumb instruction should be assembled. This option specifies that any Arm or Thumb instruction should be assembled.
@cindex @code{-mfpa} command line option, ARM @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 This option specifies the floating point architecture in use on the
target processor. target processor.
@cindex @code{-mfpe-old} command line option, ARM @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 This option specifies that the output generated by the assembler should
be marked as supporting interworking. be marked as supporting interworking.
@cindex @code{-mapcs} command line option, ARM @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 This option specifies that the output generated by the assembler should
be marked as supporting the indicated version of the Arm Procedure. be marked as supporting the indicated version of the Arm Procedure.
Calling Standard. Calling Standard.
@ -142,7 +142,7 @@ example:
@end smallexample @end smallexample
@cindex @code{code} directive, ARM @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 This directive selects the instruction set being generated. The value 16
selects Thumb, with the value 32 selecting ARM. selects Thumb, with the value 32 selecting ARM.