From owner-cvs-all Thu Jun 18 11:36:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA23083 for cvs-all-outgoing; Thu, 18 Jun 1998 11:36:20 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA23070; Thu, 18 Jun 1998 11:36:16 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA13357; Thu, 18 Jun 1998 11:35:05 -0700 (PDT) Date: Thu, 18 Jun 1998 11:35:05 -0700 (PDT) Message-Id: <199806181835.LAA13357@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/sys cdefs.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/18 11:35:05 PDT Modified files: sys/sys cdefs.h Log: ELF versions of __warn_references() and __weak_reference(). Note that this doesn't work with libc/net/res_stubs.c since gas wants the weak reference to take place in the same context as the real definition, presumably so that it can get hold of the symbol typing etc. However, this doesn't matter for libc/elf since we don't have binaries that use the old symbol names. Revision Changes Path 1.18 +23 -4 src/sys/sys/cdefs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message