From owner-freebsd-current Tue Mar 19 15:03:04 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA08790 for current-outgoing; Tue, 19 Mar 1996 15:03:04 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA08784 for ; Tue, 19 Mar 1996 15:02:59 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id PAA25010; Tue, 19 Mar 1996 15:53:46 -0700 From: Terry Lambert Message-Id: <199603192253.PAA25010@phaeton.artisoft.com> Subject: Re: Elfkit release 1.1 is now available To: mrami@minerva.cis.yale.edu Date: Tue, 19 Mar 1996 15:53:46 -0700 (MST) Cc: leisner@sdsp.mc.xerox.com, msmith@atrad.adelaide.edu.au, coredump@nervosa.com, jdp@polstra.com, freebsd-current@FreeBSD.ORG In-Reply-To: from "Marc Ramirez" at Mar 18, 96 09:11:00 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-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > With the ELF stuff: > > 2) is there a difference between linux-elf and freebsd-elf? > > Or is it just i386-elf? > > There is a difference: different syscall numbers. This is a function of the library code, not the ELF code. The magic numbers for the linker should be, I think, different because of the system call ABI, but that sould be a linker thing... Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.