From owner-p4-projects@FreeBSD.ORG Fri Jun 12 23:08:11 2009 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 5CDF01065674; Fri, 12 Jun 2009 23:08:10 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D272106566B for ; Fri, 12 Jun 2009 23:08:10 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 094668FC08 for ; Fri, 12 Jun 2009 23:08:10 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n5CN889o086955 for ; Fri, 12 Jun 2009 23:08:08 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n5CN88OZ086953 for perforce@freebsd.org; Fri, 12 Jun 2009 23:08:08 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Fri, 12 Jun 2009 23:08:08 GMT Message-Id: <200906122308.n5CN88OZ086953@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Cc: Subject: PERFORCE change 164214 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jun 2009 23:08:11 -0000 http://perforce.freebsd.org/chv.cgi?CH=164214 Change 164214 by rwatson@rwatson_freebsd_capabilities on 2009/06/12 23:07:43 Export ld_caplibindex_lookup() using symbol version lists, not just rtld linker internal magic. Possibly this symbol should be in the FreeBSD private namespace, but not clear. Affected files ... .. //depot/projects/trustedbsd/capabilities/src/libexec/rtld-elf-cap/Makefile#16 edit .. //depot/projects/trustedbsd/capabilities/src/libexec/rtld-elf-cap/Symbol.map#3 add Differences ... ==== //depot/projects/trustedbsd/capabilities/src/libexec/rtld-elf-cap/Makefile#16 (text+ko) ==== @@ -1,5 +1,5 @@ # $FreeBSD$ -# $P4: //depot/projects/trustedbsd/capabilities/src/libexec/rtld-elf-cap/Makefile#15 $ +# $P4: //depot/projects/trustedbsd/capabilities/src/libexec/rtld-elf-cap/Makefile#16 $ WITHOUT_SSP= @@ -41,6 +41,8 @@ .endif .endif +SYMBOL_MAPS+= ${.CURDIR}/Symbol.map + .if exists(${.CURDIR}/../rtld-elf/${MACHINE_ARCH}/Makefile.inc) .include "${.CURDIR}/../rtld-elf/${MACHINE_ARCH}/Makefile.inc" .endif