From owner-freebsd-ia64 Sun Jun 9 10:19:58 2002 Delivered-To: freebsd-ia64@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id AF86337B401 for ; Sun, 9 Jun 2002 10:19:52 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.3/8.12.2) with ESMTP id g59HJqJn071128; Sun, 9 Jun 2002 10:19:52 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.3/Submit) id g59HJpTl071127; Sun, 9 Jun 2002 10:19:51 -0700 (PDT) Date: Sun, 9 Jun 2002 10:19:51 -0700 From: "David O'Brien" To: Marcel Moolenaar Cc: hiten@uk.FreeBSD.org, FreeBSD-ia64@FreeBSD.ORG Subject: Re: Some help needed for booting ia64 under SKI/NUE Message-ID: <20020609101951.B26546@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: <20020608041819.GA15870@dhcp01.pn.xcllnt.net> <20020608104632.85065.qmail@web21106.mail.yahoo.com> <20020609010050.GB13783@dhcp01.pn.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020609010050.GB13783@dhcp01.pn.xcllnt.net>; from marcel@xcllnt.net on Sat, Jun 08, 2002 at 06:00:50PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, Jun 08, 2002 at 06:00:50PM -0700, Marcel Moolenaar wrote: > Aarrgghh. The new GCC emits object files with OSABI set to FreeBSD (=9). > Linux ski only knows about SysV (=0) and HP-UX (=1). Linux uses SysV and > we used that too before the new GCC. No. GCC (ours or stock) has never set the OSABI -- it cannot at that level. Our native GNU Binutils `ld' is what sets the OSABI to FreeBSD(=9). It has done that for many years. The differences is IA-64 is now using the system `ld' vs. one cross built from stock FSF sources. > I'll see if we can create object files with OSABI equal to SysV... You would have to change `ld' and that might mess up the native IA-64 users. I would simply prepair a list of files names that Ski is upset about and `brandelf' them to SysV. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message