ld: fix build with old makeinfo

Message ID 3cfef912-c577-4532-b199-61b98f45603b@suse.com
State Unresolved
Headers
Series ld: fix build with old makeinfo |

Checks

Context Check Description
snail/binutils-gdb-check warning Git am fail log

Commit Message

Jan Beulich Dec. 1, 2023, 8:49 a.m. UTC
  Makeinfo 4.12 is unhappy about the new "Special Sections" without that
also having a @chapter line.
  

Patch

--- a/ld/ld.texi
+++ b/ld/ld.texi
@@ -7527,6 +7527,7 @@  the @samp{__.LIBDEP} member of @file{lib
 @end smallexample
 
 @node Special Sections
+@chapter Special Sections
 When linking ELF format object files @command{ld} treats some sections
 in a special, non standard manner.  This part of the manual describes
 these sections.