From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7571 invoked by alias); 26 Mar 2008 18:38:59 -0000 Received: (qmail 7562 invoked by uid 22791); 26 Mar 2008 18:38:59 -0000 X-Spam-Check-By: sourceware.org Received: from mgcn1.bloomberg.com (HELO mgcn1.bloomberg.com) (199.172.169.46) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 26 Mar 2008 18:38:38 +0000 Received: from ny2570.bloomberg.com ([172.20.72.138]) by mgcn1.bloomberg.com with ESMTP; 26 Mar 2008 14:38:36 -0400 Received: from ny2528.corp.bloomberg.com (ny2528.corp.bloomberg.com [172.20.85.39]) by ny2570.bloomberg.com (8.14.1/8.14.1) with ESMTP id m2QIcUFQ011447; Wed, 26 Mar 2008 14:38:30 -0400 Received: from ny2545.corp.bloomberg.com ([172.20.73.98]) by ny2528.corp.bloomberg.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 26 Mar 2008 14:38:30 -0400 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Wed, 26 Mar 2008 18:42:00 -0000 Message-ID: In-Reply-To: <20080326183202.GC5705@lunn.ch> References: <20080326180616.GA5705@lunn.ch> <20080326181817.GB5705@lunn.ch> <20080326183202.GC5705@lunn.ch> From: "Chris Zimman" To: "Andrew Lunn" Cc: X-IsSubscribed: yes Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: RE: [ECOS] ARM EABI port / static constructor priority removal X-SW-Source: 2008-03/txt/msg00157.txt.bz2 > So back to my original question, what is your concept for replacing > them with something else. How are you going to ensure things happen in > the right order. One possibility is to put them all in one translation unit. They are constructed in the order that they appear, although that's kind of a big kludge. Another is to add explicit initialization calls to the various bits to invo= ke the constructors at runtime. --Chris -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss