From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15035 invoked by alias); 10 Jan 2002 17:25:42 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 14957 invoked from network); 10 Jan 2002 17:25:41 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 10 Jan 2002 17:25:41 -0000 Received: from telocity.telocity.com (taarna.sfbay.redhat.com [205.180.230.102]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with SMTP id JAA03272; Thu, 10 Jan 2002 09:25:33 -0800 (PST) Message-ID: <3C3DCD8A.5984@redhat.com> Date: Thu, 10 Jan 2002 09:25:00 -0000 From: Michael Snyder X-Mailer: Mozilla 3.04 (Win95; I) MIME-Version: 1.0 To: Richard.Earnshaw@arm.com CC: gdb@sources.redhat.com, binutils@sources.redhat.com Subject: Re: GDB arm-netbsd build failure. References: <200201101430.OAA07844@cam-mail2.cambridge.arm.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-01/txt/msg00093.txt.bz2 Richard Earnshaw wrote: > > > An arm-elf cross build now fails when building opcodes/arm-dis.c since the > > one of the prototypes you added in elf-bfd.h uses pid_t, which isn't > > defined at that point. > > Hmm, thinking about it, pid_t is a very Unix-centric type anyway; so it is > somewhat dubious that this appears at all in the BFD libraries. You're right -- I'll change the function signiture.