* doc/c-mips.texi (MIPS Opts): Fix use of @itemx.
authorAndreas Schwab <schwab@linux-m68k.org>
Sun, 6 Jan 2013 17:50:21 +0000 (17:50 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Sun, 6 Jan 2013 17:50:21 +0000 (17:50 +0000)
* doc/c-score.texi (SCORE-Opts): Likewise.
* doc/c-tic54x.texi (TIC54X-Directives): Likewise.

gas/ChangeLog
gas/doc/c-mips.texi
gas/doc/c-score.texi
gas/doc/c-tic54x.texi

index c78139ca74097e6d177e03f80fd22cc21b9e03a2..73d1b93240dc39f0d8a4dc74a23a6fb7f0641d02 100644 (file)
@@ -1,3 +1,9 @@
+2013-01-06  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * doc/c-mips.texi (MIPS Opts): Fix use of @itemx.
+       * doc/c-score.texi (SCORE-Opts): Likewise.
+       * doc/c-tic54x.texi (TIC54X-Directives): Likewise.
+
 2013-01-04  Juergen Urban <JuergenUrban@gmx.de>
 
        * config/tc-mips.c: Add support for MIPS r5900.
index 4778a219f967932ac25df7e9c9c06775d25420c3..3c7d343d01779db5a725c3e28d9ec7db7cf8a1f1 100644 (file)
@@ -1,5 +1,5 @@
 @c Copyright 1991, 1992, 1993, 1994, 1995, 1997, 1999, 2000, 2001,
-@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
+@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2013
 @c Free Software Foundation, Inc.
 @c This is part of the GAS manual.
 @c For copying conditions, see the file as.texinfo.
@@ -234,7 +234,7 @@ the @samp{mad} and @samp{madu} instruction, and to not schedule @samp{nop}
 instructions around accesses to the @samp{HI} and @samp{LO} registers.
 @samp{-no-m4650} turns off this option.
 
-@itemx -m3900
+@item -m3900
 @itemx -no-m3900
 @itemx -m4100
 @itemx -no-m4100
index 3af20a381dccc9738b4e6f5152a0f83edba9892e..da1391b8aa6dfd08c534f80d5e3c49182ec6783b 100644 (file)
@@ -1,4 +1,4 @@
-@c Copyright 2009, 2011
+@c Copyright 2009, 2011, 2013
 @c Free Software Foundation, Inc.
 @c This is part of the GAS manual.
 @c For copying conditions, see the file as.texinfo.
@@ -37,7 +37,7 @@ implicitly with the @code{gp} register. The default value is 8.
 @item -EB
 Assemble code for a big-endian cpu
 
-@itemx -EL
+@item -EL
 Assemble code for a little-endian cpu
 
 @item -FIXDD 
@@ -49,13 +49,13 @@ Assemble code for no warning message for fix data dependency
 @item -SCORE5
 Assemble code for target is SCORE5
 
-@itemx -SCORE5U
+@item -SCORE5U
 Assemble code for target is SCORE5U
 
-@itemx -SCORE7
+@item -SCORE7
 Assemble code for target is SCORE7, this is default setting
 
-@itemx -SCORE3
+@item -SCORE3
 Assemble code for target is SCORE3
 
 @item -march=score7
index d61ec3af1a7de0b52e9a8230e65d8b55992c8540..456034db445bb9453dfb3aae5f16cc2a2940c429 100644 (file)
@@ -345,7 +345,7 @@ Assign @var{name} the string @var{string}.  String replacement is
 performed on @var{string} before assignment.
 
 @cindex @code{eval} directive, TIC54X
-@itemx .eval @var{string}, @var{name}
+@item .eval @var{string}, @var{name}
 Evaluate the contents of string @var{string} and assign the result as a
 string to the subsym @var{name}.  String replacement is performed on
 @var{string} before assignment. 
This page took 0.027539 seconds and 4 git commands to generate.