From 0ded08a5662ddf569eec9f74ec59a07e607d12f6 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Fri, 9 May 2014 15:35:28 -0300 Subject: Fix elf/tst-tls9-static build This patch fixes the tst-tlsmod[5/6].so build in system that uses -Wl,--as-needed as default in linker option. Without this option the testing shared library that does not have libc.so in DT_NEEDED and the tst-tls9-static fails in architecture that use the ./sysdeps/unix/sysv/linux//dl-static.c trick. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2da8ae1..642d9f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-05-09 Adhemerval Zanella + + * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed). + (tst-tlsmod6.so): Likewise. + 2014-05-09 Roland McGrath * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn. -- cgit v1.1