From 9168f22057a72822f0d2ca5b1053e97becd649fa Mon Sep 17 00:00:00 2001 From: Johannes Pfau Date: Thu, 25 Apr 2019 11:11:39 +0000 Subject: D: Implement GCC emutls in druntime * libdruntime/Makefile.am: Add emutls and gthread files. * libdruntime/Makefile.in: Regenerate. * libdruntime/gcc/emutls.d: New file. Implement GC-compatible emutls. * libdruntime/gcc/gthread.d: New file. * libdruntime/gcc/sections/elf_shared.d: Integrate emutls support. * testsuite/libphobos.allocations/tls_gc_integration.d: New test for TLS. From-SVN: r270568 --- libphobos/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'libphobos/ChangeLog') diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog index 9d442f4..131d7f9 100644 --- a/libphobos/ChangeLog +++ b/libphobos/ChangeLog @@ -1,3 +1,12 @@ +2019-04-25 Johannes Pfau + + * libdruntime/Makefile.am: Add emutls and gthread files. + * libdruntime/Makefile.in: Regenerate. + * libdruntime/gcc/emutls.d: New file. Implement GC-compatible emutls. + * libdruntime/gcc/gthread.d: New file. + * libdruntime/gcc/sections/elf_shared.d: Integrate emutls support. + * testsuite/libphobos.allocations/tls_gc_integration.d: New test for TLS. + 2019-04-25 Iain Buclaw * testsuite/Makefile.am: Set PWD_COMMAND. -- cgit v1.1