svn commit: r276647 - head/contrib/binutils/gas/doc

Baptiste Daroussin bapt at FreeBSD.org
Sun Jan 4 00:44:26 UTC 2015


Author: bapt
Date: Sun Jan  4 00:44:24 2015
New Revision: 276647
URL: https://svnweb.freebsd.org/changeset/base/276647

Log:
  Fix generating documents with modern texinfo

Modified:
  head/contrib/binutils/gas/doc/c-arm.texi
  head/contrib/binutils/gas/doc/c-mips.texi

Modified: head/contrib/binutils/gas/doc/c-arm.texi
==============================================================================
--- head/contrib/binutils/gas/doc/c-arm.texi	Sun Jan  4 00:33:41 2015	(r276646)
+++ head/contrib/binutils/gas/doc/c-arm.texi	Sun Jan  4 00:44:24 2015	(r276647)
@@ -317,13 +317,6 @@ Either @samp{#} or @samp{$} can be used 
 @cindex register names, ARM
 *TODO* Explain about ARM register naming, and the predefined names.
 
- at node ARM Floating Point
- at section Floating Point
-
- at cindex floating point, ARM (@sc{ieee})
- at cindex ARM floating point (@sc{ieee})
-The ARM family uses @sc{ieee} floating-point numbers.
-
 @node ARM-Relocations
 @subsection ARM relocation generation
 
@@ -365,6 +358,13 @@ respectively.  For example to load the 3
         MOVT r0, #:upper16:foo
 @end smallexample
 
+ at node ARM Floating Point
+ at section Floating Point
+
+ at cindex floating point, ARM (@sc{ieee})
+ at cindex ARM floating point (@sc{ieee})
+The ARM family uses @sc{ieee} floating-point numbers.
+
 @node ARM Directives
 @section ARM Machine Directives
 

Modified: head/contrib/binutils/gas/doc/c-mips.texi
==============================================================================
--- head/contrib/binutils/gas/doc/c-mips.texi	Sun Jan  4 00:33:41 2015	(r276646)
+++ head/contrib/binutils/gas/doc/c-mips.texi	Sun Jan  4 00:44:24 2015	(r276647)
@@ -196,7 +196,7 @@ the @samp{mad} and @samp{madu} instructi
 instructions around accesses to the @samp{HI} and @samp{LO} registers.
 @samp{-no-m4650} turns off this option.
 
- at itemx -m3900
+ at item -m3900
 @itemx -no-m3900
 @itemx -m4100
 @itemx -no-m4100


More information about the svn-src-head mailing list