Fix libgfortran build on hppa*-hp-hpux[01]*
[official-gcc.git] / libphobos / ChangeLog
blob60a67a9c4cb5188a38f632a2630e1a48319cc3f7
1 2021-06-11  Iain Buclaw  <ibuclaw@gdcproject.org>
3         PR d/100999
4         * src/MERGE: Merge upstream phobos 55bb17543.
6 2021-05-14  Bernd Edlinger  <bernd.edlinger@hotmail.de>
8         * src/std/process.d (unittest): Remove tmpname on exit.
9         * src/MERGE: Merge upstream phobos 63f4caa90.
11 2021-05-13  Iain Buclaw  <ibuclaw@gdcproject.org>
13         * libdruntime/MERGE: Merge upstream druntime 98c6ff0c.
15 2021-05-10  Iain Buclaw  <ibuclaw@gdcproject.org>
17         * src/MERGE: Merge upstream phobos 32cfe9b61.
19 2021-04-21  Iain Buclaw  <ibuclaw@gdcproject.org>
21         * libdruntime/core/thread/osthread.d (callWithStackShell): Statically
22         generate PPC and PPC64 asm implementations, and conditionally remove
23         PPC register names on non-Darwin targets.
25 2021-04-20  Iain Buclaw  <ibuclaw@gdcproject.org>
27         PR d/98584
28         * libdruntime/gcc/deh.d (scanLSDA): Update calls to read_uleb128 and
29         read_encoded_value.
30         (actionTableLookup): Update calls to read_sleb128 and
31         read_encoded_value_with_base.
32         * libdruntime/gcc/unwind/pe.d (read_uleb128): Update signature.
33         (read_sleb128): Update signature.
34         (read_unaligned): New function.
35         (read_encoded_value_with_base): Update signature.  Call read_unaligned
36         instead of unsafe pointer dereferencing.
37         (read_encoded_value): Update signature.
39 2021-04-19  Iain Buclaw  <ibuclaw@gdcproject.org>
41         PR d/98494
42         * libdruntime/MERGE: Merge upstream druntime 89f870b7.
43         * src/MERGE: Merge upstream phobos e6907ff3e.
45 2021-04-19  Iain Buclaw  <ibuclaw@gdcproject.org>
47         PR d/98058
48         * configure: Regenerate.
49         * libdruntime/Makefile.am (DRUNTIME_DSOURCES_DARWIN): Add
50         core/sys/darwin/config.d
51         * libdruntime/Makefile.in: Regenerate.
52         * libdruntime/config/powerpc/switchcontext.S: Implement
53         fiber_switchContext for __MACH__.
54         * libdruntime/config/x86/switchcontext.S: Likewise.
55         * libdruntime/core/sys/darwin/config.d: New file.
56         * libdruntime/core/thread/fiber.d (Fiber.getThis): Mark noinline.
57         (UnsafeFiberMigration): Define for OSX/X86 and OSX/X86_64.
58         * libdruntime/core/thread/osthread.d (callWithStackShell): Add inline
59         assembler implementation for X86, X86_64, PPC, and PPC64.
60         * libdruntime/core/thread/threadbase.d (ThreadBase.getThis): Mark
61         noinline.
62         * libdruntime/gcc/deh.d (FuncTable): Remove definition.
63         * m4/druntime/os.m4 (DRUNTIME_OS_MINFO_BRACKETING): Check for right
64         bracket symbol on darwin* targets.
65         * testsuite/libphobos.thread/fiber_guard_page.d: Update test to
66         support ucontext-based Fibers.
68 2021-04-19  Iain Buclaw  <ibuclaw@gdcproject.org>
70         PR d/99794
71         * libdruntime/Makefile.am (DRUNTIME_SOURCES_CONFIGURED): Add
72         config/mingw/msvc.c on DRUNTIME_OS_MINGW.
73         * libdruntime/Makefile.in: Regenerate.
74         * libdruntime/config/mingw/msvc.c: New file.
75         * libdruntime/config/mingw/switchcontext.S (fiber_switchContext): Fix
76         function definition.
77         * libdruntime/gcc/deh.d (__gdc_personality_seh0): Fix call to
78         _GCC_specific_handler.
79         * libdruntime/gcc/gthread.d (__gthread_once_t): Fix definition.
80         * libdruntime/gcc/unwind/generic.d (_GCC_specific_handler): Fix
81         declaration.
82         * libdruntime/rt/dmain2.d (rt_loadLibrary): Remove function.
83         (rt_loadLibraryW): Remove function.
84         (initLibrary): Remove function.
85         (rt_unloadLibrary): Remove function.
87 2021-04-19  Iain Buclaw  <ibuclaw@gdcproject.org>
89         PR d/99691
90         * configure: Regenerate.
91         * libdruntime/config/common/threadasm.S: Add __OpenBSD__.
92         * libdruntime/gcc/backtrace.d: Import core.sys.openbsd.dlfcn on
93         OpenBSD platforms.
94         * libdruntime/gcc/sections/elf.d (SharedElf): Define on OpenBSD.
95         (linkMapForHandle): Implement for OpenBSD.
96         (exeLinkMap): Remove.
97         (getDependencies): Adjust dlpi_addr on OpenBSD.
98         (handleForName): Implement for OpenBSD.
99         (IterateManually): Define on OpenBSD.
100         * libdruntime/gcc/sections/package.d (SectionsElf): Define on OpenBSD.
101         * m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_ATOMIC): Test for
102         enable_libatomic.
103         (DRUNTIME_LIBRARIES_BACKTRACE): Test for enable_libbacktrace.
105 2021-04-10  Iain Buclaw  <ibuclaw@gdcproject.org>
107         * Makefile.in: Regenerate.
108         * configure: Regenerate.
109         * configure.ac: Call DRUNTIME_SECTION_FLAGS.
110         * libdruntime/Makefile.am: Add SECTION_FLAGS to AM_DFLAGS.
111         * libdruntime/Makefile.in: Regenerate.
112         * m4/druntime.m4 (DRUNTIME_SECTION_FLAGS): New macro.
113         * src/Makefile.am: Add SECTION_FLAGS to AM_DFLAGS.
114         * src/Makefile.in: Regenerate.
115         * testsuite/Makefile.in: Regenerate.
117 2021-04-10  Iain Buclaw  <ibuclaw@gdcproject.org>
119         * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Removed
120         gcc/sections/android.d, elf_shared.d, osx.d, win32.d, and win64.d.
121         Added gcc/sections/common.d, elf.d macho.d, and pecoff.d.
122         * libdruntime/Makefile.in: Regenerate.
123         * libdruntime/core/thread/osthread.d: Update externDFunc FQDN names to
124         use platform independant section function names.
125         * libdruntime/gcc/sections/elf_shared.d: Renamed to...
126         * libdruntime/gcc/sections/elf.d: ...this.  Mangle functions for
127         core.thread interface as if they come from the gcc.sections module.
128         * libdruntime/gcc/sections/package.d: Update public imports, declare
129         functions for core.thread interface.
130         * libdruntime/gcc/sections/android.d: Removed.
131         * libdruntime/gcc/sections/osx.d: Removed.
132         * libdruntime/gcc/sections/win32.d: Removed.
133         * libdruntime/gcc/sections/win64.d: Removed.
134         * libdruntime/gcc/sections/common.d: New file.
135         * libdruntime/gcc/sections/macho.d: New file.
136         * libdruntime/gcc/sections/pecoff.d: New file.
138 2021-04-10  Iain Buclaw  <ibuclaw@gdcproject.org>
140         * testsuite/libphobos.druntime/druntime.exp: Compile all tests with
141         -static-libphobos.
142         * testsuite/libphobos.phobos/phobos.exp: Likewise.
144 2021-04-10  Iain Buclaw  <ibuclaw@gdcproject.org>
146         * testsuite/libphobos.druntime/druntime.exp: Remove
147         is-effective-target static.
148         * testsuite/libphobos.phobos/phobos.exp: Likewise.
150 2021-04-10  Iain Buclaw  <ibuclaw@gdcproject.org>
152         PR d/99812
153         * testsuite/libphobos.druntime_shared/druntime_shared.exp: Re-add
154         -fno-moduleinfo flag to dg-runtest.
155         * testsuite/libphobos.phobos_shared/phobos_shared.exp: Likewise.
157 2021-04-08  Iain Buclaw  <ibuclaw@gdcproject.org>
159         * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Add
160           gcc/attributes.d.
161         * libdruntime/Makefile.in: Regenerate.
162         * libdruntime/gcc/attribute.d: Deprecate module, publicly import
163         gcc.attributes.
164         * libdruntime/gcc/deh.d: Update imports.
165         * libdruntime/gcc/attributes.d: New file.
167 2021-04-06  Iain Buclaw  <ibuclaw@gdcproject.org>
169         * libdruntime/MERGE: Merge upstream druntime 1134b710.
171 2021-04-03  Iain Buclaw  <ibuclaw@gdcproject.org>
173         * libdruntime/MERGE: Merge upstream druntime 483bc129.
174         * libdruntime/Makefile.am (DRUNTIME_DSOURCES_DARWIN): Add
175         core/sys/darwin/fcntl.d.
176         (DRUNTIME_DSOURCES_OPENBSD): Add core/sys/openbsd/unistd.d.
177         (DRUNTIME_DSOURCES_WINDOWS): Add core/sys/windows/stdc/malloc.d.
178         * libdruntime/Makefile.in: Regenerate.
179         * src/MERGE: Merge upstream phobos f89dc217a.
180         * src/Makefile.am (PHOBOS_DSOURCES): Add std/regex/internal/tests2.d.
181         * src/Makefile.in: Regenerate.
182         * testsuite/libphobos.exceptions/chain.d: Fix format arguments.
183         * testsuite/libphobos.exceptions/line_trace.d: Likewise.
185 2021-03-26  Iain Buclaw  <ibuclaw@gdcproject.org>
187         * Makefile.in: Regenerate.
188         * configure: Regenerate.
189         * configure.ac: Substitute enable_shared, enable_static, and
190         phobos_lt_pic_flag.
191         * libdruntime/Makefile.am (AM_DFLAGS): Replace
192           phobos_compiler_pic_flag with phobos_lt_pic_flags, and
193           phobos_compiler_shared_flag.
194         * libdruntime/Makefile.in: Regenerate.
195         * src/Makefile.am (AM_DFLAGS): Replace phobos_compiler_pic_flag
196           with phobos_lt_pic_flag, and phobos_compiler_shared_flag.
197         * src/Makefile.in: Regenerate.
198         * testsuite/Makefile.in: Regenerate.
199         * testsuite/libphobos.druntime_shared/druntime_shared.exp: Remove
200         -fversion=Shared and -fno-moduleinfo from default extra test flags.
201         * testsuite/libphobos.phobos_shared/phobos_shared.exp: Likewise.
202         * testsuite/testsuite_flags.in: Add phobos_compiler_shared_flag to
203         --gdcflags.
205 2021-02-04  Iain Buclaw  <ibuclaw@gdcproject.org>
207         PR d/98910
208         * libdruntime/MERGE: Merge upstream druntime 0fd4364c.
209         * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Add core/volatile.d.
210         * libdruntime/Makefile.in: Regenerate.
211         * testsuite/libphobos.allocations/tls_gc_integration.d: Update test.
213 2021-02-03  Iain Buclaw  <ibuclaw@gdcproject.org>
215         PR d/98910
216         * libdruntime/MERGE: Merge upstream druntime 9d0c8364.
217         * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Add
218           core/internal/attributes.d
219         (DRUNTIME_DSOURCES_BIONIC): Add core/sys/bionic/stdlib.d.
220         (DRUNTIME_DSOURCES_DARWIN): Add core/sys/darwin/stdlib.d, and
221         core/sys/darwin/sys/sysctl.d.
222         (DRUNTIME_DSOURCES_DRAGONFLYBSD): Add
223         core/sys/dragonflybsd/stdlib.d, and
224         core/sys/dragonflybsd/sys/sysctl.d.
225         (DRUNTIME_DSOURCES_FREEBSD): Add core/sys/freebsd/stdlib.d, and
226         core/sys/freebsd/sys/sysctl.d.
227         (DRUNTIME_DSOURCES_NETBSD): Add core/sys/netbsd/stdlib.d, and
228         core/sys/netbsd/sys/sysctl.d.
229         (DRUNTIME_DSOURCES_OPENBSD): Add core/sys/openbsd/stdlib.d, and
230         core/sys/openbsd/sys/sysctl.d.
231         (DRUNTIME_DSOURCES_SOLARIS): Add core/sys/solaris/stdlib.d.
232         * libdruntime/Makefile.in: Regenerate.
233         * src/MERGE: Merge upstream phobos 9d575282e.
235 2021-01-30  Iain Buclaw  <ibuclaw@gdcproject.org>
237         * Makefile.in: Regenerate.
238         * configure: Regenerate.
239         * libdruntime/MERGE: Merge upstream druntime e4aae28e.
240         * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Refresh module list.
241         (DRUNTIME_DSOURCES_BIONIC): Add core/sys/bionic/err.d.
242         (DRUNTIME_DSOURCES_DARWIN): Add core/sys/darwin/err.d,
243         core/sys/darwin/ifaddrs.d, core/sys/darwin/mach/nlist.d,
244         core/sys/darwin/mach/stab.d, and core/sys/darwin/sys/attr.d.
245         (DRUNTIME_DSOURCES_DRAGONFLYBSD): Add core/sys/dragonflybsd/err.d.
246         (DRUNTIME_DSOURCES_FREEBSD): Add core/sys/freebsd/err.d.
247         (DRUNTIME_DSOURCES_LINUX): Add core/sys/linux/err.d.
248         (DRUNTIME_DSOURCES_NETBSD): Add core/sys/netbsd/err.d.
249         (DRUNTIME_DSOURCES_OPENBSD): Add core/sys/openbsd/err.d.
250         (DRUNTIME_DSOURCES_POSIX): Add core/sys/posix/locale.d,
251         core/sys/posix/stdc/time.d, core/sys/posix/string.d, and
252         core/sys/posix/strings.d.
253         (DRUNTIME_DSOURCES_SOLARIS): Add core/sys/solaris/err.d.
254         (DRUNTIME_DSOURCES_WINDOWS): Add core/sys/windows/sdkddkver.d,
255         and core/sys/windows/stdc/time.d
256         * libdruntime/Makefile.in: Regenerate.
257         * libdruntime/gcc/sections/elf_shared.d (sizeofTLS): New function.
258         * testsuite/libphobos.thread/fiber_guard_page.d: Use
259         __traits(getMember) to get internal fields.
261 2021-01-26  Iain Buclaw  <ibuclaw@gdcproject.org>
263         * src/MERGE: Merge upstream phobos 3dd5df686.
264         * testsuite/libphobos.phobos/phobos.exp: Add compiler flag
265         -fversion=Linux_Pre_2639 if target is linux_pre_2639.
266         * testsuite/libphobos.phobos_shared/phobos_shared.exp: Likewise.
268 2021-01-23  Iain Buclaw  <ibuclaw@gdcproject.org>
270         PR d/98806
271         * libdruntime/gcc/sections/elf_shared.d (MIPS_Any): Declare version
272         for MIPS32 and MIPS64.
273         (getDependencies): Adjust dlpi_addr on MIPS_Any.
275 2021-01-05  Samuel Thibault  <samuel.thibault@ens-lyon.org>
277         * configure: Re-generate.
279 2020-12-05  Iain Sandoe  <iain@sandoe.co.uk>
281         PR target/97865
282         * configure: Regenerate.
284 2020-11-30  Iain Buclaw  <ibuclaw@gdcproject.org>
286         PR d/87818
287         * configure.tgt: Add x86_64-*-freebsd* and i?86-*-freebsd* as
288         supported targets.
290 2020-11-27  Iain Buclaw  <ibuclaw@gdcproject.org>
292         PR d/98025
293         * Makefile.in: Regenerate.
294         * configure: Regenerate.
295         * configure.ac (DCFG_ENABLE_CET): Substitute.
296         * libdruntime/MERGE: Merge upstream druntime 0fe7974c.
297         * libdruntime/Makefile.in: Regenerate.
298         * libdruntime/core/thread.d: Import gcc.config.
299         (class Fiber): Add ucontext_t fields when GNU_Enable_CET is true.
300         * libdruntime/gcc/config.d.in (GNU_Enable_CET): Define.
301         * src/Makefile.in: Regenerate.
302         * testsuite/Makefile.in: Regenerate.
304 2020-11-27  Iain Buclaw  <ibuclaw@gdcproject.org>
306         * libdruntime/MERGE: Merge upstream druntime d37ef985.
307         * libdruntime/Makefile.am (DRUNTIME_DSOURCES_FREEBSD): Add
308         core/sys/freebsd/config.d
309         * libdruntime/Makefile.in: Regenerate.
311 2020-11-27  Iain Buclaw  <ibuclaw@gdcproject.org>
313         * src/MERGE: Merge upstream phobos 38873fe6e.
315 2020-11-27  Iain Buclaw  <ibuclaw@gdcproject.org>
317         * libdruntime/MERGE: Merge upstream druntime 5e4492c4.
319 2020-11-18  Iain Buclaw  <ibuclaw@gdcproject.org>
321         * configure.tgt: Add *-*-dragonfly* as a supported target.
322         * configure: Regenerate.
323         * m4/druntime/os.m4 (DRUNTIME_OS_SOURCES): Add dragonfly* as a posix
324         target.
326 2020-11-18  Iain Buclaw  <ibuclaw@gdcproject.org>
328         * src/MERGE: Merge upstream phobos 7948e0967.
330 2020-11-13  Iain Buclaw  <ibuclaw@gdcproject.org>
332         * configure: Regenerate.
333         * configure.ac (libtool_VERSION): Update to 2:0.0.
335 2020-10-27  Iain Buclaw  <ibuclaw@gdcproject.org>
337         * libdruntime/MERGE: Merge upstream druntime 58560d51.
339 2020-10-12  Maciej W. Rozycki  <macro@linux-mips.org>
341         * libdruntime/config/mips/switchcontext.S [__mips_hard_float]:
342         Use L.D and S.D generic assembly instructions rather than LDC1
343         and SDC1 MIPS II hardware instructions.
345 2020-10-12  Iain Buclaw  <ibuclaw@gdcproject.org>
347         * testsuite/lib/libphobos.exp: Define tool_timeout, set to 600.
349 2020-09-10  Iain Buclaw  <ibuclaw@gdcproject.org>
351         PR d/95680
352         PR d/97007
353         * Makefile.am (AM_MAKEFLAGS): Remove $(CET_FLAGS).
354         * Makefile.in: Regenerate.
355         * configure: Regenerate.
356         * configure.ac (DCFG_ENABLE_CET): Remove substitution.
357         (CET_DFLAGS): Substitute.
358         * libdruntime/Makefile.am (AM_DFLAGS): Add $(CET_DFLAGS).
359         (AM_CFLAGS): Add $(CET_FLAGS).
360         (AM_CCASFLAGS): Likewise.
361         * libdruntime/Makefile.in: Regenerate.
362         * libdruntime/core/thread.d: Replace static if GNU_Enable_CET
363         condition with `version (CET)'.
364         * libdruntime/gcc/config.d.in (GNU_Enable_CET): Remove.
365         * src/Makefile.am (AM_DFLAGS): Add $(CET_DFLAGS).
366         (AM_CFLAGS): Add $(CET_FLAGS).
367         * src/Makefile.in: Regenerate.
368         * testsuite/Makefile.in: Regenerate.
369         * testsuite/testsuite_flags.in: Add $(CET_DFLAGS) to --gdcflags.
371 2020-09-09  H.J. Lu  <hjl.tools@gmail.com>
373         PR d/95680
374         * libdruntime/config/x86/switchcontext.S: Include <cet.h> to
375         generate the CET marker for -fcf-protection.
377 2020-09-08  Iain Buclaw  <ibuclaw@gdcproject.org>
379         PR d/95680
380         * Makefile.in: Regenerate.
381         * configure: Regenerate.
382         * configure.ac (DCFG_ENABLE_CET): Substitute.
383         * libdruntime/Makefile.in: Regenerate.
384         * libdruntime/config/x86/switchcontext.S: Remove CET support code.
385         * libdruntime/core/thread.d: Import gcc.config.  Don't set version
386         AsmExternal when GNU_Enable_CET is true.
387         * libdruntime/gcc/config.d.in (GNU_Enable_CET): Define.
388         * src/Makefile.in: Regenerate.
389         * testsuite/Makefile.in: Regenerate.
391 2020-06-25  Iain Buclaw  <ibuclaw@gdcproject.org>
393         * libdruntime/MERGE: Merge upstream druntime d05ebaad.
394         * src/MERGE: Merge upstream phobos 021ae0df7.
395         * testsuite/libphobos.typeinfo/struct-align.d: Remove empty statement.
397 2020-05-29  H.J. Lu  <hjl.tools@gmail.com>
399         PR bootstrap/95413
400         * configure: Regenerated.
402 2020-05-15  H.J. Lu  <hongjiu.lu@intel.com>
404         PR bootstrap/95147
405         * configure: Regenerated.
407 2020-05-08  H.J. Lu  <hongjiu.lu@intel.com>
409         * libdruntime/config/x86/switchcontext.S: Include <cet.h> if
410         __CET__ is defined.
411         (_CET_ENDBR): New.  Define if __CET__ is not defined.
412         (fiber_switchContext): Add _CET_ENDBR after .cfi_startproc.
414 2020-05-08  H.J. Lu  <hongjiu.lu@intel.com>
416         * Makefile.am (AM_MAKEFLAGS): Add $(CET_FLAGS) to GCC FLAGS.
417         * configure.ac (CET_FLAGS): Add GCC_CET_FLAGS and AC_SUBST.
418         * Makefile.in: Regenerated.
419         * aclocal.m4: Likewise.
420         * configure.ac: Likewise.
422 2020-04-30  Iain Buclaw  <ibuclaw@gdcproject.org>
424         * libdruntime/Makefile.am (DRUNTIME_SOURCES_CONFIGURED): Remove
425         config/powerpc/switchcontext.S
426         * libdruntime/Makefile.in: Regenerate.
427         * libdruntime/config/powerpc/callwithstack.S: Remove.
428         * libdruntime/config/powerpc/switchcontext.S: Fix symbol name of
429         fiber_switchContext.
430         * libdruntime/core/thread.d: Disable fiber migration tests on PPC.
431         * testsuite/libphobos.thread/fiber_guard_page.d: Set guardPageSize
432         same as stackSize.
434 2020-04-29  Iain Buclaw  <ibuclaw@gdcproject.org>
436         * testsuite/lib/libphobos.exp (check_effective_target_linux_pre_2639):
437         Fix KERNEL_VERSION condition.
439 2020-04-28  Iain Buclaw  <ibuclaw@gdcproject.org>
441         PR d/94825
442         * configure: Regenerate.
443         * libdruntime/Makefile.am (DRUNTIME_SOURCES_CONFIGURED): Add both
444         switchcontext.S and callwithstack.S if DRUNTIME_CPU_POWERPC.
445         * libdruntime/Makefile.in: Regenerate.
446         * libdruntime/config/powerpc/switchcontext.S: Add !__PPC64__ guards.
447         * libdruntime/config/powerpc64/callwithstack.S: Add __PPC64__ guards.
448         * m4/druntime/cpu.m4 (DRUNTIME_CPU_SOURCES): Define DRUNTIME_CPU_POWER
449         for all powerpc biarchs.  Remove DRUNTIME_CPU_POWER64 conditional.
451 2020-04-27  Iain Buclaw  <ibuclaw@gdcproject.org>
453         * libdruntime/Makefile.am (DRUNTIME_DSOURCES_LINUX): Remove
454         core/sys/linux/sys/netinet/tcp.d.
455         * libdruntime/Makefile.in: Regenerate.
457 2020-04-27  Iain Buclaw  <ibuclaw@gdcproject.org>
459         * configure.tgt: Add hppa-*-linux* as a supported target.
461 2020-04-26  Iain Buclaw  <ibuclaw@gdcproject.org>
463         * configure: Regenerate.
464         * configure.tgt: Add power*-*-linux* as a supported target, only
465         building libdruntime.
466         * m4/druntime/cpu.m4 (DRUNTIME_CPU_SOURCES): Add cases for powerpcle
467         and powerpc64le target cpus.
469 2020-04-21  Mathias Lang  <pro.mathias.lang@gmail.com>
470             Iain Buclaw  <ibuclaw@gdcproject.org>
472         * configure: Regenerate.
473         * configure.ac: Call DRUNTIME_LIBRARIES_UCONTEXT.
474         * m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_UCONTEXT): Define to
475         search libraries for swapcontext.
476         * libdruntime/gcc/sections/elf_shared.d (getTLSRange): Always use
477         __tls_get_addr on Musl.
479 2020-04-20  Iain Buclaw  <ibuclaw@gdcproject.org>
481         * configure: Regenerate.
482         * configure.ac: Fix option name for --with-libphobos-druntime-only.
484 2020-04-20  Iain Buclaw  <ibuclaw@gdcproject.org>
486         * configure: Regenerate.
487         * configure.ac: Remove DRUNTIME_GC.
489 2020-04-18  Iain Buclaw  <ibuclaw@gdcproject.org>
491         PR d/94304
492         * configure: Regenerate.
493         * configure.ac: Add --with-libphobos-druntime-only option and the
494         conditional ENABLE_LIBDRUNTIME_ONLY.
495         * configure.tgt: Define LIBDRUNTIME_ONLY.
496         * src/Makefile.am: Add phobos sources if not ENABLE_LIBDRUNTIME_ONLY.
497         * src/Makefile.in: Regenerate.
498         * testsuite/testsuite_flags.in: Add phobos path if compiling phobos.
500 2020-04-18  Iain Buclaw  <ibuclaw@gdcproject.org>
502         * testsuite/libphobos.phobos/phobos.exp: Skip if effective target is
503         not d_runtime_has_std_library.
504         * testsuite/libphobos.phobos_shared/phobos_shared.exp: Likewise.
506 2020-04-13  Iain Buclaw  <ibuclaw@gdcproject.org>
508         * libdruntime/core/stdc/stdarg.d: Remove run-time va_list template.
510 2020-04-10  Iain Buclaw  <ibuclaw@gdcproject.org>
512         * d_rules.am (libdgruntime_la_LINK): Move to libdruntime/Makefile.am.
513         (libgphobos_la_LINK): Move to src/Makefile.am
514         * libdruntime/Makefile.am: Add libgdruntime_convenience library.
515         * libdruntime/Makefile.in: Regenerate.
516         * src/Makefile.am (libgphobos_la_LIBADD): Add libgdruntime_convenience
517         library.
518         (libgphobos_la_DEPENDENCIES): Likewise.
519         * src/Makefile.in: Regenerate.
520         * testsuite/lib/libphobos.exp: Remove libdruntime library paths.
521         * testsuite/testsuite_flags.in: Likewise.
523 2020-04-09  Iain Buclaw  <ibuclaw@gdcproject.org>
525         * configure: Regenerate.
526         * libdruntime/Makefile.am (ALL_DRUNTIME_INSTALL_DSOURCES): Remove
527         DRUNTIME_DSOURCES_GC and DRUNTIME_DSOURCES_GCSTUB.
528         (DRUNTIME_DSOURCES): Add gc/*.d sources.
529         (DRUNTIME_DSOURCES_GC): Remove.
530         (DRUNTIME_DSOURCES_GCSTUB): Remove.
531         * libdruntime/Makefile.in: Regenerate.
532         * libdruntime/gcstub/gc.d: Remove.
533         * m4/druntime.m4 (DRUNTIME_GC): Remove.
535 2020-04-09  Iain Buclaw  <ibuclaw@gdcproject.org>
537         PR d/94305
538         * Makefile.in: Regenerate.
539         * configure: Regenerate.
540         * configure.ac: Add --enable-libphobos-checking and substitute
541         CHECKING_DFLAGS.  Remove -frelease from GDCFLAGS.
542         * libdruntime/Makefile.am: Add CHECKING_DFLAGS to AM_DFLAGS.
543         * libdruntime/Makefile.in: Regenerate.
544         * src/Makefile.am: Add CHECKING_DFLAGS to AM_DFLAGS.
545         * src/Makefile.in: Regenerate.
546         * testsuite/Makefile.in: Regenerate.
547         * testsuite/testsuite_flags.in: Add -fno-release -funittest to
548         --gdcflags.
550 2020-04-09  Iain Buclaw  <ibuclaw@gdcproject.org>
552         * configure: Regenerate.
553         * configure.ac: Use AC_SEARCH_LIBS for pthread_create.
554         * m4/druntime/libraries.m4: Remove DRUNTIME_LIBRARIES_THREAD.
556 2020-04-08  Iain Buclaw  <ibuclaw@gdcproject.org>
558         * configure: Regenerate.
559         * configure.ac: Remove DRUNTIME_OS_UNIX.
560         * libdruntime/Makefile.am: Add DRUNTIME_DSOURCES_POSIX if
561         DRUNTIME_OS_POSIX is true.
562         * libdruntime/Makefile.in: Regenerate.
563         * m4/druntime/os.m4 (DRUNTIME_OS_UNIX): Remove, move AM_CONDITIONAL
564         logic to...
565         (DRUNTIME_OS_SOURCES): ...here.  Rename conditional to
566         DRUNTIME_OS_POSIX.
568 2020-04-08  Iain Buclaw  <ibuclaw@gdcproject.org>
570         * Makefile.in: Regenerate.
571         * configure: Regenerate.
572         * configure.ac: Substite WARN_DFLAGS independently of GDCFLAGS.
573         * libdruntime/Makefile.am: Add WARN_DFLAGS to AM_DFLAGS.
574         * libdruntime/Makefile.in: Regenerate.
575         * src/Makefile.am: Add WARN_DFLAGS to AM_DFLAGS.
576         * src/Makefile.in: Regenerate.
577         * testsuite/Makefile.in: Regenerate.
578         * testsuite/testsuite_flags.in: Add WARN_DFLAGS to --gdcflags.
580 2020-04-07  Robin Dapp  <rdapp@linux.ibm.com>
581             Stefan Liebler  <stli@linux.ibm.com>
583         * configure: Regenerate.
584         * libdruntime/Makefile.am: Add s390x and s390.
585         * libdruntime/Makefile.in: Regenerate.
586         * libdruntime/config/s390/get_tls_offset.S: New file.
587         * libdruntime/config/systemz/get_tls_offset.S: New file.
588         * libdruntime/gcc/sections/elf_shared.d: Use ibmz_get_tls_offset.
589         * m4/druntime/cpu.m4: Add s390x and s390.
591 2020-04-07  Stefan Liebler  <stli@linux.ibm.com>
593         * libdruntime/core/sys/posix/signal.d:
594         Add struct sigaction_t for SystemZ.
596 2020-03-16  Iain Buclaw  <ibuclaw@gdcproject.org>
598         PR d/92792
599         * Makefile.in: Regenerate.
600         * configure: Regenerate.
601         * configure.ac (libtool_VERSION): Reset to 1:0:0.
602         * libdruntime/Makefile.in: Regenerate.
604 2020-02-17  Martin Liska  <mliska@suse.cz>
606         PR other/93756
607         * src/std/algorithm/iteration.d: Fix typo.
609 2020-01-24  Maciej W. Rozycki  <macro@wdc.com>
611         * m4/druntime.m4: Handle `--with-toolexeclibdir='.
612         * m4/Makefile.in: Regenerate.
613         * libdruntime/Makefile.in: Regenerate.
614         * src/Makefile.in: Regenerate.
615         * testsuite/Makefile.in: Regenerate.
616         * Makefile.in: Regenerate.
617         * aclocal.m4: Regenerate.
618         * configure: Regenerate.
620 2020-01-01  Jakub Jelinek  <jakub@redhat.com>
622         Update copyright years.
624 2019-09-27  Maciej W. Rozycki  <macro@wdc.com>
626         * configure: Regenerate.
628 2019-09-03  Bernd Edlinger  <bernd.edlinger@hotmail.de>
630         * testsuite/lib/libphobos.exp (libphobos_init): Add multi-lib libgcc
631         dirs to the ld_library_path var.
633 2019-08-20  Iain Buclaw  <ibuclaw@gdcproject.org>
635         * libdruntime/Makefile.am (DRUNTIME_DSOURCES_BIONIC): Add
636         core/sys/bionic/string.d.
637         (DRUNTIME_DSOURCES_DARWIN): Add core/sys/darwin/string.d.
638         (DRUNTIME_DSOURCES_DRAGONFLYBSD): Add core/sys/dragonflybsd/string.d,
639         core/sys/dragonflybsd/sys/socket.d.
640         (DRUNTIME_DSOURCES_FREEBSD): Add core/sys/freebsd/string.d.
641         (DRUNTIME_DSOURCES_LINUX): Add core/sys/linux/string.d.
642         (DRUNTIME_DSOURCES_NETBSD): Add core/sys/netbsd/string.d,
643         core/sys/netbsd/sys/featuretest.d.
644         * libdruntime/Makefile.in: Regenerate.
646 2019-08-20  Iain Buclaw  <ibuclaw@gdcproject.org>
648         * libdruntime/Makefile.am (DRUNTIME_DSOURCES_OPENBSD): Add
649         core/sys/openbsd/sys/cdefs.d, core/sys/openbsd/sys/elf.d,
650         core/sys/openbsd/sys/elf32.d, core/sys/openbsd/sys/elf64.d,
651         core/sys/openbsd/sys/elf_common.d, core/sys/openbsd/sys/link_elf.d,
652         core/sys/openbsd/sys/mman.d, core/sys/openbsd/time.d.
653         * libdruntime/Makefile.in: Regenerate.
655 2019-05-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
657         * m4/druntime/os.m4 (DRUNTIME_OS_LINK_SPEC): Only use -z
658         relax=transtls if linker supports it.
659         * configure.ac (enable_libphobos, LIBPHOBOS_SUPPORTED): Move down.
660         (x86_64-*-solaris2.* | i?86-*-solaris2.*): Only
661         mark supported with either gld or ld -z relax=transtls.
662         * configure: Regenerate.
664 2019-05-02  Maciej W. Rozycki  <macro@wdc.com>
666         * std/math.d (IeeeFlags.getIeeeFlags): Handle RISC-V soft-float ABI.
667         (IeeeFlags.resetIeeeFlags): Likewise.
668         (FloatingPointControl.getControlState): Likewise.
669         (FloatingPointControl.setControlState): Likewise.
671 2019-04-25  Iain Buclaw  <ibuclaw@gdcproject.org>
673         PR d/90250
674         * libdruntime/gcc/sections/elf_shared.d (initTLSRanges): Populate
675         _tlsRanges in every startup thread.
676         * testsuite/libphobos.thread/thread.exp: Load libphobos-dg.exp.
677         * testsuite/libphobos.thread/tlsgc_sections.d: New test.
679 2019-04-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
681         * m4/druntime/cpu.m4 (DRUNTIME_CPU_SOURCES): Quote brackets.
682         * configure: Regenerate.
684 2019-04-25  Johannes Pfau  <johannespfau@gmail.com>
686         * libdruntime/Makefile.am: Add emutls and gthread files.
687         * libdruntime/Makefile.in: Regenerate.
688         * libdruntime/gcc/emutls.d: New file. Implement GC-compatible emutls.
689         * libdruntime/gcc/gthread.d: New file.
690         * libdruntime/gcc/sections/elf_shared.d: Integrate emutls support.
691         * testsuite/libphobos.allocations/tls_gc_integration.d: New test for TLS.
693 2019-04-25  Iain Buclaw  <ibuclaw@gdcproject.org>
695         * testsuite/Makefile.am: Set PWD_COMMAND.
696         * testsuite/Makefile.in: Regenerate.
698 2019-04-25  Iain Buclaw  <ibuclaw@gdcproject.org>
700         PR d/90086
701         * m4/druntime/cpu.m4 (DRUNTIME_CPU_SOURCES): New macro.
702         * configure.ac: Use it.
703         * configure: Regenerate.
704         * libdruntime/Makefile.am: Add new config sources to
705         DRUNTIME_SOURCES_CONFIGURED.
706         * libdruntime/Makefile.in: Regenerate.
707         * libdruntime/config/aarch64/switchcontext.S: New file.
708         * libdruntime/config/arm/switchcontext.S: New file.
709         * libdruntime/config/common/threadasm.S: New file.
710         * libdruntime/config/mingw/switchcontext.S: New file.
711         * libdruntime/config/mips/switchcontext.S: New file.
712         * libdruntime/config/powerpc/switchcontext.S: New file.
713         * libdruntime/config/powerpc64/callwithstack.S: New file.
714         * libdruntime/config/x86/switchcontext.S: New file.
715         * libdruntime/core/threadasm.S: Remove.
717 2019-04-24  Iain Buclaw  <ibuclaw@gdcproject.org>
719         PR d/89432
720         * testsuite/lib/libphobos.exp (check_effective_target_linux_pre_2639):
721         New proc.
722         * testsuite/libphobos.druntime/druntime.exp: Add compiler flag
723         -fversion=Linux_Pre_2639 if target is linux_pre_2639.
724         * testsuite/libphobos.druntime_shared/druntime_shared.exp: Likewise.
726 2019-04-24  Iain Buclaw  <ibuclaw@gdcproject.org>
728         PR d/88654
729         * testsuite/lib/libphobos.exp (libphobos-dg-test): Check
730         libphobos_skipped_test_p before running test.
731         (libphobos-dg-prune): New proc.
732         (libphobos_init): Set libphobos_skip_tests.
733         (libphobos_skipped_test_p): New proc.
734         (check_effective_target_libcurl_available): New proc.
735         * testsuite/libphobos.phobos/phobos.exp: Skip curl tests if library
736         not found.
737         * testsuite/libphobos.phobos_shared/phobos_shared.exp: Likewise.
739 2019-04-24  Iain Buclaw  <ibuclaw@gdcproject.org>
741         PR d/88431
742         * configure: Regenerate.
743         * m4/libtool.m4 (lt_simple_compile_test_code): Update to not have
744         dependencies on libphobos.
745         (lt_simple_link_test_code): Likewise.
746         (GDCFLAGS): Don't override for D compiler tests.
748 2019-04-24  Iain Buclaw  <ibuclaw@gdcproject.org>
750         * configure.tgt: Add aarch64*-*-linux* as a supported target.
752 2019-04-23  Iain Buclaw  <ibuclaw@gdcproject.org>
753             Robin Dapp  <rdapp@linux.ibm.com>
755         * configure.tgt: Add s390*-linux* as a supported target.
756         * libdruntime/gcc/sections/elf_shared.d: import gcc.builtins.
757         (__tls_get_addr_internal): Declare.
758         (TLS_DTV_OFFSET): Define as zero on SystemZ.
759         (getTLSRange): Support getting TLS on SystemZ.
760         * testsuite/libphobos.typeinfo/struct-align.d: New test.
762 2019-04-23  Iain Buclaw  <ibuclaw@gdcproject.org>
764         * configure.tgt: Add linux/riscv as supported target.
765         * libdruntime/gcc/sections/elf_shared.d (getDependencies): Adjust
766         dlpi_addr on RISCV32 and RISCV64.
767         * src/std/math.d: Add IEEE FPU control support for RISC-V.
769 2019-04-23  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
770             Bernd Edlinger  <bernd.edlinger@hotmail.de>
771             Jakub Jelinek  <jakub@redhat.com>
773         PR target/89093
774         * libdruntime/gcc/deh.d: Import gcc.attribute.
775         (personality_fn_attributes): New enum.
776         (scanLSDA, CONTINUE_UNWINDING, gdc_personality, __gdc_personality):
777         Add @personality_fn_attributes.
779 2019-04-20  Iain Buclaw  <ibuclaw@gdcproject.org>
781         PR d/89293
782         * libdruntime/core/atomic.d (casImpl): Remove static assert for
783         GNU_Have_Atomics, add static path to handle missing atomic support.
784         (atomicLoad): Likewise.
785         (atomicStore): Likewise.
786         (atomicFence):  Likewise.
787         (atomicMutexHandle, AtomicMutex): Declare types.
788         (_getAtomicMutex): New function.
789         (getAtomicMutex): Declare.
791 2019-04-16  Iain Buclaw  <ibuclaw@gdcproject.org>
793         * config.h.in: Regenerate.
794         * configure: Regenerate.
795         * m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_BACKTRACE): Set
796         CPPFLAGS correctly for backtrace support test.
798 2019-04-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
800         * configure.tgt (LIBPHOBOS_SUPPORTED): Default to no.
801         Set to yes explicitly.
802         (x86_64-*-solaris2.11* | i?86-*-solaris2.11*): Mark supported.
803         * configure.ac: Handle --enable-libphobos.
804         (x86_64-*-solaris2.* | i?86-*-solaris2.*): Only mark supported
805         with gas.
806         (ENABLE_LIBPHOBOS): New conditional.
807         * configure: Regenerate.
808         * Makefile.am (SUBDIRS): Only set if ENABLE_LIBPHOBOS.
809         * Makefile.in: Regenerate.
811 2019-04-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
812             Iain Buclaw  <ibuclaw@gdcproject.org>
814         PR d/88150
815         * m4/druntime/os.m4 (DRUNTIME_OS_DLPI_TLS_MODID): New macro.
816         * configure.ac: Use it.
817         Call AC_USE_SYSTEM_EXTENSIONS.
818         * configure: Regenerate.
819         * Makefile.in, libdruntime/Makefile.in, src/Makefile.in,
820         testsuite/Makefile.in: Regenerate.
821         * libdruntime/gcc/config.d.in (OS_Have_Dlpi_Tls_Modid): Define.
822         * libdruntime/gcc/sections/elf_shared.d: Import gcc.config.
823         (scanSegments) <PT_TLS> [OS_Have_Dlpi_Tls_Modid]: Use
824         dlpi_tls_modid.
825         [Solaris]: Use dlinfo(RTLD_DI_LINKMAP) to get rt_tlsmodid.
826         Otherwise clear pdso._tlsMod, pdso._tlsSize.
827         (getTLSRange) [Solaris && !OS_Have_Dlpi_Tls_Modid]: Readjust mod.
829 2019-04-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
831         * m4/druntime/os.m4 (DRUNTIME_OS_LINK_SPEC): New macro.
832         * configure.ac: Call it.
833         * configure: Regenerate.
834         * Makefile.in, libdruntime/Makefile.in, src/Makefile.in,
835         testsuite/Makefile.in: Regenerate.
836         * src/libgphobos.spec.in (*link): Append OS_LINK_SPEC.
838 2019-04-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
840         PR d/88150
841         * libdruntime/gcc/sections/elf_shared.d [Solaris] (SharedELF): Set
842         to true.
843         Import core.sys.solaris.dlfcn, core.sys.solaris.link,
844         core.sys.solaris.sys.elf, core.sys.solaris.sys.link.
845         (dummy_ref): Declare.
846         (initSections): Initialize dummy_ref.
847         (getDependencies): Set strtab.
848         (handleForName): Don't dlclose handle.
849         (findDSOInfoForAddr): Set IterateManually.
850         (getprogname): Declare.
851         (progname): Use it.
852         * libdruntime/gcc/sections/package.d [Solaris]: Import
853         gcc.sections.elf_shared instead of gcc.sections.solaris.
854         * libdruntime/gcc/sections/solaris.d: Remove.
855         * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Remove
856         gcc/sections/solaris.d.
857         * libdruntime/Makefile.in: Regenerate.
859 2019-04-13  Iain Buclaw  <ibuclaw@gdcproject.org>
861         * libdruntime/Makefile.am (DRUNTIME_CSOURCES): Remove bss_sections.c.
862         (DRUNTIME_DSOURCES): Rename rt/sections_* modules to gcc/sections/*.
863         * libdruntime/Makefile.in: Regenerate.
864         * libdruntime/gcc/sections/android.d: New file.
865         * libdruntime/gcc/sections/elf_shared.d: New file.
866         * libdruntime/gcc/sections/osx.d: New file.
867         * libdruntime/gcc/sections/package.d: New file.
868         * libdruntime/gcc/sections/solaris.d: New file.
869         * libdruntime/gcc/sections/win32.d: New file.
870         * libdruntime/gcc/sections/win64.d: New file.
871         * libdruntime/rt/bss_section.c: Remove.
872         * libdruntime/rt/sections.d: Publicly import gcc.sections.
873         * libdruntime/rt/sections_android.d: Remove.
874         * libdruntime/rt/sections_elf_shared.d: Remove.
875         * libdruntime/rt/sections_osx.d: Remove.
876         * libdruntime/rt/sections_solaris.d: Remove.
877         * libdruntime/rt/sections_win32.d: Remove.
878         * libdruntime/rt/sections_win64.d: Remove.
880 2019-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>
882         * configure.ac (AM_INIT_AUTOMAKE): Add subdir-objects.
883         * configure: Regenerate.
884         * libdruntime/Makefile.in: Regenerate.
886 2019-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>
888         * m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_ZLIB): Use
889         libz_convenience.a if not using system zlib.
890         * Makefile.in: Regenerate.
891         * configure: Regenerate.
892         * libdruntime/Makefile.in: Regenerate.
893         * src/Makefile.am: Remove ZLIB_CSOURCES and AM_CFLAGS.
894         * src/Makefile.in: Regenerate.
895         * testsuite/Makefile.in: Regenerate.
897 2019-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>
899         * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Remove dejagnu.
900         (RUNTEST): Remove variable.
901         (RUNTESTDEFAULTFLAGS, check_p_subno, check_p_numbers0,
902         check_p_numbers1, check_p_numbers2, check_p_numbers3,
903         check_p_numbers4, check_p_numbers5, check_p_numbers6, check_p_numbers,
904         check_p_subdirs, check_DEJAGNU_libphobos_targets): New variables.
905         (site.exp, %/site.exp, check-DEJAGNU, check-am, clean-local): New
906         rules written so that all the *.exp files are ran parallelized.
907         (CLEANFILES): Add *.exe, *.o, and site.exp.
908         * testsuite/Makefile.in: Regenerate.
910 2019-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>
912         PR d/89255
913         * configure.ac (ENABLE_SHARED, ENABLE_STATIC): Remove conditionals.
914         * configure: Regenerate.
915         * d_rules.am (%.t.lo, %.t.o): Remove rules.
916         (unittest_static_LINK, unittest_LINK, libgdruntime_t_la_LINK,
917         libgphobos_t_la_LINK): Remove variables.
918         * libdruntime/Makefile.am (DRUNTIME_TEST_LOBJECTS,
919         DRUNTIME_TEST_OBJECTS, check_PROGRAMS, check_LTLIBRARIES,
920         unittest_static_SOURCES, unittest_static_LIBTOOLFLAGS,
921         unittest_static_LDFLAGS, unittest_static_LDADD,
922         EXTRA_unittest_static_DEPENDENCIES, libgdruntime_t_la_SOURCES,
923         libgdruntime_t_la_LIBTOOLFLAGS, libgdruntime_t_la_LDFLAGS,
924         libgdruntime_t_la_LIBADD, EXTRA_libgdruntime_t_la_DEPENDENCIES,
925         unittest_SOURCES, unittest_LIBTOOLFLAGS, unittest_LDFLAGS,
926         unittest_LDADD): Remove variables.
927         (clean-local): Remove rule.
928         * libdruntime/Makefile.in: Regenerate.
929         * src/Makefile.am (PHOBOS_TEST_LOBJECTS,
930         PHOBOS_TEST_OBJECTS, check_PROGRAMS, check_LTLIBRARIES,
931         unittest_static_SOURCES, unittest_static_LIBTOOLFLAGS,
932         unittest_static_LDFLAGS, unittest_static_LDADD,
933         EXTRA_unittest_static_DEPENDENCIES, libgdruntime_t_la_SOURCES,
934         libgdruntime_t_la_LIBTOOLFLAGS, libgdruntime_t_la_LDFLAGS,
935         libgdruntime_t_la_LIBADD, EXTRA_libgdruntime_t_la_DEPENDENCIES,
936         unittest_SOURCES, unittest_LIBTOOLFLAGS, unittest_LDFLAGS,
937         unittest_LDADD): Remove variables.
938         (clean-local): Remove rule.
939         * src/Makefile.in: Regenerate.
940         * testsuite/lib/libphobos.exp (libphobos_test_name): New global.
941         (libphobos_init): Set libphobos_test_name.
942         (libphobos-dg-test): Override name if libphobos_test_name is set.
943         (filter_libphobos_unittests): New proc.
944         * testsuite/libphobos.aa/aa.exp: Don't load libphobos-dg.exp.
945         * testsuite/libphobos.cycles/cycles.exp: Set libphobos_test_name.
946         * testsuite/libphobos.druntime/druntime.exp: New file.
947         * testsuite/libphobos.druntime_shared/druntime_shared.exp: New file.
948         * testsuite/libphobos.phobos/phobos.exp: New file.
949         * testsuite/libphobos.phobos_shared/phobos_shared.exp: New file.
950         * testsuite/libphobos.shared/shared.exp: Use dg-runtest to run tests.
951         * testsuite/libphobos.hash/hash.exp: Don't load libphobos-dg.exp
952         * testsuite/libphobos.init_fini/init_fini.exp: Likewise.
953         * testsuite/libphobos.thread/thread.exp: Likewise.
954         * testsuite/libphobos.typeinfo/typeinfo.exp: Likewise.
955         * testsuite/libphobos.unittests/unittests.exp: Remove.
956         * testsuite/test_runner.d: Remove.
957         * testsuite/testsuite_flags.in: Add phobos to --gdcpaths.
959 2019-03-26  Iain Buclaw  <ibuclaw@gdcproject.org>
961         * libdruntime/Makefile.am (DRUNTIME_DSOURCES_DARWIN): Add
962         core/sys/darwin/crt_externs.d.
963         (DRUNTIME_DSOURCES_FREEBSD): Add core/sys/freebsd/unistd.d.
964         (DRUNTIME_DSOURCES_POSIX): Add core/sys/posix/spawn.d.
965         * libdruntime/Makefile.in: Regenerate.
967 2019-03-23  Johannes Pfau  <johannespfau@gmail.com>
969         * configure.ac: Update autotool version comment.
971 2019-02-19  Bernd Edlinger  <bernd.edlinger@hotmail.de>
973         * src/Makefile.am: Avoid the -D option which is not available
974         with the install-sh fallback.  Use $(MKDIR_P) instead.
975         * libdruntime/Makefile.am: Likewise.
976         * src/Makefile.in: Regenerated.
977         * libdruntime/Makefile.in: Regenerated.
979 2019-02-19  Iain Buclaw  <ibuclaw@gdcproject.org>
981         * testsuite/libphobos.shared/load.d: Import core.sys.posix.dlfcn.
982         [DragonFlyBSD, FreeBSD, linux, NetBSD, OSX, Solaris]: Import only
983         RTLD_NOLOAD from core.sys.*.dlfcn.
984         Assert RTLD_NOLOAD is available.
986 2019-02-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
988         * m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_NET): New macro.
989         * configure.ac: Invoke it.
990         * configure: Regenerate.
992 2019-02-19  Johannes Pfau  <johannespfau@gmail.com>
994         PR d/88127
995         * m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_CLIB): Add new macro.
996         * configure.ac: Use DRUNTIME_LIBRARIES_CLIB.
997         * configure: Regenerate
998         * Makefile.in: Regenerate
999         * libdruntime/gcc/config.d.in: Add Have_Qsort_R.
1000         * libdruntime/Makefile.in: Regenerate.
1001         * src/Makefile.in: Regenerate.
1002         * testsuite/Makefile.in: Regenerate.
1004 2019-02-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1006         * testsuite/lib/libphobos-dg.exp: Tabify.
1007         * testsuite/lib/libphobos.exp: Likewise.
1008         * testsuite/libphobos.cycles/cycles.exp: Likewise.
1009         * testsuite/libphobos.shared/shared.exp: Likewise.
1010         * testsuite/libphobos.unittests/unittests.exp: Likewise.
1012 2019-02-14  Maya Rashish  <coypu@sdf.org>
1014         * configure.tgt: Add netbsd/x86 as supported target.
1016 2019-02-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1018         PR d/87864
1019         * configure.ac (DRTSTUFF_SPEC): New variable.
1020         Substitute it.
1021         * libdruntime/m4/druntime/os.m4 (DRUNTIME_OS_MINFO_BRACKETING):
1022         New automake conditional.
1023         * configure: Regenerate.
1024         * libdruntime/gcc/drtstuff.c: New file.
1025         * libdruntime/Makefile.am [!DRUNTIME_OS_MINFO_BRACKETING]
1026         (DRTSTUFF, toolexeclib_DATA): New variables.
1027         (gcc/drtbegin.lo, gcc/drtend.lo): New rules.
1028         (libgdruntime_la_LDFLAGS): Use -Wc instead of -Xcompiler.
1029         Add -dstartfiles -B../src -Bgcc.
1030         (libgdruntime_la_DEPENDENCIES): New variable.
1031         (unittest_static_LDFLAGS): Use -Wc instead of -Xcompiler.
1032         (libgdruntime_t_la_LDFLAGS): Likewise.
1033         (unittest_LDFLAGS): Likewise.
1034         * src/Makefile.am (libgphobos_la_LDFLAGS): Use -Wc instead of
1035         -Xcompiler.
1036         Add -dstartfiles -B../libdruntime/gcc.
1037         (unittest_static_LDFLAGS): Use -Wc instead of -Xcompiler.
1038         (libgphobos_t_la_LDFLAGS): Likewise.
1039         (unittest_LDFLAGS): Likewise.
1040         * libdruntime/Makefile.in, src/Makefile.in: Regenerate.
1041         * Makefile.in, testsuite/Makefile.in: Regenerate.
1042         * libdruntime/rt/sections_elf_shared.d (Minfo_Bracketing): Don't
1043         assert.
1044         * libdruntime/gcc/config.d.in (Minfo_Bracketing): Remove.
1045         * src/drtstuff.spec: New file.
1046         * src/libgphobos.spec.in (DRTSTUFF_SPEC): Substitute.
1047         (*lib): Only pass SPEC_PHOBOS_DEPS without -debuglib, -defaultlib,
1048         -nophoboslib.
1049         * testsuite/testsuite_flags.in <--gdcldflags> (GDCLDFLAGS): Add
1050         -B${BUILD_DIR}/libdruntime/gcc.
1052 2019-02-13  Iain Buclaw  <ibuclaw@gdcproject.org>
1054         * libdruntime/core/runtime.d (defaultTraceHandler): Give
1055         UnwindBacktrace handler precedence over backtrace.
1057 2019-02-10  Iain Buclaw  <ibuclaw@gdcproject.org>
1059         * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Remove rt/util/hash.d
1060         * libdruntime/Makefile.in: Rebuild.
1061         * testsuite/libphobos.aa/aa.exp: New file.
1062         * testsuite/libphobos.aa/test_aa.d: New test.
1063         * testsuite/libphobos.hash/hash.exp: New file.
1064         * testsuite/libphobos.hash/test_hash.d: New test.
1066 2019-01-12  Iain Buclaw  <ibuclaw@gdcproject.org>
1068         * README.gcc: New file.
1070 2019-01-01  Jakub Jelinek  <jakub@redhat.com>
1072         Update copyright years.
1074 2018-12-14  Iain Buclaw  <ibuclaw@gdcproject.org>
1076         * src/std/internal/digest: Remove empty directory.
1078 2018-12-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1080         * Makefile.am (AM_MAKEFLAGS): Pass CCASFLAGS, GDCFLAGS.
1081         * Makefile.in: Regenerate.
1083 2018-11-28  Iain Buclaw  <ibuclaw@gdcproject.org>
1085         * Makefile.in: Rebuild.
1086         * configure: Rebuild.
1087         * configure.ac (DRUNTIME_SOVERSION): Remove.
1088         (PHOBOS_SOVERSION): Remove.
1089         (libtool_VERSION): Add.
1090         * libdruntime/Makefile.am: Use libtool_VERSION.
1091         * libdruntime/Makefile.in: Rebuild.
1092         * src/Makefile.am: Use libtool_VERSION.
1093         * src/Makefile.in: Rebuild.
1094         * testsuite/Makefile.in: Rebuild.
1096 2018-11-22  Johannes Pfau  <johannespfau@gmail.com>
1098         PR d/87824
1099         * testsuite/libphobos.shared/shared.exp: Set proper path to phobos
1100         library for multilib builds.
1102 2018-11-19  Iain Buclaw  <ibuclaw@gdcproject.org>
1104         * src/Makefile.am: Remove std.internal.digest.sha_SSSE3 and
1105         std.internal.math.biguintx86 modules.
1106         * src/Makefile.in: Rebuild.
1107         * src/std/internal/digest/sha_SSSE3.d: Remove.
1108         * src/std/internal/math/biguintx86.d: Remove.
1110 2018-11-02  Iain Buclaw  <ibuclaw@gdcproject.org>
1112         PR d/87827
1113         * Makefile.in: Rebuild.
1114         * configure: Rebuild.
1115         * configure.ac: Properly set MULTISUBDIR.
1116         * d_rules.am: Set toolexecdir and toolexeclibdir.
1117         * libdruntime/Makefile.in: Rebuild.
1118         * m4/druntime.m4 (DRUNTIME_INSTALL_DIRECTORIES): Add
1119         --enable-version-specific-runtime-libs.
1120         * src/Makefile.in: Rebuild.
1121         * testsuite/Makefile.in: Rebuild.
1123 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
1125         PR bootstrap/82856
1126         * Makefile.am: Include multilib.am.
1127         * configure.ac: Remove AC_PREREQ.  Use -Wno-override in
1128         AM_INIT_AUTOMAKE call.
1129         * m4/autoconf.m4: Add extra argument to AC_LANG_DEFINE call.
1130         * m4/druntime/os.m4: Use AC_LANG_SOURCE.
1131         * testsuite/Makefile.am (RUNTEST): Remove quotes.
1132         * Makefile.in, aclocal.m4, configure, libdruntime/Makefile.in,
1133         src/Makefile.in, testsuite/Makefile.in: Regenerate.
1135 2018-10-31  Iain Buclaw  <ibuclaw@gdcproject.org>
1137         PR bootstrap/87789
1138         PR d/87818
1139         PR d/87819
1140         * configure.tgt: New file.
1142 2018-10-28  Iain Buclaw  <ibuclaw@gdcproject.org>
1144         * Makefile.am: New file.
1145         * Makefile.in: New file.
1146         * acinclude.m4: New file.
1147         * aclocal.m4: New file.
1148         * config.h.in: New file.
1149         * configure: New file.
1150         * configure.ac: New file.
1151         * d_rules.am: New file.
1152         * libdruntime/Makefile.am: New file.
1153         * libdruntime/Makefile.in: New file.
1154         * libdruntime/__entrypoint.di: New file.
1155         * libdruntime/__main.di: New file.
1156         * libdruntime/gcc/attribute.d: New file.
1157         * libdruntime/gcc/backtrace.d: New file.
1158         * libdruntime/gcc/builtins.d: New file.
1159         * libdruntime/gcc/config.d.in: New file.
1160         * libdruntime/gcc/deh.d: New file.
1161         * libdruntime/gcc/libbacktrace.d.in: New file.
1162         * libdruntime/gcc/unwind/arm.d: New file.
1163         * libdruntime/gcc/unwind/arm_common.d: New file.
1164         * libdruntime/gcc/unwind/c6x.d: New file.
1165         * libdruntime/gcc/unwind/generic.d: New file.
1166         * libdruntime/gcc/unwind/package.d: New file.
1167         * libdruntime/gcc/unwind/pe.d: New file.
1168         * m4/autoconf.m4: New file.
1169         * m4/druntime.m4: New file.
1170         * m4/druntime/cpu.m4: New file.
1171         * m4/druntime/libraries.m4: New file.
1172         * m4/druntime/os.m4: New file.
1173         * m4/gcc_support.m4: New file.
1174         * m4/gdc.m4: New file.
1175         * m4/libtool.m4: New file.
1176         * src/Makefile.am: New file.
1177         * src/Makefile.in: New file.
1178         * src/libgphobos.spec.in: New file.
1179         * testsuite/Makefile.am: New file.
1180         * testsuite/Makefile.in: New file.
1181         * testsuite/config/default.exp: New file.
1182         * testsuite/lib/libphobos-dg.exp: New file.
1183         * testsuite/lib/libphobos.exp: New file.
1184         * testsuite/testsuite_flags.in: New file.
1187 Copyright (C) 2018-2021 Free Software Foundation, Inc.
1189 Copying and distribution of this file, with or without modification,
1190 are permitted in any medium without royalty provided the copyright
1191 notice and this notice are preserved.