mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-18 14:01:59 +01:00
Fix generating documents with modern texinfo
This commit is contained in:
parent
0c5cba543b
commit
321f9e5ad9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=276647
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user