From owner-freebsd-hackers Wed Oct 16 03:45:42 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA09267 for hackers-outgoing; Wed, 16 Oct 1996 03:45:42 -0700 (PDT) Received: from ra.dkuug.dk (ra.dkuug.dk [193.88.44.193]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id DAA09253; Wed, 16 Oct 1996 03:45:37 -0700 (PDT) Received: (from sos@localhost) by ra.dkuug.dk (8.6.12/8.6.12) id MAA21684; Wed, 16 Oct 1996 12:45:15 +0200 Message-Id: <199610161045.MAA21684@ra.dkuug.dk> Subject: Re: Linux compat issue(s) To: msmith@atrad.adelaide.edu.au (Michael Smith) Date: Wed, 16 Oct 1996 12:45:15 +0200 (MET DST) Cc: sos@FreeBSD.org, msmith@atrad.adelaide.edu.au, jdp@polstra.com, hackers@FreeBSD.org In-Reply-To: <199610161013.TAA03114@genesis.atrad.adelaide.edu.au> from "Michael Smith" at Oct 16, 96 07:43:07 pm From: sos@FreeBSD.org Reply-to: sos@FreeBSD.org X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk In reply to Michael Smith who wrote: > > > > Damn, beaten to it again 8( I'm still trying to find a copy of the rotten > > > ELF format! > > > > Too bad :), I have the framework done and will commit the changes tonight.. > > How does one say "bastard" in the local doggerel? 8) 8) > > I presume this uses a method that JDP can integrate with the linker, so that > it's not necessary to 'brand' ELF executables after you've made them? That should be pretty simple, yes. > Will your changes just reject an unidentifiable ELF binary out-of-hand, > or could you add a sysctl variable to determine which format to > presume? The latter method would be best, IMHO. Hmm, following the ELF style I guess default should always be native, or one could argue for SVR4 compliant (which you dont have yet). I'm not fond of it being variable, that will generate too much support steam I'm afraid. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Soren Schmidt (sos@FreeBSD.org) FreeBSD Core Team So much code to hack -- so little time.