Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jul 2004 17:19:11 GMT
From:      Doug Rabson <dfr@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 57934 for review
Message-ID:  <200407221719.i6MHJBiV008727@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=57934

Change 57934 by dfr@dfr_home on 2004/07/22 17:18:30

	Add testcase for dynamically loading a module which uses
	static TLS.

Affected files ...

.. //depot/projects/kse/tools/regression/tls/Makefile#3 edit
.. //depot/projects/kse/tools/regression/tls/ttls1/Makefile#2 edit
.. //depot/projects/kse/tools/regression/tls/ttls3/Makefile#1 add
.. //depot/projects/kse/tools/regression/tls/ttls3/elftls.S#1 add
.. //depot/projects/kse/tools/regression/tls/ttls3/tls-test-lib.c#1 add
.. //depot/projects/kse/tools/regression/tls/ttls3/tls-test.c#1 add

Differences ...

==== //depot/projects/kse/tools/regression/tls/Makefile#3 (text+ko) ====

@@ -1,3 +1,3 @@
-SUBDIR=libxx libyy ttls1 ttls2
+SUBDIR=libxx libyy ttls1 ttls2 ttls3
 
 .include <bsd.subdir.mk>

==== //depot/projects/kse/tools/regression/tls/ttls1/Makefile#2 (text+ko) ====

@@ -3,6 +3,7 @@
 LDADD+=	-L../libyy -lyy -Wl,--rpath=${.CURDIR}/../libyy
 LDADD+= -L${.CURDIR}/../../../../lib/libc -lc
 LDADD+= -Wl,--rpath=${.CURDIR}/../../../../lib/libc
+LDADD+= -Wl,--dynamic-linker=${.CURDIR}/../../../../libexec/rtld-elf/ld-elf.so.1
 NOMAN=	t
 DEBUG_FLAGS= -g
 



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