diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-04-20 08:05:13 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-04-20 08:08:42 -0700 |
commit | d3b47e2bd4f2924e965c586d3bf4d0b0cc6b40cc (patch) | |
tree | 9902ab5d08e21863668250bf547a50abb652956a /gas/doc/c-i386.texi | |
parent | e771e4be1393b629bc243e2b5ee1e91850334d5a (diff) | |
download | gdb-d3b47e2bd4f2924e965c586d3bf4d0b0cc6b40cc.zip gdb-d3b47e2bd4f2924e965c586d3bf4d0b0cc6b40cc.tar.gz gdb-d3b47e2bd4f2924e965c586d3bf4d0b0cc6b40cc.tar.bz2 |
Silence texinfo 5.1 warnings
This patch silences texinfo 5.1 warnings by using @subsection and
sorting entries in Machine Dependencies menu.
* doc/as.texinfo (Bundle directives): Shorten menu entry and
use @subsection.
(CFI directives): Use @subsection.
(SH-Dependent, SH64-Dependent): Moved after SCORE-Dependent.
* doc/c-i386.texi (i386-Mnemonics): Use @subsection.
Diffstat (limited to 'gas/doc/c-i386.texi')
-rw-r--r-- | gas/doc/c-i386.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gas/doc/c-i386.texi b/gas/doc/c-i386.texi index e57b2c1..7f0e79f 100644 --- a/gas/doc/c-i386.texi +++ b/gas/doc/c-i386.texi @@ -487,7 +487,8 @@ The @samp{;} character can be used to separate statements on the same line. @node i386-Mnemonics -@section Instruction Naming +@section i386-Mnemonics +@subsection Instruction Naming @cindex i386 instruction naming @cindex instruction naming, i386 @@ -571,7 +572,7 @@ Far call/jump instructions are @samp{lcall} and @samp{ljmp} in AT&T syntax, but are @samp{call far} and @samp{jump far} in Intel convention. -@section AT&T Mnemonic versus Intel Mnemonic +@subsection AT&T Mnemonic versus Intel Mnemonic @cindex i386 mnemonic compatibility @cindex mnemonic compatibility, i386 |