From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9179 invoked by alias); 11 Nov 2008 04:31:45 -0000 Received: (qmail 9158 invoked by uid 453); 11 Nov 2008 04:31:44 -0000 Date: Tue, 11 Nov 2008 04:31:00 -0000 Message-ID: <20081111043144.9156.qmail@sourceware.org> From: jlarmour@sourceware.org To: ecos-cvs@ecos.sourceware.org Subject: ecos/packages/infra/current ChangeLog cdl/infr ... Mailing-List: contact ecos-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: , Sender: ecos-cvs-owner@sourceware.org List-Subscribe: X-SW-Source: 2008/txt/msg00330.txt.bz2 CVSROOT: /cvs/ecos Module name: ecos Changes by: jlarmour@sourceware.org 2008-11-11 04:31:44 Modified files: packages/infra/current: ChangeLog packages/infra/current/cdl: infra.cdl Added files: packages/infra/current/src: gccsupport.cxx Log message: * src/gccsupport.cxx (fwrite, fputc): New functions since GCC can now optimise certain builtins used by the libsupc++ runtime to these. * src/gccsupport.cxx: New file. Provide very simple defaults for some dependencies of the GCC runtime. * cdl/infra.cdl: Build it.