From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31487 invoked by alias); 30 Jun 2002 14:54:56 -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 31478 invoked from network); 30 Jun 2002 14:54:50 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.114.42) by sources.redhat.com with SMTP; 30 Jun 2002 14:54:50 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.11.6/8.11.6) with ESMTP id g5UEsm900549; Sun, 30 Jun 2002 16:54:49 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.11.6/8.11.6) id g5UEsmW27863; Sun, 30 Jun 2002 16:54:48 +0200 (CEST) (envelope-from kettenis) To: obrien@FreeBSD.org Cc: gdb-patches@sources.redhat.com Subject: Re: Include param.h on FreeBSD/i386 References: <20020628131544.A53773@dragon.nuxi.com> From: Mark Kettenis Date: Sun, 30 Jun 2002 07:54:00 -0000 In-Reply-To: "David O'Brien"'s message of "Fri, 28 Jun 2002 13:15:44 -0700" Message-ID: <86k7og24w7.fsf@elgar.kettenis.dyndns.org> X-SW-Source: 2002-06/txt/msg00582.txt.bz2 "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? Including from config/i386/tm-fbsd.h isn't right since this file is going to be removed in the not so distant future, and I have my doubts about the change to config/i386/nm-fbsd.h too. If there is GDB code that needs we should probably add it to the appropriate files, not to the global nm.h. Mark