From fed44c60b3a3ded5e60982af7412d20603054910 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Sun, 3 Dec 2017 15:11:07 -0800 Subject: [PATCH] Fix for texinfo 4.8. gas/ * doc/c-riscv.texi (RISC-V-Directives): Move @section immediately after @node. --- 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 8aa5e541c9..05dd5ee634 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2017-12-03 Jim Wilson + + * doc/c-riscv.texi (RISC-V-Directives): Move @section immediately after + @node. + 2017-12-01 Palmer Dabbelt Jim Wilson 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.34.1