From 352988a4a66723b9884ef92e0c2a2ae1165776d6 Mon Sep 17 00:00:00 2001 From: Carlos Eduardo Seo Date: Thu, 8 Oct 2015 14:26:23 -0300 Subject: powerpc: Provide __tls_get_addr () in static libc Since '--no-tls-optimize' is available for Power in ld, we need to provide __tls_get_addr () in static libc in order to avoid undefined references to this symbol when that flag is used. * sysdeps/powerpc/libc-tls.c: New file. Provides __tls_get_addr () in static libc. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 321a8574f5..76f23fc16f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-10-28 Carlos Eduardo Seo + + * sysdeps/powerpc/libc-tls.c: New file. Provides __tls_get_addr () in + static libc. + 2015-10-28 Joseph Myers * sysdeps/i386/configure.ac (libc_cv_cc_avx2): Remove configure -- cgit 1.4.1