From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9473 invoked by alias); 12 Sep 2008 05:06:11 -0000 Received: (qmail 9464 invoked by uid 22791); 12 Sep 2008 05:06:10 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 12 Sep 2008 05:05:23 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id CF3192A9686; Fri, 12 Sep 2008 01:05:19 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id txFEnczFjXoJ; Fri, 12 Sep 2008 01:05:19 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 71F572A966C; Fri, 12 Sep 2008 01:05:19 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id C5779E7ACD; Thu, 11 Sep 2008 22:05:01 -0700 (PDT) Date: Fri, 12 Sep 2008 05:06:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: Re: [autodeps] gnu-nat, autogenerated files Message-ID: <20080912050501.GC3714@adacore.com> References: <200809091606.45512.pedro@codesourcery.com> <20080910180018.GP12222@adacore.com> <200809101948.18370.pedro@codesourcery.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200809101948.18370.pedro@codesourcery.com> User-Agent: Mutt/1.4.2.2i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-09/txt/msg00252.txt.bz2 > Hmmmm, looking at the docs you pointed below, I believe NAT_GENERATED_FILES > is more correct. These files shouldn't be generated when building a cross > debugger hosted on the hurd. I've made that change, hope it's OK. That makes sense. > Hmmm, errmmm, I don't know what to do here. :-) Eli is the documentation guru, I'll let him decide :). > TM_CLIBS and TM_CDEPS also looks like looking for garbage collection. Yes - If I'm not mistaken, we have finally gotten rid of tm files. So they can definitely go. > 2008-09-10 Pedro Alves > > * Makefile.in (generated_files): Add $(NAT_GENERATED_FILES). > * config/i386/i386gnu.mh (NAT_GENERATED_FILES): New. This part is OK. > gdb/doc/ > 2008-09-10 Pedro Alves > > * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES. That part needs to be reviewed by Eli. > + > +NAT_GENERATED_FILES = notify_S.h notify_S.c process_reply_S.h process_reply_S.c \ Just a very minor comment: I wonder if you might have exceeded 80 chars on this line. -- Joel