Correct @section placement for makeinfo 4.13
authorAlan Modra <amodra@gmail.com>
Tue, 7 Mar 2017 09:09:32 +0000 (19:39 +1030)
committerAlan Modra <amodra@gmail.com>
Tue, 7 Mar 2017 09:11:56 +0000 (19:41 +1030)
* doc/as.texinfo (2byte, 4byte, 8byte): Correct @section placement.

gas/ChangeLog
gas/doc/as.texinfo

index 4153dbe9f85909059abd7b06eb562319437110ca..7949343d460e3fef455cd8c0db2dbf65c6d7d26f 100644 (file)
@@ -1,3 +1,7 @@
+2017-03-07  Alan Modra  <amodra@gmail.com>
+
+       * doc/as.texinfo (2byte, 4byte, 8byte): Correct @section placement.
+
 2017-03-07  Tobin C. Harding  <me@tobin.cc>
            Alan Modra  <amodra@gmail.com>
 
index 0a70d7c76af5a2d1c22c347eb6755b16048562f0..a8f014ba78b0cec6aaf9e64aacf4ed52c00041bb 100644 (file)
@@ -7340,30 +7340,30 @@ instead of zero.  Using @samp{.zero} in this way would be confusing however.
 
 @ifset ELF
 @node 2byte
+@section @code{.2byte @var{expression} [, @var{expression}]*}
 @cindex @code{2byte} directive
 @cindex two-byte integer
 @cindex integer, 2-byte
-@section @code{.2byte @var{expression} [, @var{expression}]*}
 
 This directive @code{.2byte}, which is available for ELF targets, expects zero
 or more expressions, separated by commas. Each expression is assembled into the
 next two bytes.
 
 @node 4byte
+@section @code{.4byte @var{expression} [, @var{expression}]*}
 @cindex @code{4byte} directive
 @cindex four-byte integer
 @cindex integer, 4-byte
-@section @code{.4byte @var{expression} [, @var{expression}]*}
 
 This directive @code{.4byte}, which is available for ELF targets, expects zero
 or more expressions, separated by commas. Each expression is assembled into the
 next four bytes.
 
 @node 8byte
+@section @code{.8byte @var{expression} [, @var{expression}]*}
 @cindex @code{8byte} directive
 @cindex eight-byte integer
 @cindex integer, 8-byte
-@section @code{.8byte @var{expression} [, @var{expression}]*}
 
 This directive @code{.8byte}, which is available for ELF targets, expects zero
 or more bignums, separated by commas.  For each bignum, it emits