From owner-freebsd-current Mon Aug 31 17:23:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA09796 for freebsd-current-outgoing; Mon, 31 Aug 1998 17:23:56 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from smtp04.primenet.com (smtp04.primenet.com [206.165.6.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA09778 for ; Mon, 31 Aug 1998 17:23:50 -0700 (PDT) (envelope-from tlambert@usr01.primenet.com) Received: (from daemon@localhost) by smtp04.primenet.com (8.8.8/8.8.8) id RAA14693; Mon, 31 Aug 1998 17:22:51 -0700 (MST) Received: from usr01.primenet.com(206.165.6.201) via SMTP by smtp04.primenet.com, id smtpd014642; Mon Aug 31 17:22:45 1998 Received: (from tlambert@localhost) by usr01.primenet.com (8.8.5/8.8.5) id RAA14931; Mon, 31 Aug 1998 17:22:42 -0700 (MST) From: Terry Lambert Message-Id: <199809010022.RAA14931@usr01.primenet.com> Subject: Re: elf and kerberos.. To: jdp@polstra.com (John Polstra) Date: Tue, 1 Sep 1998 00:22:42 +0000 (GMT) Cc: ccsanady@friley-185-114.res.iastate.edu, current@FreeBSD.ORG In-Reply-To: <199808311852.LAA05761@austin.polstra.com> from "John Polstra" at Aug 31, 98 11:52:25 am X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > A quick fix would be: > > #ifdef __FreeBSD__ > #ifdef __ELF__ > asm(".globl _et_list"); /* FreeBSD bug workaround */ > #else > asm(".globl __et_list"); /* FreeBSD bug workaround */ > #endif > #endif > > There's a cleaner way to do it, but I don't have time to test it > just now. It involves including and using the > CNAME macro. What bug is being worked around? Specifically, if the bug were fixed and the workaround could go away, then there would also not be a problem here. 8-). Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message