From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28108 invoked by alias); 8 Apr 2004 17:02:17 -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 28090 invoked from network); 8 Apr 2004 17:02:16 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 8 Apr 2004 17:02:16 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i38H2GME029258 for ; Thu, 8 Apr 2004 13:02:16 -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 i38H2Gj21900; Thu, 8 Apr 2004 13:02:16 -0400 Received: from localhost.localdomain (vpn50-60.rdu.redhat.com [172.16.50.60]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id i38H2GnM008314; Thu, 8 Apr 2004 13:02:16 -0400 Received: from saguaro (saguaro.lan [192.168.64.2]) by localhost.localdomain (8.12.10/8.12.10) with SMTP id i38H2AOR027297; Thu, 8 Apr 2004 10:02:10 -0700 Date: Thu, 08 Apr 2004 17:02:00 -0000 From: Kevin Buettner To: Manoj Iyer Cc: gdb-patches@sources.redhat.com Subject: Re: [RFC] GDB64 ppc64 compile error patch Message-Id: <20040408100210.72a7156b@saguaro> In-Reply-To: References: <20040407141002.00713138@saguaro> Organization: Red Hat Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2004-04/txt/msg00190.txt.bz2 On Wed, 7 Apr 2004 16:37:43 -0500 (CDT) Manoj Iyer wrote: > I have attached a pre-processed version of the file ppc-linux-tdep.c, if > you will scroll down to line #17506 you will see the problem. Daniel was right, the constants in question were coming in via signal.h. The constants in question were used in the past in (now rewritten) core file support. Since they are not being used any longer, I have committed a patch which deletes them. See: http://sources.redhat.com/ml/gdb-patches/2004-04/msg00189.html Kevin