From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9909 invoked by alias); 15 Oct 2003 17:58:21 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 9874 invoked from network); 15 Oct 2003 17:58:19 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 15 Oct 2003 17:58:19 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h9FHwIM29575 for ; Wed, 15 Oct 2003 13:58:18 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h9FHwHr02861; Wed, 15 Oct 2003 13:58:17 -0400 Received: from localhost.localdomain (vpn50-39.rdu.redhat.com [172.16.50.39]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id h9FHwFwC005909; Wed, 15 Oct 2003 13:58:16 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h9FHwA921855; Wed, 15 Oct 2003 10:58:10 -0700 Date: Wed, 15 Oct 2003 17:58:00 -0000 From: Kevin Buettner Message-Id: <1031015175810.ZM21854@localhost.localdomain> In-Reply-To: Michael Elizabeth Chastain "`Breakpoint related warnings' has no Up field" (Oct 15, 12:34pm) References: <200310151634.h9FGYPJ5021653@duracef.shout.net> To: Michael Elizabeth Chastain , kevinb@redhat.com Subject: [PATCH] Fix `Breakpoint related warnings' has no Up field Cc: green@redhat.com, gdb@sources.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-10/txt/msg00201.txt.bz2 On Oct 15, 12:34pm, Michael Elizabeth Chastain wrote: > Oops, 'make install' on gdb HEAD just died on me. > native i686-pc-linux-gnu, red hat 8.0, texinfo 4.2. > > Looks like some new texinfo needs a little adjustment, that's all. > > Michael C > > makeinfo --split-size=5000000 -I /berman/fsf/_today_/source/gdb/HEAD/src/gdb/doc/../../readline/doc -I /berman/fsf/_today_/source/gdb/HEAD/src/gdb/doc/../mi -I /berman/fsf/_today_/source/gdb/HEAD/src/gdb/doc \ > -o gdb.info /berman/fsf/_today_/source/gdb/HEAD/src/gdb/doc/gdb.texinfo > /berman/fsf/_today_/source/gdb/HEAD/src/gdb/doc/gdb.texinfo:3312: `Breakpoint related warnings' has no Up field. > /berman/fsf/_today_/source/gdb/HEAD/src/gdb/doc/gdb.texinfo:3312: warning: unreferenced node `Breakpoint related warnings'. Fixed with the following patch (committed). Thanks to Anthony Green for sending me the patch. Kevin From Anthony Green : * gdb.texinfo (Breakpoints related warnings): Insert into menu. Index: gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.180 diff -u -p -r1.180 gdb.texinfo --- gdb.texinfo 14 Oct 2003 20:23:28 -0000 1.180 +++ gdb.texinfo 15 Oct 2003 17:52:35 -0000 @@ -2441,6 +2441,7 @@ all breakpoint in that range are operate * Break Commands:: Breakpoint command lists * Breakpoint Menus:: Breakpoint menus * Error in Breakpoints:: ``Cannot insert breakpoints'' +* Breakpoint related warnings:: ``Breakpoint address adjusted...'' @end menu @node Set Breaks