From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31036 invoked by alias); 16 May 2002 22:56:46 -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 31025 invoked from network); 16 May 2002 22:56:44 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 16 May 2002 22:56:44 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 2E99C3E3E; Thu, 16 May 2002 18:56:43 -0400 (EDT) Message-ID: <3CE4392B.4070009@cygnus.com> Date: Thu, 16 May 2002 15:56:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0rc1) Gecko/20020429 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jason R Thorpe Cc: Elena Zannoni , gdb-patches@sources.redhat.com Subject: Re: [PATCH/RFA] Generic OS ABI handling References: <20020513120839.X3435@dr-evil.shagadelic.org> <15588.11053.545829.689213@localhost.redhat.com> <20020516151705.Y4613@dr-evil.shagadelic.org> <3CE4342B.10803@cygnus.com> <20020516154139.Z4613@dr-evil.shagadelic.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-05/txt/msg00677.txt.bz2 > On Thu, May 16, 2002 at 06:35:23PM -0400, Andrew Cagney wrote: > > > Oh, thanks, I missed that. So, you're removing osabi.h from defs.h, > > right? We're trying to trim the size of the defs.h include list :-) > > Oh. Well, I *could* do that. I actually did the other way, including > it in the *-tdep.h files which need the enum. > > If that's what you'd prefer, I can accomodate that :-) Now I'm confused. So "defs.h" DOES NOT contain #include "osabi.h" "foo-tdep.h" DOES contain #include "osabi.h" Ok. Andrew