Date: Sun, 4 Jan 2015 00:44:25 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r276647 - head/contrib/binutils/gas/doc Message-ID: <201501040044.t040iPHJ074834@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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. -@node ARM Floating Point -@section Floating Point - -@cindex floating point, ARM (@sc{ieee}) -@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 +@node ARM Floating Point +@section Floating Point + +@cindex floating point, ARM (@sc{ieee}) +@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. -@itemx -m3900 +@item -m3900 @itemx -no-m3900 @itemx -m4100 @itemx -no-m4100
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501040044.t040iPHJ074834>