From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 92767 invoked by alias); 11 Jun 2018 17:32:15 -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 92757 invoked by uid 89); 11 Jun 2018 17:32:15 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:540 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, 11 Jun 2018 17:32:13 +0000 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fSQfq-0004KN-O5 for gdb-patches@sourceware.org; Mon, 11 Jun 2018 13:32:11 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:49252) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fSQfc-0004DT-B9; Mon, 11 Jun 2018 13:31:56 -0400 Received: from [176.228.60.248] (port=2274 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fSQfb-0004Y4-OV; Mon, 11 Jun 2018 13:31:56 -0400 Date: Mon, 11 Jun 2018 17:32:00 -0000 Message-Id: <831sddqlf0.fsf@gnu.org> From: Eli Zaretskii To: Szabolcs Nagy CC: gbenson@redhat.com, gdb-patches@sourceware.org, nd@arm.com, palves@redhat.com, simon.marchi@ericsson.com In-reply-to: <7a3a3016-b183-b9e1-74a6-91e6050e315e@arm.com> (message from Szabolcs Nagy on Mon, 11 Jun 2018 18:15:12 +0100) Subject: Re: [PATCH] Fix ref in gdb.texinfo Reply-to: Eli Zaretskii References: <20074994-70c2-151c-95c3-5c0090a87bd8@redhat.com> <1528478739-23579-1-git-send-email-gbenson@redhat.com> <7a3a3016-b183-b9e1-74a6-91e6050e315e@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-06/txt/msg00288.txt.bz2 > From: Szabolcs Nagy > Date: Mon, 11 Jun 2018 18:15:12 +0100 > > commit 5045b3d78903d1f6faa4cb511fa801e50dfacf48 > Commit: Gary Benson > CommitDate: 2018-06-08 18:06:46 +0100 > > linux: Add maintenance commands to test libthread_db > > The build fails for me with > > ../../../gdb/doc/gdb.texinfo:35875: @ref reference to nonexistent node `maint check libthread-db' > Makefile:486: recipe for target 'gdb.info' failed Please try again, I hope I fixed that.