diff options
author | bapt <bapt@FreeBSD.org> | 2015-01-04 00:44:24 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-01-04 00:44:24 +0000 |
commit | 083080f6615e634796b53e3ebb9798220ed1b2cf (patch) | |
tree | 8b7f56f0873057eb6c35aac47c49dd2c4ec23f02 /contrib/binutils | |
parent | 63d6bc235ec42ac66a9a3e25c93f142112a011b4 (diff) | |
download | FreeBSD-src-083080f6615e634796b53e3ebb9798220ed1b2cf.zip FreeBSD-src-083080f6615e634796b53e3ebb9798220ed1b2cf.tar.gz |
Fix generating documents with modern texinfo
Diffstat (limited to 'contrib/binutils')
-rw-r--r-- | contrib/binutils/gas/doc/c-arm.texi | 14 | ||||
-rw-r--r-- | contrib/binutils/gas/doc/c-mips.texi | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/contrib/binutils/gas/doc/c-arm.texi b/contrib/binutils/gas/doc/c-arm.texi index 8fc2972..3ad6271 100644 --- a/contrib/binutils/gas/doc/c-arm.texi +++ b/contrib/binutils/gas/doc/c-arm.texi @@ -317,13 +317,6 @@ Either @samp{#} or @samp{$} can be used to indicate immediate operands. @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 32-bit address of foo into r0: 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 diff --git a/contrib/binutils/gas/doc/c-mips.texi b/contrib/binutils/gas/doc/c-mips.texi index f92cb00..89706bc 100644 --- a/contrib/binutils/gas/doc/c-mips.texi +++ b/contrib/binutils/gas/doc/c-mips.texi @@ -196,7 +196,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 |