From owner-cvs-all Wed Sep 11 12: 8:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8498D37B400; Wed, 11 Sep 2002 12:08:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12A4D43E4A; Wed, 11 Sep 2002 12:08:10 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8BJ89JU086120; Wed, 11 Sep 2002 12:08:09 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8BJ89So086118; Wed, 11 Sep 2002 12:08:09 -0700 (PDT) Message-Id: <200209111908.g8BJ89So086118@freefall.freebsd.org> From: Peter Wemm Date: Wed, 11 Sep 2002 12:08:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys linker_set.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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