Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jun 2009 23:08:08 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 164214 for review
Message-ID:  <200906122308.n5CN88OZ086953@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906122308.n5CN88OZ086953>