Date: Tue, 1 Sep 1998 00:22:42 +0000 (GMT) From: Terry Lambert <tlambert@primenet.com> To: jdp@polstra.com (John Polstra) Cc: ccsanady@friley-185-114.res.iastate.edu, current@FreeBSD.ORG Subject: Re: elf and kerberos.. Message-ID: <199809010022.RAA14931@usr01.primenet.com> In-Reply-To: <199808311852.LAA05761@austin.polstra.com> from "John Polstra" at Aug 31, 98 11:52:25 am
next in thread | previous in thread | raw e-mail | index | archive | help
> 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 <machine/asmacros.h> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809010022.RAA14931>