From owner-freebsd-hackers Tue Oct 15 11:59:52 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA29898 for hackers-outgoing; Tue, 15 Oct 1996 11:59:52 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id LAA29887; Tue, 15 Oct 1996 11:59:47 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id LAA01292; Tue, 15 Oct 1996 11:58:33 -0700 From: Terry Lambert Message-Id: <199610151858.LAA01292@phaeton.artisoft.com> Subject: Re: Linux compat issue(s) To: msmith@atrad.adelaide.edu.au (Michael Smith) Date: Tue, 15 Oct 1996 11:58:33 -0700 (MST) Cc: sos@FreeBSD.org, msmith@atrad.adelaide.edu.au, hackers@FreeBSD.org In-Reply-To: <199610150938.TAA21719@genesis.atrad.adelaide.edu.au> from "Michael Smith" at Oct 15, 96 07:08:29 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > > > Should I assume that this is the "what static ELF binary is this" problem? > > > > Exactly, the static ELF program is run as a FreeBSD native bin, there > > is no way to know better (yet). > > I guess we'll have to provide a solution for this shortcoming in > > ELF (WHO said ELF was "the way to go" *sigh*) > > I can do a "quick&dirty"(tm) little program that marks ELF bins so that > > we can distinguish them, but it breaks the ELF std. one way or another. > > I don't think we want Q&D. I certainly don't. > > Where can I snarf the ELF spec to look at? This is going to get really > annying _very_ soon 8( You can pull down the SVR4_EABI specification from the ftp.linuxppc.org site (the Linux PPC project). There are more recent versions of the specification available from Motorolla, who maintain the thing for everyone. I can give you mail autoresponder addresses, if necessary. The ftp.uiunix.ui.org FTP server contents contained both ELF and DWARF specifications. They were part of the archive which I saved (along with the TET and ETET changes needed to run NIST/PCTS, actually, and the draft SPEC1170). If they are still maintaining the archive, it should be available from ftp.digibd.com (Digiboard). I think they recently changed their name? Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.