From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2096 invoked by alias); 6 May 2009 15:30:55 -0000 Received: (qmail 2001 invoked by uid 22791); 6 May 2009 15:30:48 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 06 May 2009 15:30:13 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n46FUAb3025079 for ; Wed, 6 May 2009 11:30:10 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n46FUAb9030241 for ; Wed, 6 May 2009 11:30:10 -0400 Received: from lindt.uglyboxes.com (sebastian-int.corp.redhat.com [172.16.52.221]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n46FU5M9005149; Wed, 6 May 2009 11:30:09 -0400 Message-ID: <4A01ACFC.8000703@redhat.com> Date: Wed, 06 May 2009 15:30:00 -0000 From: Keith Seitz User-Agent: Thunderbird 2.0.0.21 (X11/20090320) MIME-Version: 1.0 To: Gene Smith CC: insight@sources.redhat.com Subject: Re: Insight broken with latest tcl/tk References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2009-q2/txt/msg00040.txt.bz2 Gene Smith wrote: >> ../../insight_sources/gdb/gdbtk/generic/gdbtk-cmds.c: In function ‘gdb_loc’: >> ../../insight_sources/gdb/gdbtk/generic/gdbtk-cmds.c:2147: error: >> implicit declaration of function ‘read_pc’ >> make[2]: *** [gdbtk-cmds.o] Error 1 [snip] > gdbtk-cmds.c:(.text+0x3503): undefined reference to `read_pc' > gdbtk-cmds.c:(.text+0x3533): undefined reference to `read_pc' > collect2: ld returned 1 exit status These are the same problem. On May 5 (yesterday), someone checked in a patch to remove read_pc. It is now apparently called "regcache_read_pc". I'll fix this later today. Busy morning. Keith