PERFORCE change 57934 for review
Doug Rabson
dfr at FreeBSD.org
Thu Jul 22 10:19:12 PDT 2004
http://perforce.freebsd.org/chv.cgi?CH=57934
Change 57934 by dfr at 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
More information about the p4-projects
mailing list