libphobos.exp (libphobos_init): Add multi-lib libgcc dirs to the ld_library_path...
[platform/upstream/gcc.git] / libphobos / ChangeLog
index 6595a82..80730c8 100644 (file)
@@ -1,3 +1,73 @@
+2019-09-03  Bernd Edlinger  <bernd.edlinger@hotmail.de>
+
+       * testsuite/lib/libphobos.exp (libphobos_init): Add multi-lib libgcc
+       dirs to the ld_library_path var.
+
+2019-08-20  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       * libdruntime/Makefile.am (DRUNTIME_DSOURCES_BIONIC): Add
+       core/sys/bionic/string.d.
+       (DRUNTIME_DSOURCES_DARWIN): Add core/sys/darwin/string.d.
+       (DRUNTIME_DSOURCES_DRAGONFLYBSD): Add core/sys/dragonflybsd/string.d,
+       core/sys/dragonflybsd/sys/socket.d.
+       (DRUNTIME_DSOURCES_FREEBSD): Add core/sys/freebsd/string.d.
+       (DRUNTIME_DSOURCES_LINUX): Add core/sys/linux/string.d.
+       (DRUNTIME_DSOURCES_NETBSD): Add core/sys/netbsd/string.d,
+       core/sys/netbsd/sys/featuretest.d.
+       * libdruntime/Makefile.in: Regenerate.
+
+2019-08-20  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       * libdruntime/Makefile.am (DRUNTIME_DSOURCES_OPENBSD): Add
+       core/sys/openbsd/sys/cdefs.d, core/sys/openbsd/sys/elf.d,
+       core/sys/openbsd/sys/elf32.d, core/sys/openbsd/sys/elf64.d,
+       core/sys/openbsd/sys/elf_common.d, core/sys/openbsd/sys/link_elf.d,
+       core/sys/openbsd/sys/mman.d, core/sys/openbsd/time.d.
+       * libdruntime/Makefile.in: Regenerate.
+
+2019-05-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * m4/druntime/os.m4 (DRUNTIME_OS_LINK_SPEC): Only use -z
+       relax=transtls if linker supports it.
+       * configure.ac (enable_libphobos, LIBPHOBOS_SUPPORTED): Move down.
+       (x86_64-*-solaris2.* | i?86-*-solaris2.*): Only
+       mark supported with either gld or ld -z relax=transtls.
+       * configure: Regenerate.
+
+2019-05-02  Maciej W. Rozycki  <macro@wdc.com>
+
+       * std/math.d (IeeeFlags.getIeeeFlags): Handle RISC-V soft-float ABI.
+       (IeeeFlags.resetIeeeFlags): Likewise.
+       (FloatingPointControl.getControlState): Likewise.
+       (FloatingPointControl.setControlState): Likewise.
+
+2019-04-25  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       PR d/90250
+       * libdruntime/gcc/sections/elf_shared.d (initTLSRanges): Populate
+       _tlsRanges in every startup thread.
+       * testsuite/libphobos.thread/thread.exp: Load libphobos-dg.exp.
+       * testsuite/libphobos.thread/tlsgc_sections.d: New test.
+
+2019-04-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * m4/druntime/cpu.m4 (DRUNTIME_CPU_SOURCES): Quote brackets.
+       * configure: Regenerate.
+
+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.
+       * testsuite/Makefile.in: Regenerate.
+
 2019-04-25  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        PR d/90086