* doc/c-arm.texi (ARM Directives): Fix warnings from makeinfo.
authorAndreas Schwab <schwab@linux-m68k.org>
Mon, 14 Aug 2000 09:02:45 +0000 (09:02 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Mon, 14 Aug 2000 09:02:45 +0000 (09:02 +0000)
gas/ChangeLog
gas/doc/c-arm.texi

index 4574ad50d073849d8191e972326ff3a60bbe36ae..1fba9e30de183d6b0b0c20284129639ae0b87872 100644 (file)
@@ -1,3 +1,7 @@
+2000-08-14  Andreas Schwab  <schwab@suse.de>
+
+       * doc/c-arm.texi (ARM Directives): Fix warnings from makeinfo.
+
 2000-08-11  Andreas Schwab  <schwab@suse.de>
 
        * doc/c-i860.texi (Opcodes for i860): Remove braces from @item
index ee3112d19e1ba6f0f777344030b5a59b65aac83d..10c80428d92455dd63ff1c127de6ce32c2951600 100644 (file)
@@ -51,7 +51,7 @@ This option specifies that only Thumb instructions should be assembled.
 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 @code{[10|11]}
 This option specifies the floating point architecture in use on the
 target processor. 
 
@@ -69,7 +69,7 @@ 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 @code{[26|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.
@@ -180,7 +180,7 @@ example:
 @end smallexample
 
 @cindex @code{code} directive, ARM
-@item .code @var{[16|32]}
+@item .code @code{[16|32]}
 This directive selects the instruction set being generated. The value 16
 selects Thumb, with the value 32 selecting ARM.