From owner-freebsd-java Sat Apr 3 7:23: 8 1999 Delivered-To: freebsd-java@freebsd.org Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by hub.freebsd.org (Postfix) with ESMTP id 6E69715280 for ; Sat, 3 Apr 1999 07:22:17 -0800 (PST) (envelope-from kleine@ak.sax.de) Received: (from uucp@localhost) by sax.sax.de (8.8.8/8.8.8) with UUCP id RAA02545; Sat, 3 Apr 1999 17:20:06 +0200 (CEST) (envelope-from kleine@ak.sax.de) Received: (from kleine@localhost) by ak.sax.de (8.8.8/8.8.8) id SAA03853; Fri, 2 Apr 1999 18:46:33 +0200 From: Albrecht Kleine Message-Id: <199904021646.SAA03853@ak.sax.de> Subject: Re: JIT for ELF JDK In-Reply-To: from Patrick Gardella at "Apr 1, 1999 4:23: 5 pm" To: patrick@cre8tivegroup.com (Patrick Gardella) Date: Fri, 2 Apr 1999 18:46:33 +0200 (MEST) Cc: sprice@hiwaay.net, freebsd-java@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL47 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org You wrote: > > Apply the patch. It will ask about if it is reversed. Answer > > --- tya.S.orig Thu Apr 1 14:55:33 1999 > > +++ tya.S Thu Apr 1 14:58:33 1999 > > @@ -4,7 +4,7 @@ > > #define TYAASM_S > > #include "tyaconfig.h" > > > > -#ifdef FREEBSD > > +#if defined(FREEBSD) && !defined(__ELF__) > > #include "tyaasm_FreeBSD.S" > > #else > > #include "tyaasm.S" > > Indeed that does the trick. Many thanks. Tnx for your work out there. Because I've no FreeBSD running I assumed that ``FreeBSD==a.out'', but it seems now you have something new in ELF ? Cheers Albrecht (author of TYA) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message