From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25545 invoked by alias); 30 Jan 2005 22:49:42 -0000 Mailing-List: contact ecos-devel-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: ecos-devel-owner@sources.redhat.com Received: (qmail 25527 invoked from network); 30 Jan 2005 22:49:38 -0000 Received: from unknown (HELO londo.lunn.ch) (80.238.139.98) by sourceware.org with SMTP; 30 Jan 2005 22:49:38 -0000 Received: from lunn by londo.lunn.ch with local (Exim 3.36 #1 (Debian)) id 1CvNsU-0000fV-00; Sun, 30 Jan 2005 23:49:10 +0100 Date: Sun, 30 Jan 2005 22:49:00 -0000 To: Jiri Gaisler Cc: ecos Subject: Re: SPARC patch to gcc-3.2.3 Message-ID: <20050130224910.GT23679@lunn.ch> References: <20050127093253.5605.qmail@web40428.mail.yahoo.com> <20050127095307.GB26130@lunn.ch> <41F8BCF1.9070207@gaisler.com> <41FD6353.4090700@gaisler.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41FD6353.4090700@gaisler.com> User-Agent: Mutt/1.5.6+20040907i From: Andrew Lunn X-SW-Source: 2005-01/txt/msg00036.txt.bz2 On Sun, Jan 30, 2005 at 11:44:35PM +0100, Jiri Gaisler wrote: > > I finally managed to track down why gcc-3.x would not create > proper eCos images for sparc targets. It is because the gcc > sparc-elf target has the C++ pragma init_priority disabled by > default! Any idea why? Do the gcc team have a reason for this or is it a bug? I would of thought other programs would of broken as well, eCos cannot be the only thing using this feature. Andrew