From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 636 invoked by alias); 10 Feb 2004 06:36:18 -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 586 invoked from network); 10 Feb 2004 06:36:17 -0000 Received: from unknown (HELO monty-python.gnu.org) (199.232.76.173) by sources.redhat.com with SMTP; 10 Feb 2004 06:36:17 -0000 Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.24) id 1AqRUH-0003C3-03; Tue, 10 Feb 2004 01:35:13 -0500 Date: Tue, 10 Feb 2004 06:36:00 -0000 Message-Id: From: Eli Zaretskii To: Daniel Jacobowitz CC: gdb-patches@sources.redhat.com In-reply-to: <20040209203434.GA12280@nevyn.them.org> (message from Daniel Jacobowitz on Mon, 9 Feb 2004 15:34:34 -0500) Subject: Re: [cplus] Add an entry point for cp-names Reply-to: Eli Zaretskii References: <20031224223616.GA11606@nevyn.them.org> <20040209203434.GA12280@nevyn.them.org> X-SW-Source: 2004-02/txt/msg00230.txt.bz2 > Date: Mon, 9 Feb 2004 15:34:34 -0500 > From: Daniel Jacobowitz > > > 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. That just means that the problem is slightly more complicated than I remembered. > 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. Oh, come on! Just changing [yp*] to [yps*] is all we need. That, and renaming one of the two object files produced from cp-names.tab.c, to avoid file-name clashes.