This is the mail archive of the binutils@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]

[PATCH] Fix for texinfo 4.8.


Texinfo 4.8 is 12 years old.  I had to download and build a copy to check.
Turns out that the older version requires the @section immediately after the
@node, where as current versions allow @cindex in between.  This is easy to
fix.  Committed.

	gas/
	* doc/c-riscv.texi (RISC-V-Directives): Move @section immediately after
	@node.
---
 gas/doc/c-riscv.texi | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gas/doc/c-riscv.texi b/gas/doc/c-riscv.texi
index 8d3a0b1312..90e6be7c4c 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
-- 
2.14.1


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