From 036cee3ad8dfe26975a3a8feb396f4961c60c5ae Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Fri, 1 Dec 2023 10:13:36 +0100 Subject: ld: fix build with old makeinfo Makeinfo 4.12 is unhappy about the new "Special Sections" without that also having a @chapter line. --- ld/ld.texi | 1 + 1 file changed, 1 insertion(+) diff --git a/ld/ld.texi b/ld/ld.texi index 7ee06a7..61b56a0 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. -- cgit v1.1