diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 1999-09-09 16:09:52 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 1999-09-09 16:09:52 +0000 |
commit | 13a830b61a6d9f68e342709be65ba8a0b7f222e6 (patch) | |
tree | 1011e86e868e0c0f9d71f77711e569663f89704f /gas | |
parent | ad0481cd94fb3e4346bfb87a9374abd3d521b1fa (diff) | |
download | gdb-13a830b61a6d9f68e342709be65ba8a0b7f222e6.zip gdb-13a830b61a6d9f68e342709be65ba8a0b7f222e6.tar.gz gdb-13a830b61a6d9f68e342709be65ba8a0b7f222e6.tar.bz2 |
* doc/c-arm.texi: Fix arguments of @var to not contain
punctuation.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/doc/c-arm.texi | 10 |
2 files changed, 10 insertions, 5 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 7f931c9..dae2321 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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 diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi index 3c1677c..5a4c2b3 100644 --- a/gas/doc/c-arm.texi +++ b/gas/doc/c-arm.texi @@ -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. |