From: Jan Beulich Date: Fri, 1 Dec 2023 09:13:36 +0000 (+0100) Subject: ld: fix build with old makeinfo X-Git-Tag: binutils-2_42~755 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=036cee3ad8dfe26975a3a8feb396f4961c60c5ae;p=thirdparty%2Fbinutils-gdb.git ld: fix build with old makeinfo Makeinfo 4.12 is unhappy about the new "Special Sections" without that also having a @chapter line. --- diff --git a/ld/ld.texi b/ld/ld.texi index 7ee06a71744..61b56a00ece 100644 --- a/ld/ld.texi +++ b/ld/ld.texi @@ -7527,6 +7527,7 @@ the @samp{__.LIBDEP} member of @file{libssl.a} would contain @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.