From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24823 invoked by alias); 30 Jun 2002 19:00:25 -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 24782 invoked from network); 30 Jun 2002 19:00:12 -0000 Received: from unknown (HELO dragon.nuxi.com) (66.92.13.169) by sources.redhat.com with SMTP; 30 Jun 2002 19:00:12 -0000 Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.4/8.12.2) with ESMTP id g5UJ04tL071231; Sun, 30 Jun 2002 12:00:04 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.5/8.12.4/Submit) id g5UJ03Kv071230; Sun, 30 Jun 2002 12:00:03 -0700 (PDT) Date: Sun, 30 Jun 2002 12:00:00 -0000 From: "David O'Brien" To: Mark Kettenis Cc: gdb-patches@sources.redhat.com Subject: Re: Include param.h on FreeBSD/i386 Message-ID: <20020630120003.B70260@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <20020628131544.A53773@dragon.nuxi.com> <86k7og24w7.fsf@elgar.kettenis.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <86k7og24w7.fsf@elgar.kettenis.dyndns.org>; from kettenis@chello.nl on Sun, Jun 30, 2002 at 04:54:48PM +0200 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 X-SW-Source: 2002-06/txt/msg00587.txt.bz2 On Sun, Jun 30, 2002 at 04:54:48PM +0200, Mark Kettenis wrote: > "David O'Brien" writes: > > > I applied this patch to both mainline and 5.2_branch: > > > > 2002-06-28 David O'Brien > > > > * config/i386/nm-fbsd.h: Include . > > * config/i386/tm-fbsd.h: Likewise. > > Hi David. Can you tell me why this is needed? Some code I added to GDB 5.2 in the FreeBSD source tree needs it. That code isn't ready to submit back yet. Since the include is benign but I wanted to reduce the diffs where easy. I actually don't need it in nm-fbsd.h any more. > Including > from config/i386/tm-fbsd.h isn't right since this file > is going to be removed in the not so distant future, No problem, I'll reimpliment when that happens. -- -- David (obrien@FreeBSD.org)