From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18742 invoked by alias); 10 Jan 2002 14:30:30 -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 18671 invoked from network); 10 Jan 2002 14:30:26 -0000 Received: from unknown (HELO fw-cam.cambridge.arm.com) (193.131.176.3) by sources.redhat.com with SMTP; 10 Jan 2002 14:30:26 -0000 Received: by fw-cam.cambridge.arm.com; id OAA16604; Thu, 10 Jan 2002 14:30:24 GMT Received: from unknown(172.16.1.2) by fw-cam.cambridge.arm.com via smap (V5.5) id xma016417; Thu, 10 Jan 02 14:30:10 GMT Received: from cam-mail2.cambridge.arm.com (localhost [127.0.0.1]) by cam-admin0.cambridge.arm.com (8.9.3/8.9.3) with ESMTP id OAA01135; Thu, 10 Jan 2002 14:30:09 GMT Received: from sun18.cambridge.arm.com (sun18.cambridge.arm.com [172.16.2.18]) by cam-mail2.cambridge.arm.com (8.9.3/8.9.3) with ESMTP id OAA07844; Thu, 10 Jan 2002 14:30:08 GMT Message-Id: <200201101430.OAA07844@cam-mail2.cambridge.arm.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Michael Snyder cc: Richard.Earnshaw@arm.com, gdb@sources.redhat.com, binutils@sources.redhat.com Reply-To: Richard.Earnshaw@arm.com Organization: ARM Ltd. X-Telephone: +44 1223 400569 (direct+voicemail), +44 1223 400400 (switchbd) X-Fax: +44 1223 400410 X-Address: ARM Ltd., 110 Fulbourn Road, Cherry Hinton, Cambridge CB1 9NJ. X-Url: http://www.arm.com/ Subject: Re: GDB arm-netbsd build failure. In-reply-to: Your message of "Thu, 10 Jan 2002 14:21:14 GMT." <200201101421.OAA06940@cam-mail2.cambridge.arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 10 Jan 2002 06:30:00 -0000 From: Richard Earnshaw X-SW-Source: 2002-01/txt/msg00086.txt.bz2 > 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. R.