Blame SOURCES/binutils-2.24-as-doc-texinfo-fixes.patch

8101c5
diff -Nrup a/gas/doc/c-arc.texi b/gas/doc/c-arc.texi
8101c5
--- a/gas/doc/c-arc.texi	2014-05-16 03:17:23.291594885 -0400
8101c5
+++ b/gas/doc/c-arc.texi	2014-05-16 03:19:40.307589445 -0400
8101c5
@@ -220,7 +220,7 @@ The extension instructions are not macro
8101c5
 encodings for use of these instructions according to the specification
8101c5
 by the user.  The parameters are:
8101c5
 
8101c5
-@itemize @bullet
8101c5
+@itemize @code
8101c5
 @item @var{name}
8101c5
 Name of the extension instruction
8101c5
 
8101c5
diff -Nrup a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi
8101c5
--- a/gas/doc/c-arm.texi	2014-05-16 03:20:22.040666885 -0400
8101c5
+++ b/gas/doc/c-arm.texi	2014-05-16 03:31:01.229716427 -0400
8101c5
@@ -390,29 +390,29 @@ ARM and THUMB instructions had their own
8101c5
 @code{unified} syntax, which can be selected via the @code{.syntax}
8101c5
 directive, and has the following main features:
8101c5
 
8101c5
-@itemize @bullet
8101c5
+@itemize @code
8101c5
 @item
8101c5
 Immediate operands do not require a @code{#} prefix.
8101c5
 
8101c5
-@item
8101c5
+@item 2
8101c5
 The @code{IT} instruction may appear, and if it does it is validated
8101c5
 against subsequent conditional affixes.  In ARM mode it does not
8101c5
 generate machine code, in THUMB mode it does.
8101c5
 
8101c5
-@item
8101c5
+@item 3
8101c5
 For ARM instructions the conditional affixes always appear at the end
8101c5
 of the instruction.  For THUMB instructions conditional affixes can be
8101c5
 used, but only inside the scope of an @code{IT} instruction.
8101c5
 
8101c5
-@item
8101c5
+@item 4
8101c5
 All of the instructions new to the V6T2 architecture (and later) are
8101c5
 available.  (Only a few such instructions can be written in the
8101c5
 @code{divided} syntax).
8101c5
 
8101c5
-@item
8101c5
+@item 5
8101c5
 The @code{.N} and @code{.W} suffixes are recognized and honored.
8101c5
 
8101c5
-@item
8101c5
+@item 6
8101c5
 All instructions set the flags if and only if they have an @code{s}
8101c5
 affix.
8101c5
 @end itemize