From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18193 invoked by alias); 14 May 2002 01:37:02 -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 18166 invoked from network); 14 May 2002 01:36:59 -0000 Received: from unknown (HELO cygnus.com) (205.180.83.203) by sources.redhat.com with SMTP; 14 May 2002 01:36:59 -0000 Received: from localhost.redhat.com (remus.sfbay.redhat.com [172.16.27.252]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id SAA04272; Mon, 13 May 2002 18:36:56 -0700 (PDT) Received: by localhost.redhat.com (Postfix, from userid 469) id 1DF7B10FC9; Mon, 13 May 2002 21:36:24 -0400 (EDT) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15584.27159.909100.892316@localhost.redhat.com> Date: Mon, 13 May 2002 18:37:00 -0000 To: Daniel Jacobowitz Cc: Andrew Cagney , gdb-patches@sources.redhat.com Subject: Re: [RFA] Type cleanups In-Reply-To: <20020513230853.GA20143@nevyn.them.org> References: <20020513003359.GA11672@nevyn.them.org> <3CDF3081.1020900@cygnus.com> <20020513135950.GB19484@nevyn.them.org> <3CDFDDB9.7020904@cygnus.com> <20020513185031.GB16618@nevyn.them.org> <20020513185935.GA32424@nevyn.them.org> <3CE03AE6.5040306@cygnus.com> <20020513230853.GA20143@nevyn.them.org> X-SW-Source: 2002-05/txt/msg00519.txt.bz2 Ok, I killed sh-hms, and in case you need it for this patch (I guess Andrew already green-lighted it, though) you have my approval. Elena Daniel Jacobowitz writes: > On Mon, May 13, 2002 at 06:15:02PM -0400, Andrew Cagney wrote: > > >I don't get that on the three systems I use. Bug in the system library? > > > > > >> > > >>Hmm, I'm not sure where the necessary preprocessor definitions are > > >>coming from to make that definition visible. I'll look in to it. > > > > > > > > >Answer: apparently it is standards-conforming to define JB_* in > > >. This means that all of the tm-*.h files which define JB_ > > >variables are somewhat dubious. We should probably rename our copies > > >of these constants. And kill the ones we don't use, which amounts to > > >almost all of them. > > > > So something like: > > > > /^#[[:space:]]*define[[:space:]]*JB_/ > > > > should be ARIed as well? > > > > If yes, I'll do that and add a corresponding bug report. > > That sounds like a good idea to me. These constants obviously appear > in host headers, so we shouldn't be defining them for target headers. > The references will change name naturally when the definitions do. > > -- > Daniel Jacobowitz Carnegie Mellon University > MontaVista Software Debian GNU/Linux Developer