From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27738 invoked by alias); 6 Feb 2015 10:26:43 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 27695 invoked by uid 89); 6 Feb 2015 10:26:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: cam-smtp0.cambridge.arm.com Received: from fw-tnat.cambridge.arm.com (HELO cam-smtp0.cambridge.arm.com) (217.140.96.140) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 06 Feb 2015 10:26:41 +0000 Received: from arm.com (e106375-lin.cambridge.arm.com [10.2.206.143]) by cam-smtp0.cambridge.arm.com (8.13.8/8.13.8) with ESMTP id t16AQbGo014936; Fri, 6 Feb 2015 10:26:37 GMT Date: Fri, 06 Feb 2015 10:26:00 -0000 From: James Greenhalgh To: Tobias Burnus Cc: "gcc-patches@gcc.gnu.org" , Gerald Pfeifer Subject: Re: [Patch, WWWDOCS] gcc-5/changes.html: Mention that C FE can be build as libcc1.so Message-ID: <20150206102637.GA13369@arm.com> References: <20150206094420.GA10095@physik.fu-berlin.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150206094420.GA10095@physik.fu-berlin.de> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2015-02/txt/msg00388.txt.bz2 On Fri, Feb 06, 2015 at 09:44:20AM +0000, Tobias Burnus wrote: > I think it is useful to know that one can build libcc1.so - also as > advertisement. Thus, I propose to include something like the quip in > the attachment. > > GDB uses it in version 7.9, which is not yet released but already > branched off. > > OK? - Other suggestions or comments? > > > Tobias > Index: htdocs/gcc-5/changes.html > =================================================================== > RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v > retrieving revision 1.78 > diff -u -p -r1.78 changes.html > --- htdocs/gcc-5/changes.html 5 Feb 2015 13:52:05 -0000 1.78 > +++ htdocs/gcc-5/changes.html 6 Feb 2015 08:20:50 -0000 > @@ -237,6 +237,10 @@ calloc (size_t x, size_t y) > -Wno-discarded-qualifiers. >
  • The C front end now generates more precise caret diagnostics.
  • >
  • The -pg option now only affects the current file in a LTO build.
  • > +
  • The C front end can now also be build as library, which is for instance > + used by + href="https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob_plain;f=gdb/NEWS;hb=gdb-7.9-branch" > + >gdb 7.9 for compiling source code used for code injection.
  • Sorry to meddle, but how about: The C front end can now be built and used as a library (libcc1.so). This will be used by GDB 7.9 to compile source code used for code injection. Thanks, James