From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29200 invoked by alias); 9 Jan 2002 20:49:36 -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 29113 invoked from network); 9 Jan 2002 20:49:34 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 9 Jan 2002 20:49:34 -0000 Received: from redhat.com (reddwarf.cygnus.com [205.180.231.12]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id MAA15546; Wed, 9 Jan 2002 12:49:29 -0800 (PST) Message-ID: <3C3CABA8.479F19C2@redhat.com> Date: Wed, 09 Jan 2002 12:49:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.2-2smp i686) X-Accept-Language: en MIME-Version: 1.0 To: Daniel Jacobowitz CC: gdb-patches@sources.redhat.com Subject: Re: linux-core support broke i386 compilation References: <20020109152110.A1564@nevyn.them.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-01/txt/msg00194.txt.bz2 Daniel Jacobowitz wrote: > > You reference a type 'gdb_fpxregset_t'. It doesn't appear to be defined > anywhere. > > I'm also not sure that that's the right #ifdef for the check; PowerPC was > sounding like it would have an fpxregset (well, an xregset, really - no FP > involved) but without PTRACE_GETFPXREGS. fill_fpxregset also appears to > lack a prototype. Nuts! Forgot a file. Comes from having too many outstanding patches in my source directory. Fix checked in, PATCH posting coming.