From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9627 invoked by alias); 8 Feb 2005 05:08:32 -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 9370 invoked from network); 8 Feb 2005 05:08:29 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 8 Feb 2005 05:08:29 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j1858T6M024901 for ; Tue, 8 Feb 2005 00:08:29 -0500 Received: from localhost.redhat.com (vpn50-42.rdu.redhat.com [172.16.50.42]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j1858TO13609; Tue, 8 Feb 2005 00:08:29 -0500 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 9F9517D79; Tue, 8 Feb 2005 00:08:05 -0500 (EST) Message-ID: <42084932.8070505@gnu.org> Date: Tue, 08 Feb 2005 21:03:00 -0000 From: Andrew Cagney User-Agent: Mozilla Thunderbird 0.8 (X11/20041020) MIME-Version: 1.0 To: kraj@mvista.com Cc: gdb-patches@sources.redhat.com Subject: Re: [commit] Convert VALUE_EMBEDDED_OFFSET to function References: <4207A0C3.9000701@gnu.org> <4207E487.3030906@mvista.com> In-Reply-To: <4207E487.3030906@mvista.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-02/txt/msg00035.txt.bz2 Khem Raj wrote: > Hi Andrew > > I am getting error building gdb and I think if following change should > also be part of your changeset. GDB builds. It looks like you've done something like "cvs update -d" which picks up some extra directories. I'd make a clean-sweep of things and try again with a clean checkout. Andrew