diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-07-21 22:40:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-07-21 22:40:24 +0000 |
commit | 1a379ea0c7adae02b4cd08410a5204e8b725064d (patch) | |
tree | b5698d6ee668aa1a6397a944d7d2f929d0c66fc2 /nptl | |
parent | ca86a763669147f4312d877b322737feb6ff7a3a (diff) | |
download | glibc-1a379ea0c7adae02b4cd08410a5204e8b725064d.tar.gz glibc-1a379ea0c7adae02b4cd08410a5204e8b725064d.tar.xz glibc-1a379ea0c7adae02b4cd08410a5204e8b725064d.zip |
Update.
2003-07-21 Ulrich Drepper <drepper@redhat.com> * Makerules (build-module-helper): Add -z defs unless explicitly said not to do it. * dlfcn/Makefile: Define various *-no-z-defs variables for test DSOs which has undefined symbols. * elf/Makefile: Likewise.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 5 | ||||
-rw-r--r-- | nptl/Makefile | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 43ce661be4..a8a8c33f28 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2003-07-21 Ulrich Drepper <drepper@redhat.com> + + * Makefile: Define various *-no-z-defs variables for test DSOs + which has undefined symbols. + 2003-07-21 Steven Munroe <sjmunroe@us.ibm.com> * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once): diff --git a/nptl/Makefile b/nptl/Makefile index 4c7749eb48..66e33a7c0f 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -258,6 +258,9 @@ extra-objs += $(addsuffix .os,$(strip $(modules-names))) test-extras += $(modules-names) test-modules = $(addprefix $(objpfx),$(addsuffix .so,$(modules-names))) +tst-atfork2mod.so-no-z-defs = yes +tst-tls3mod.so-no-z-defs = yes + $(test-modules): $(objpfx)%.so: $(objpfx)%.os $(common-objpfx)shlib.lds $(build-module) |