aboutsummaryrefslogtreecommitdiff
path: root/libphobos/ChangeLog
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2019-04-14 09:24:26 +0000
committerRainer Orth <ro@gcc.gnu.org>2019-04-14 09:24:26 +0000
commitba838aa6c360912bc203068ef2161fce137fb97d (patch)
tree8be2bdd527ac314700e88c5032ff77a139b23c3d /libphobos/ChangeLog
parent4d51312053fc8d12ddcdad6c2cf07d9437ac5e60 (diff)
downloadgcc-ba838aa6c360912bc203068ef2161fce137fb97d.zip
gcc-ba838aa6c360912bc203068ef2161fce137fb97d.tar.gz
gcc-ba838aa6c360912bc203068ef2161fce137fb97d.tar.bz2
Work around Solaris ld bug linking __tls_get_addr on 64-bit x86
* m4/druntime/os.m4 (DRUNTIME_OS_LINK_SPEC): New macro. * configure.ac: Call it. * configure: Regenerate. * Makefile.in, libdruntime/Makefile.in, src/Makefile.in, testsuite/Makefile.in: Regenerate. * src/libgphobos.spec.in (*link): Append OS_LINK_SPEC. From-SVN: r270346
Diffstat (limited to 'libphobos/ChangeLog')
-rw-r--r--libphobos/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog
index b70288b..9c418dc 100644
--- a/libphobos/ChangeLog
+++ b/libphobos/ChangeLog
@@ -1,5 +1,12 @@
2019-04-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+ * m4/druntime/os.m4 (DRUNTIME_OS_LINK_SPEC): New macro.
+ * configure.ac: Call it.
+ * configure: Regenerate.
+ * Makefile.in, libdruntime/Makefile.in, src/Makefile.in,
+ testsuite/Makefile.in: Regenerate.
+ * src/libgphobos.spec.in (*link): Append OS_LINK_SPEC.
+
PR d/88150
* libdruntime/gcc/sections/elf_shared.d [Solaris] (SharedELF): Set
to true.