Date: Wed, 11 Sep 2002 12:08:09 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys linker_set.h Message-ID: <200209111908.g8BJ89So086118@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2002/09/11 12:08:09 PDT Modified files: sys/sys linker_set.h Log: Sometime after binutils-2.9 (ie: ages ago), the handling of __start_set_* and __stop_set_* became friendlier. This trick to force the export of the section delimiter symbols is no longer necessary. We needed to force this so that we could look up the symbols via a symbol table search when the module was loaded at run time. ld used to eliminate them if they were not referenced at compile/link time. Revision Changes Path 1.11 +0 -6 src/sys/sys/linker_set.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209111908.g8BJ89So086118>