From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1386) id B9922385AE54; Fri, 1 Dec 2023 09:14:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B9922385AE54 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Jan Beulich To: bfd-cvs@sourceware.org Subject: [binutils-gdb] ld: fix build with old makeinfo X-Act-Checkin: binutils-gdb X-Git-Author: Jan Beulich X-Git-Refname: refs/heads/master X-Git-Oldrev: 236b484749017b63c80dcedb07f08dfd6ea9e9a1 X-Git-Newrev: 036cee3ad8dfe26975a3a8feb396f4961c60c5ae Message-Id: <20231201091404.B9922385AE54@sourceware.org> Date: Fri, 1 Dec 2023 09:14:04 +0000 (GMT) X-BeenThere: binutils-cvs@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Binutils-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2023 09:14:04 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D036cee3ad8df= e26975a3a8feb396f4961c60c5ae commit 036cee3ad8dfe26975a3a8feb396f4961c60c5ae Author: Jan Beulich Date: Fri Dec 1 10:13:36 2023 +0100 ld: fix build with old makeinfo =20 Makeinfo 4.12 is unhappy about the new "Special Sections" without that also having a @chapter line. Diff: --- ld/ld.texi | 1 + 1 file changed, 1 insertion(+) 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 =20 @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.