This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Fix for texinfo 4.8.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=fed44c60b3a3ded5e60982af7412d20603054910

commit fed44c60b3a3ded5e60982af7412d20603054910
Author: Jim Wilson <jimw@sifive.com>
Date:   Sun Dec 3 15:11:07 2017 -0800

    Fix for texinfo 4.8.
    
    	gas/
    	* doc/c-riscv.texi (RISC-V-Directives): Move @section immediately after
    	@node.

Diff:
---
 gas/ChangeLog        | 5 +++++
 gas/doc/c-riscv.texi | 3 +--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index 8aa5e54..05dd5ee 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+2017-12-03  Jim Wilson  <jimw@sifive.com>
+
+	* doc/c-riscv.texi (RISC-V-Directives): Move @section immediately after
+	@node.
+
 2017-12-01  Palmer Dabbelt  <palmer@sifive.com>
 	    Jim Wilson  <jimw@sifive.com>
 
diff --git a/gas/doc/c-riscv.texi b/gas/doc/c-riscv.texi
index 8d3a0b1..90e6be7 100644
--- a/gas/doc/c-riscv.texi
+++ b/gas/doc/c-riscv.texi
@@ -51,11 +51,10 @@ the soft-float calling convention.
 @c man end
 
 @node RISC-V-Directives
+@section RISC-V Directives
 @cindex machine directives, RISC-V
 @cindex RISC-V machine directives
 
-@section RISC-V Directives
-
 The following table lists all available RISC-V specific directives.
 
 @table @code


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]