From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2200 invoked by alias); 26 Mar 2002 07:18:15 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 2040 invoked from network); 26 Mar 2002 07:18:09 -0000 Received: from unknown (HELO monkey.daikokuya.demon.co.uk) (158.152.184.26) by sources.redhat.com with SMTP; 26 Mar 2002 07:18:09 -0000 Received: from neil by monkey.daikokuya.demon.co.uk with local (Exim 3.35 #1 (Debian)) id 16plDc-0004F4-00; Tue, 26 Mar 2002 07:18:08 +0000 Date: Mon, 25 Mar 2002 23:18:00 -0000 To: Zack Weinberg Cc: Jim Blandy , gcc@gcc.gnu.org, gdb@sources.redhat.com Subject: Re: sharing libcpp between GDB and GCC Message-ID: <20020326071808.GC14664@daikokuya.demon.co.uk> References: <20020325234047.127345EA11@zwingli.cygnus.com> <20020326040735.GM23331@codesourcery.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020326040735.GM23331@codesourcery.com> User-Agent: Mutt/1.3.27i From: Neil Booth X-SW-Source: 2002-03/txt/msg00241.txt.bz2 Zack Weinberg wrote:- > I like this plan, and am provisionally willing to do the work, with > the warning that we're coming up on the "no more major structural > changes" freeze deadline for GCC 3.2 and there are several other major > structural changes I want to squeeze in (new numeric-constant parser, > tm.h out of config.h, continued floating point overhaul).[1] And I'll be > out of touch, and not hacking on anything, from Wednesday through the > beginning of next week. Yikes! That is quick. I want to rewrite the lexer. Maybe I'll drop langhooks for a while. > It should not be terribly hard to do though. There's two hurdles. > First, we have to dissociate cpplib from GCC's target configuration > entirely; thanks to Eric's integrated-preprocessor patch, it's now > practical to shift most of that to the C front end proper. Eric? 8-) Neil.