From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13014 invoked by alias); 8 Dec 2001 01:59:21 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 12467 invoked from network); 8 Dec 2001 01:58:02 -0000 Received: from unknown (HELO gandalf.physik.uni-konstanz.de) (134.34.144.69) by sources.redhat.com with SMTP; 8 Dec 2001 01:58:02 -0000 Received: from galadriel.physik.uni-konstanz.de [134.34.144.79] (8) by gandalf.physik.uni-konstanz.de with esmtp (Exim 3.12 #1 (Debian)) id 16CWkZ-0000Nr-00; Sat, 08 Dec 2001 02:57:59 +0100 Received: from agx by galadriel.physik.uni-konstanz.de with local (Exim 3.12 #1 (Debian)) id 16CWje-0002xe-00; Sat, 08 Dec 2001 02:57:02 +0100 Date: Fri, 07 Dec 2001 18:15:00 -0000 From: Guido Guenther To: Michal Moskal , gcc@gcc.gnu.org Subject: Re: More code removal, mips ecoff support Message-ID: <20011208025702.A951@galadriel.physik.uni-konstanz.de> References: <200112062359.PAA21562@kankakee.wrs.com> <20011207172824.A14943@ep09.kernel.pl> <20011207131233.A13668@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011207131233.A13668@nevyn.them.org>; from drow@mvista.com on Fri, Dec 07, 2001 at 01:12:33PM -0500 X-SW-Source: 2001-12/txt/msg00405.txt.bz2 On Fri, Dec 07, 2001 at 01:12:33PM -0500, Daniel Jacobowitz wrote: > On Fri, Dec 07, 2001 at 05:28:24PM +0100, Michal Moskal wrote: > > Isn't linux booting from ecoff image on mips (at least when loading > > kernel from network)? Will it be still possible? > > Sure. Link to ELF, then use objcopy. That's the way it is currently > done in most cases, I believe. Linux/Mips does not even do this. It uses arch/mips/boot/elf2ecoff. -- Guido