From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 76539 invoked by alias); 15 Jan 2018 12:59:09 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 76525 invoked by uid 89); 15 Jan 2018 12:59:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-7.0 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_1,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=Hx-languages-length:639, our X-HELO: eggs.gnu.org Received: from eggs.gnu.org (HELO eggs.gnu.org) (208.118.235.92) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 15 Jan 2018 12:59:07 +0000 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eb4Lw-0000GD-VW for gdb-patches@sourceware.org; Mon, 15 Jan 2018 07:59:05 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:46975) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eb4LP-0008TG-Bz; Mon, 15 Jan 2018 07:58:31 -0500 Received: from [176.228.60.248] (port=3968 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1eb4LO-0003e6-Qh; Mon, 15 Jan 2018 07:58:31 -0500 Date: Mon, 15 Jan 2018 12:59:00 -0000 Message-Id: <836083z3bp.fsf@gnu.org> From: Eli Zaretskii To: Szabolcs Nagy CC: nd@arm.com, gdb-patches@sourceware.org, sergiodj@redhat.com, simon.marchi@polymtl.ca, tom@tromey.com In-reply-to: <5A5C9DB6.9070306@arm.com> (message from Szabolcs Nagy on Mon, 15 Jan 2018 12:25:26 +0000) Subject: Re: [committed] Fix gdb.texinfo for old makeinfo (again) Reply-to: Eli Zaretskii References: <5A5C9504.4060001@arm.com> <5A5C95D8.3010405@arm.com> <83a7xfz5h2.fsf@gnu.org> <5A5C9DB6.9070306@arm.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-IsSubscribed: yes X-SW-Source: 2018-01/txt/msg00263.txt.bz2 > Date: Mon, 15 Jan 2018 12:25:26 +0000 > From: Szabolcs Nagy > CC: nd@arm.com, gdb-patches@sourceware.org, sergiodj@redhat.com, > simon.marchi@polymtl.ca, tom@tromey.com > >> -@pindex gdb-add-index > > > > That's an index entry for gdb-add-index, it should stay, I think. > > > > i still get the error if i keep @pindex there, > if i move it together with @anchor below @heading > that works, shall i make that change? Yes, @pindex should be below @heading. Thanks. > (i just wanted to unbreak the build for our > automated toolchain tests Understood.