diff options
author | Johannes Pfau <johannespfau@gmail.com> | 2019-04-25 11:11:39 +0000 |
---|---|---|
committer | Johannes Pfau <jpfau@gcc.gnu.org> | 2019-04-25 11:11:39 +0000 |
commit | 9168f22057a72822f0d2ca5b1053e97becd649fa (patch) | |
tree | 687c80f5f3eb4cfe35d64eaf588ccd3d1a8e047c /libphobos/ChangeLog | |
parent | 7da021f080b23bbfe6206855a40a73e145f10b75 (diff) | |
download | gcc-9168f22057a72822f0d2ca5b1053e97becd649fa.zip gcc-9168f22057a72822f0d2ca5b1053e97becd649fa.tar.gz gcc-9168f22057a72822f0d2ca5b1053e97becd649fa.tar.bz2 |
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
Diffstat (limited to 'libphobos/ChangeLog')
-rw-r--r-- | libphobos/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
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 <johannespfau@gmail.com> + + * 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 <ibuclaw@gdcproject.org> * testsuite/Makefile.am: Set PWD_COMMAND. |