From owner-p4-projects Sat Oct 12 16:57:13 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 46D4B37B404; Sat, 12 Oct 2002 16:57:11 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB22437B401; Sat, 12 Oct 2002 16:57:10 -0700 (PDT) Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3093E43EAF; Sat, 12 Oct 2002 16:57:10 -0700 (PDT) (envelope-from jake@k6.locore.ca) Received: from k6.locore.ca (jake@localhost.locore.ca [127.0.0.1]) by k6.locore.ca (8.12.5/8.12.5) with ESMTP id g9D04Zbd025545; Sat, 12 Oct 2002 20:04:35 -0400 (EDT) (envelope-from jake@k6.locore.ca) Received: (from jake@localhost) by k6.locore.ca (8.12.5/8.12.5/Submit) id g9D04Zux025544; Sat, 12 Oct 2002 20:04:35 -0400 (EDT) Date: Sat, 12 Oct 2002 20:04:35 -0400 From: Jake Burkholder To: Juli Mallett Cc: Perforce Change Reviews Subject: Re: PERFORCE change 19167 for review Message-ID: <20021012200435.D17643@locore.ca> References: <200210122211.g9CMBh5K040057@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200210122211.g9CMBh5K040057@repoman.freebsd.org>; from jmallett@freebsd.org on Sat, Oct 12, 2002 at 03:11:43PM -0700 Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Apparently, On Sat, Oct 12, 2002 at 03:11:43PM -0700, Juli Mallett said words to the effect of; > http://perforce.freebsd.org/chv.cgi?CH=19167 > > Change 19167 by jmallett@jmallett_thefather on 2002/10/12 15:11:00 > > Clean up some XXXMIPS comments. > > Affected files ... > > .. //depot/projects/mips/gnu/usr.bin/binutils/ld/Makefile.mips#4 edit > .. //depot/projects/mips/gnu/usr.bin/binutils/libbfd/Makefile.mips#5 edit > > Differences ... > > ==== //depot/projects/mips/gnu/usr.bin/binutils/ld/Makefile.mips#4 (text+ko) ==== > > @@ -1,6 +1,5 @@ > # $FreeBSD: src/gnu/usr.bin/binutils/ld/Makefile.powerpc,v 1.11 2002/05/17 03:10:33 obrien Exp $ > > -# XXXMIPS We only support SGI stuff now. > TARGET_TUPLE?= mips-unknown-freebsd > > # XXXMIPS I guess FreeBSD will default to bemips? > > ==== //depot/projects/mips/gnu/usr.bin/binutils/libbfd/Makefile.mips#5 (text+ko) ==== > > @@ -1,6 +1,7 @@ > # $FreeBSD: src/gnu/usr.bin/binutils/libbfd/Makefile.sparc64,v 1.5 2001/10/14 00:58:59 obrien Exp $ > > -# XXXMIPS COFF? IRIX_CORE? > +# XXXMIPS We want COFF at some point, to produce stuff for machines > +# such as some early SGI ones which need COFF images to boot... > SRCS+= aout32.c \ > coff-mips.c \ > cpu-mips.c \ Its often easier to just write a program that converts a binary from elf to . We do this for sparc64 where the prom wants an a.out binary (elf2aout), and I'm pretty sure for alpha which might actually use COFF (elf2exe). Jake To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message