From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23090 invoked by alias); 9 Feb 2004 20:34:39 -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 23010 invoked from network); 9 Feb 2004 20:34:36 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sources.redhat.com with SMTP; 9 Feb 2004 20:34:36 -0000 Received: from drow by nevyn.them.org with local (Exim 4.30 #1 (Debian)) id 1AqI70-0003Ic-Uq; Mon, 09 Feb 2004 15:34:34 -0500 Date: Mon, 09 Feb 2004 20:34:00 -0000 From: Daniel Jacobowitz To: Eli Zaretskii Cc: gdb-patches@sources.redhat.com Subject: Re: [cplus] Add an entry point for cp-names Message-ID: <20040209203434.GA12280@nevyn.them.org> Mail-Followup-To: Eli Zaretskii , gdb-patches@sources.redhat.com References: <20031224223616.GA11606@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.1i X-SW-Source: 2004-02/txt/msg00205.txt.bz2 On Sun, Jan 04, 2004 at 08:18:24AM +0200, Eli Zaretskii wrote: > > Date: Wed, 24 Dec 2003 17:36:16 -0500 > > From: Daniel Jacobowitz > > > > 2003-12-24 Daniel Jacobowitz > > > > * Makefile.in (cp_names_h): New variable. > > (cp-names.tab.o, cp-names-main.tab.o): Depend on cp-names.h. > > Just a reminder: the *.tab.c files need entries in fnchange.lst to > rename them to *_tab.c. So these two files will need two additional > lines. Just one. There's only one .tab.c file - it builds two object files. The second is strictly for testing and strictly optional, so I won't weep if it doesn't build on DJGPP. I'm probably the only one who will need it. I've taken care of fnchange.lst on the branch, thanks. > Actually, there's more to this: cp-names_tab.c and cp-names-main_tab.c > map to the same 8+3 DOS name, so they will break the script in > gdb/config/djgpp/djconfig.sh which accounts for renaming of *.tab.c > files (see config.sed for the gory details). Thus, please consider > some other name for cp-names-main.tab.c, one that doesn't conflict > with cp-names.tab.c. I don't think any of that code is live in this case. It looks for [yp*].tab.c and cp-names.tab.c won't match that. I really don't want to dig my hands into a 43-line sed script editing another sed expression when I can't test it, so I'm afraid I will have to leave this to someone with DJGPP installed. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer