From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18481 invoked by alias); 20 Feb 2003 17:47:06 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 18468 invoked from network); 20 Feb 2003 17:47:05 -0000 Received: from unknown (HELO mx1.redhat.com) (172.16.49.200) by 172.16.49.205 with SMTP; 20 Feb 2003 17:47:05 -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 h1KHl5N01276 for ; Thu, 20 Feb 2003 12:47:05 -0500 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 h1KHl5f23315; Thu, 20 Feb 2003 12:47:05 -0500 Received: from [150.1.200.14] (vpn50-9.rdu.redhat.com [172.16.50.9]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h1KHl4t04579; Thu, 20 Feb 2003 12:47:04 -0500 Subject: Re: SYMBOL_SOURCE_NAME breakage From: Keith Seitz To: Phil Edwards Cc: "gdb-patches@sources.redhat.com" , carlton@math.stanford.edu In-Reply-To: <20030220174204.GA8906@disaster.jaj.com> References: <20030220174204.GA8906@disaster.jaj.com> Content-Type: text/plain Organization: Message-Id: <1045763559.1493.13.camel@lindt.uglyboxes.com> Mime-Version: 1.0 Date: Thu, 20 Feb 2003 17:47:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2003-02/txt/msg00485.txt.bz2 On Thu, 2003-02-20 at 09:42, Phil Edwards wrote: > The recent rename of SYMBOL_SOURCE_NAME missed a couple spots in > gdb/gdbtk/generic/gdbtk-cmds.c, leading to link failure using current > (as of 10 minutes ago) CVS HEAD. Doing the 2 renames in that file allows > the build to pass. > I'm already on it... Keith