Delete MALLOC_ABI_ALIGNMENT define from pa32-linux.h
[official-gcc.git] / libphobos / ChangeLog
blobc455e3ed232b7a08f44e09bf1ef985c1aabf8a0b
1 2023-09-23  Iain Buclaw  <ibuclaw@gdcproject.org>
3         * libdruntime/MERGE: Merge upstream druntime 4574d1728d.
4         * src/MERGE: Merge upstream phobos d7e79f024.
6 2023-08-20  Iain Buclaw  <ibuclaw@gdcproject.org>
8         * libdruntime/MERGE: Merge upstream druntime 26f049fb26.
9         * src/MERGE: Merge upstream phobos 330d6a4fd.
11 2023-08-07  Nick Alcock  <nick.alcock@oracle.com>
13         * configure: Regenerate.
15 2023-08-07  Alexander von Gluck IV  <kallisti5@unixzen.com>
17         * configure: Regenerate.
19 2023-08-07  Nick Alcock  <nick.alcock@oracle.com>
21         * configure: Regenerate.
23 2023-08-07  Nick Alcock  <nick.alcock@oracle.com>
25         * configure: Regenerate.
27 2023-08-07  H.J. Lu  <hjl.tools@gmail.com>
29         * configure: Regenerate.
31 2023-08-07  H.J. Lu  <hjl.tools@gmail.com>
33         * configure: Regenerate.
35 2023-07-10  Iain Buclaw  <ibuclaw@gdcproject.org>
37         * libdruntime/MERGE: Merge upstream druntime a88e1335f7.
38         * src/MERGE: Merge upstream phobos 1921d29df.
39         * config.h.in: Regenerate.
40         * configure: Regenerate.
41         * configure.ac (libphobos-checking): Add valgrind flag.
42         (DRUNTIME_LIBRARIES_VALGRIND): Call.
43         * libdruntime/Makefile.am (DRUNTIME_CSOURCES): Add
44         etc/valgrind/valgrind_.c.
45         (DRUNTIME_DSOURCES): Add etc/valgrind/valgrind.d.
46         (DRUNTIME_DSOURCES_LINUX): Add core/sys/linux/input.d,
47         core/sys/linux/input_event_codes.d, core/sys/linux/uinput.d.
48         * libdruntime/Makefile.in: Regenerate.
49         * m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_VALGRIND): Define.
51 2023-07-10  Iain Buclaw  <ibuclaw@gdcproject.org>
53         * libdruntime/MERGE: Merge upstream druntime 17ccd12af3.
54         * src/MERGE: Merge upstream phobos 8d3800bee.
56 2023-07-09  Iain Buclaw  <ibuclaw@gdcproject.org>
58         * libdruntime/MERGE: Merge upstream druntime 28a3b24c2e.
59         * src/MERGE: Merge upstream phobos 8ab95ded5.
61 2023-07-02  Iain Sandoe  <iain@sandoe.co.uk>
63         * libdruntime/config/aarch64/switchcontext.S: Exclude ELF-
64         specific constructs for Darwin.
65         * libdruntime/config/arm/switchcontext.S: Likewise.
66         * libdruntime/core/thread/fiber.d: Disable switching fibres
67         between threads.
69 2023-07-01  Iain Sandoe  <iainsandoe@Apollo-3-VM-Lion-0-187.local>
71         PR d/103944
72         * testsuite/libphobos.gc/forkgc2.d: Skip for Darwin.
74 2023-06-25  Iain Buclaw  <ibuclaw@gdcproject.org>
76         * libdruntime/MERGE: Merge upstream druntime a45f4e9f43.
77         * src/MERGE: Merge upstream phobos 106038f2e.
79 2023-03-17  Iain Buclaw  <ibuclaw@gdcproject.org>
81         * libdruntime/MERGE: Merge upstream druntime 5f7552bb28.
82         * src/MERGE: Merge upstream phobos 67a47cf39.
84 2023-03-16  Iain Buclaw  <ibuclaw@gdcproject.org>
86         * libdruntime/MERGE: Merge upstream druntime 4ca4140e58.
87         * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Add core/factory.d.
88         * libdruntime/Makefile.in: Regenerate.
89         * src/MERGE: Merge upstream phobos 454dff14d.
90         * testsuite/libphobos.hash/test_hash.d: Update test.
91         * testsuite/libphobos.shared/finalize.d: Update test.
92         * libdruntime/core/factory.d: New file.
94 2023-02-21  Iain Buclaw  <ibuclaw@gdcproject.org>
96         * src/MERGE: Merge upstream phobos e5a521ab2.
98 2023-02-21  Iain Buclaw  <ibuclaw@gdcproject.org>
100         * libdruntime/MERGE: Merge upstream druntime 09faa4eacd.
101         * src/MERGE: Merge upstream phobos 13ef27a56.
102         * testsuite/libphobos.exceptions/refcounted.d: Add test for chained
103         reference counted exceptions.
104         * testsuite/libphobos.shared/finalize.d: Add dg-warning for deprecated
105         factory interfaces.
106         * testsuite/libphobos.gc/issue22843.d: New test.
108 2023-02-21  Iain Buclaw  <ibuclaw@gdcproject.org>
110         * libdruntime/gcc/backtrace.d (simpleErrorCallback): Add @nogc.
111         (LibBacktrace.initLibBacktrace): Likewise.
112         (LibBacktrace.this): Likewise.
113         (UnwindBacktrace.this): Likewise.
114         (getBacktrace): Likewise.
115         (getBacktraceSymbols): Likewise.
116         * libdruntime/gcc/libbacktrace.d.in (backtrace_create_state):
117         Likewise.
118         (backtrace_full): Likewise.
119         (backtrace_simple): Likewise.
120         (backtrace_print): Likewise.
121         (backtrace_pcinfo): Likewise.
122         (backtrace_syminfo): Likewise.
124 2023-02-13  Lorenzo Salvadore  <developer@lorenzosalvadore.it>
126         PR d/107469
127         * libdruntime/core/sys/freebsd/config.d: Update __FreeBSD_version.
129 2023-01-17  Martin Liska  <mliska@suse.cz>
131         * Makefile.in: Regenerate.
132         * libdruntime/Makefile.in: Regenerate.
134 2022-12-11  Iain Buclaw  <ibuclaw@gdcproject.org>
136         * libdruntime/MERGE: Merge upstream druntime c8ae4adb2e.
137         * src/MERGE: Merge upstream phobos 792c8b7c1.
139 2022-11-05  Iain Buclaw  <ibuclaw@gdcproject.org>
141         * libdruntime/gcc/simd.d (equalMask): Implement using generics.
142         (notEqualMask): Likewise.
143         (greaterMask): Likewise.
144         (greaterOrEqualMask): Likewise.
145         (notMask): Likewise.
146         (andAndMask): Likewise.
147         (orOrMask): Likewise.
149 2022-10-29  Iain Buclaw  <ibuclaw@gdcproject.org>
151         * libdruntime/MERGE: Merge upstream druntime e4f8919591.
152         * src/MERGE: Merge upstream phobos 3ad507b51.
154 2022-10-12  Martin Liska  <mliska@suse.cz>
156         * configure: Regenerate.
158 2022-10-11  Olivier Hainque  <hainque@adacore.com>
159             Olivier Hainque  <hainque@adacore.com>
161         * configure: Regenerate.
163 2022-09-27  Iain Buclaw  <ibuclaw@gdcproject.org>
165         * libdruntime/MERGE: Merge upstream druntime d579c467c1.
166         * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Remove
167         rt/arrayassign.d.
168         * libdruntime/Makefile.in: Regenerate.
169         * src/MERGE: Merge upstream phobos 88aa69b14.
170         * src/Makefile.am (PHOBOS_DSOURCES): Remove std/digest/digest.d,
171         std/xml.d.
172         * src/Makefile.in: Regenerate.
174 2022-08-27  Iain Buclaw  <ibuclaw@gdcproject.org>
176         * libdruntime/MERGE: Merge upstream druntime 817610b16d.
177         * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Add
178         core/internal/array/arrayassign.d.
179         * libdruntime/Makefile.in: Regenerate.
180         * src/MERGE: Merge upstream phobos b578dfad9.
181         * src/Makefile.am (PHOBOS_DSOURCES): Remove
182         std/experimental/typecons.d. Add std/logger package.
183         * src/Makefile.in: Regenerate.
185 2022-08-03  Iain Buclaw  <ibuclaw@gdcproject.org>
187         * configure: Regenerate.
188         * configure.ac (libtool_VERSION): Update to 4:0:0.
189         * libdruntime/MERGE: Merge upstream druntime d7772a2369.
190         * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Add
191         core/internal/array/duplication.d.
192         * libdruntime/Makefile.in: Regenerate.
193         * src/MERGE: Merge upstream phobos 5748ca43f.
194         * testsuite/libphobos.gc/nocollect.d:
196 2022-07-06  Iain Buclaw  <ibuclaw@gdcproject.org>
198         * libdruntime/MERGE: Merge upstream druntime 651389b5.
199         * src/MERGE: Merge upstream phobos 1516ecad9.
201 2022-06-29  Iain Buclaw  <ibuclaw@gdcproject.org>
203         * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Add gcc/simd.d.
204         * libdruntime/Makefile.in: Regenerate.
205         * libdruntime/gcc/simd.d: New file.
207 2022-06-28  Iain Buclaw  <ibuclaw@gdcproject.org>
209         * libdruntime/gcc/attributes.d (simd): Define.
211 2022-06-24  Iain Buclaw  <ibuclaw@gdcproject.org>
213         PR d/105413
214         * libdruntime/gcc/attributes.d (register): Define.
216 2022-06-24  Iain Buclaw  <ibuclaw@gdcproject.org>
218         * libdruntime/MERGE: Merge upstream druntime 148608b7.
220 2022-06-22  Iain Buclaw  <ibuclaw@gdcproject.org>
222         * libdruntime/MERGE: Merge upstream druntime e150cca1.
223         * src/MERGE: Merge upstream phobos a4a18d21c.
224         * testsuite/libphobos.cycles/cycles.exp (cycle_test_list): Update
225         expected result of deprecate test.
227 2022-06-15  Iain Buclaw  <ibuclaw@gdcproject.org>
229         * libdruntime/gcc/attributes.d (no_sanitize): Define.
230         (noSanitize): Define.
232 2022-06-15  Iain Buclaw  <ibuclaw@gdcproject.org>
234         * libdruntime/gcc/attributes.d (visibility): Define.
235         (hidden): Define.
237 2022-06-13  Iain Buclaw  <ibuclaw@gdcproject.org>
239         * libdruntime/MERGE: Merge upstream druntime 454471d8.
240         * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Add
241         core/sync/package.d.
242         * libdruntime/Makefile.in: Regenerate.
243         * src/MERGE: Merge upstream phobos 1206fc94f.
245 2022-06-02  David Malcolm  <dmalcolm@redhat.com>
247         * testsuite/lib/libphobos-dg.exp: Add load_gcc_lib of scansarif.exp.
249 2022-05-27  Iain Buclaw  <ibuclaw@gdcproject.org>
251         * libdruntime/MERGE: Merge upstream druntime f89da313.
252         * src/MERGE: Merge upstream phobos d46814c86.
254 2022-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
256         * libdruntime/MERGE: Merge upstream druntime 94bd5bcb.
257         * libdruntime/Makefile.am (ALL_DRUNTIME_INSTALL_DSOURCES): Add
258         $(DRUNTIME_DSOURCES_ELF).
259         (ALL_DRUNTIME_SOURCES): Likewise.
260         (DRUNTIME_DSOURCES_ELF): New variable.
261         * libdruntime/Makefile.in: Regenerate.
262         * src/MERGE: Merge upstream phobos 3a1cd9a01.
263         * testsuite/libphobos.init_fini/custom_gc.d: Update test.
265 2022-04-28  Iain Buclaw  <ibuclaw@gdcproject.org>
267         * libdruntime/MERGE: Merge upstream druntime e361d200.
269 2022-04-26  Iain Buclaw  <ibuclaw@gdcproject.org>
271         * libdruntime/gcc/emutls.d (emutlsDestroyThread): Clear the per-thread
272         TLS array, don't call free().
274 2022-04-21  Iain Buclaw  <ibuclaw@gdcproject.org>
276         * libdruntime/MERGE: Merge upstream druntime 27834edb.
277         * src/MERGE: Merge upstream phobos ac296f80c.
278         * src/Makefile.am (PHOBOS_DSOURCES): Add std/int128.d.
279         * src/Makefile.in: Regenerate.
281 2022-04-13  Iain Buclaw  <ibuclaw@gdcproject.org>
283         * libdruntime/MERGE: Merge upstream druntime 9ba9a6ae.
284         * src/MERGE: Merge upstream phobos c0cc5e917.
286 2022-04-02  Iain Buclaw  <ibuclaw@gdcproject.org>
288         * libdruntime/MERGE: Merge upstream druntime c52e28b7.
289         * libdruntime/Makefile.am (DRUNTIME_DSOURCES_OPENBSD): Add
290         core/sys/openbsd/pwd.d.
291         * libdruntime/Makefile.in: Regenerate.
292         * src/MERGE: Merge upstream phobos 99e9c1b77.
293         * testsuite/libphobos.exceptions/message_with_null.d: New test.
295 2022-03-21  Iain Buclaw  <ibuclaw@gdcproject.org>
297         PR d/104911
298         * src/MERGE: Merge upstream phobos a74fa63e6.
300 2022-03-13  Iain Buclaw  <ibuclaw@gdcproject.org>
302         * libdruntime/MERGE: Merge upstream druntime 26b58167.
303         * src/MERGE: Merge upstream phobos 16cb085b5.
305 2022-03-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
307         PR d/103528
308         * configure.ac <x86_64-*-solaris2.* | i?86-*-solaris2.*>: Remove
309         gas requirement.
310         * configure: Regenerate.
311         * configure.tgt (sparc*-*-solaris2.11*): Mark supported.
313 2022-03-02  Iain Buclaw  <ibuclaw@gdcproject.org>
315         * libdruntime/MERGE: Merge upstream druntime 100a608c.
316         * src/MERGE: Merge upstream phobos a1f8c4c07.
318 2022-03-01  Iain Buclaw  <ibuclaw@gdcproject.org>
320         PR d/104659
321         * libdruntime/config/mingw/msvc.c (init_msvc): Fix misspelling of
322         msvcUsesUCRT.
324 2022-02-28  Iain Buclaw  <ibuclaw@gdcproject.org>
326         * libdruntime/MERGE: Merge upstream druntime caf14b0f.
327         * src/MERGE: Merge upstream phobos 41aaf8c26.
329 2022-02-20  Iain Buclaw  <ibuclaw@gdcproject.org>
331         * libdruntime/MERGE: Merge upstream druntime 55528bd1.
332         * src/MERGE: Merge upstream phobos 1a3e80ec2.
333         * testsuite/libphobos.hash/test_hash.d: Update.
334         * testsuite/libphobos.betterc/test19933.d: New test.
336 2022-02-16  Iain Buclaw  <ibuclaw@gdcproject.org>
338         * Makefile.in: Regenerate.
339         * libdruntime/MERGE: Merge upstream druntime dbd0c874.
340         * libdruntime/Makefile.am (DRUNTIME_CSOURCES): Add core/int128.d.
341         (DRUNTIME_DISOURCES): Add __builtins.di.
342         * libdruntime/Makefile.in: Regenerate.
343         * src/MERGE: Merge upstream phobos 896b1d0e1.
344         * src/Makefile.am (PHOBOS_DSOURCES): Add std/checkedint.d.
345         * src/Makefile.in: Regenerate.
346         * testsuite/testsuite_flags.in: Add -fall-instantiations to
347         --gdcflags.
349 2022-01-03  Iain Buclaw  <ibuclaw@gdcproject.org>
351         * libdruntime/MERGE: Merge upstream druntime 759e6023.
352         * src/MERGE: Merge upstream phobos 468788323.
354 2021-12-21  Iain Buclaw  <ibuclaw@gdcproject.org>
356         * configure.tgt: Add power*-*-freebsd* as a supported target.
358 2021-12-20  Iain Buclaw  <ibuclaw@gdcproject.org>
360         * libdruntime/MERGE: Merge upstream druntime fd9a4544.
361         * src/MERGE: Merge upstream phobos 495e835c2.
363 2021-12-15  Iain Buclaw  <ibuclaw@gdcproject.org>
365         PR d/103604
366         * configure: Regenerate.
367         * configure.ac (libtool_VERSION): Update to 3:0:0.
368         * libdruntime/MERGE: Merge upstream druntime 6364e010.
369         * src/MERGE: Merge upstream phobos 575b67a9b.
370         * testsuite/libphobos.traits/all_satisfy.d: New test.
371         * testsuite/libphobos.traits/traits.exp: New test.
373 2021-12-10  Iain Buclaw  <ibuclaw@gdcproject.org>
375         PR d/103528
376         * libdruntime/MERGE: Merge upstream druntime bc58b1e9.
377         * libdruntime/Makefile.am (DRUNTIME_DSOURCES_LINUX): Remove
378         core/sys/linux/syscalls.d.
379         * libdruntime/Makefile.in: Regenerate.
380         * src/MERGE: Merge upstream phobos 12329adb6.
381         * testsuite/libphobos.config/config.exp: Add test22523.
382         * libdruntime/core/sys/linux/syscalls.d: Removed.
383         * testsuite/libphobos.config/test22523.d: New test.
385 2021-12-08  Iain Buclaw  <ibuclaw@gdcproject.org>
387         PR d/103558
388         * libdruntime/MERGE: Merge upstream druntime 178c44ff.
389         * libdruntime/Makefile.am (DRUNTIME_DSOURCES_LINUX): Add
390         core/sys/linux/syscalls.d.
391         (DRUNTIME_DSOURCES_OPENBSD): Add core/sys/openbsd/pthread_np.d.
392         * libdruntime/Makefile.in: Regenerate.
393         * src/MERGE: Merge upstream phobos 574bf883b.
394         * src/Makefile.am (D_EXTRA_DFLAGS): Add -fpreview=fieldwise.
395         * src/Makefile.in: Regenerate.
396         * testsuite/libphobos.exceptions/assert_fail.d: Update test.
397         * testsuite/libphobos.betterc/test22336.d: New test.
399 2021-12-02  Iain Buclaw  <ibuclaw@gdcproject.org>
401         * libdruntime/core/thread/osthread.d (callWithStackShell): Push all
402         callee-save registers on the stack for AArch64 and ARM.
404 2021-12-02  Iain Buclaw  <ibuclaw@gdcproject.org>
406         * src/std/math/hardware.d (FloatingPointControl.getControlState): Add
407         missing ControlState variable for AArch64.
409 2021-12-01  Iain Buclaw  <ibuclaw@gdcproject.org>
411         * testsuite/testsuite_flags.in: Add libphobos library directory as
412         search path to --gdcldflags.
414 2021-11-30  Iain Buclaw  <ibuclaw@gdcproject.org>
416         * libdruntime/MERGE: Merge upstream druntime e6caaab9.
417         * libdruntime/Makefile.am (D_EXTRA_FLAGS): Build libdruntime with
418         -fpreview=dip1000, -fpreview=fieldwise, and -fpreview=dtorfields.
419         (ALL_DRUNTIME_SOURCES): Add DRUNTIME_DSOURCES_STDCXX.
420         (DRUNTIME_DSOURCES): Update list of C binding modules.
421         (DRUNTIME_DSOURCES_STDCXX): Likewise.
422         (DRUNTIME_DSOURCES_LINUX): Likewise.
423         (DRUNTIME_DSOURCES_OPENBSD): Likewise.
424         (DRUNTIME_DISOURCES): Remove __entrypoint.di.
425         * libdruntime/Makefile.in: Regenerated.
426         * libdruntime/__entrypoint.di: Removed.
427         * libdruntime/gcc/deh.d (_d_isbaseof): Update signature.
428         (_d_createTrace): Likewise.
429         (__gdc_begin_catch): Remove reference to the exception.
430         (_d_throw): Increment reference count of thrown object before unwind.
431         (__gdc_personality): Chain exceptions with  Throwable.chainTogether.
432         * libdruntime/gcc/emutls.d: Update imports.
433         * libdruntime/gcc/sections/elf.d: Update imports.
434         (DSO.moduleGroup): Update signature.
435         * libdruntime/gcc/sections/macho.d: Update imports.
436         (DSO.moduleGroup): Update signature.
437         * libdruntime/gcc/sections/pecoff.d: Update imports.
438         (DSO.moduleGroup): Update signature.
439         * src/MERGE: Merge upstream phobos 5ab9ad256.
440         * src/Makefile.am (D_EXTRA_DFLAGS): Add -fpreview=dip1000 and
441         -fpreview=dtorfields flags.
442         (PHOBOS_DSOURCES): Update list of std modules.
443         * src/Makefile.in: Regenerate.
444         * testsuite/lib/libphobos.exp (libphobos-dg-test): Handle assembly
445         compile types.
446         (dg-test): Override.
447         (additional_prunes): Define.
448         (libphobos-dg-prune): Filter any additional_prunes set by tests.
449         * testsuite/libphobos.aa/test_aa.d: Update test.
450         * testsuite/libphobos.druntime/druntime.exp (version_flags): Add
451         -fversion=CoreUnittest.
452         * testsuite/libphobos.druntime_shared/druntime_shared.exp
453         (version_flags): Add -fversion=CoreUnittest -fversion=Shared.
454         * testsuite/libphobos.exceptions/unknown_gc.d: Update test.
455         * testsuite/libphobos.hash/test_hash.d: Update test.
456         * testsuite/libphobos.phobos/phobos.exp (version_flags): Add
457         -fversion=StdUnittest
458         * testsuite/libphobos.phobos_shared/phobos_shared.exp (version_flags):
459         Likewise.
460         * testsuite/libphobos.shared/host.c: Update test.
461         * testsuite/libphobos.shared/load.d: Update test.
462         * testsuite/libphobos.shared/load_13414.d: Update test.
463         * testsuite/libphobos.thread/fiber_guard_page.d: Update test.
464         * testsuite/libphobos.thread/tlsgc_sections.d: Update test.
465         * testsuite/testsuite_flags.in: Add -fpreview=dip1000 to --gdcflags.
466         * testsuite/libphobos.shared/link_mod_collision.d: Removed.
467         * testsuite/libphobos.shared/load_mod_collision.d: Removed.
468         * testsuite/libphobos.betterc/betterc.exp: New test.
469         * testsuite/libphobos.config/config.exp: New test.
470         * testsuite/libphobos.gc/gc.exp: New test.
471         * testsuite/libphobos.imports/imports.exp: New test.
472         * testsuite/libphobos.lifetime/lifetime.exp: New test.
473         * testsuite/libphobos.unittest/unittest.exp: New test.
474         * testsuite/libphobos.allocations/alloc_from_assert.d: New file.
475         * testsuite/libphobos.betterc/test18828.d: New file.
476         * testsuite/libphobos.betterc/test19416.d: New file.
477         * testsuite/libphobos.betterc/test19421.d: New file.
478         * testsuite/libphobos.betterc/test19561.d: New file.
479         * testsuite/libphobos.betterc/test19924.d: New file.
480         * testsuite/libphobos.betterc/test20088.d: New file.
481         * testsuite/libphobos.betterc/test20613.d: New file.
482         * testsuite/libphobos.config/test19433.d: New file.
483         * testsuite/libphobos.config/test20459.d: New file.
484         * testsuite/libphobos.exceptions/assert_fail.d: New file.
485         * testsuite/libphobos.exceptions/catch_in_finally.d: New file.
486         * testsuite/libphobos.exceptions/future_message.d: New file.
487         * testsuite/libphobos.exceptions/long_backtrace_trunc.d: New file.
488         * testsuite/libphobos.exceptions/refcounted.d: New file.
489         * testsuite/libphobos.exceptions/rt_trap_exceptions.d: New file.
490         * testsuite/libphobos.exceptions/rt_trap_exceptions_drt.d: New file.
491         * testsuite/libphobos.gc/attributes.d: New file.
492         * testsuite/libphobos.gc/forkgc.d: New file.
493         * testsuite/libphobos.gc/forkgc2.d: New file.
494         * testsuite/libphobos.gc/nocollect.d: New file.
495         * testsuite/libphobos.gc/precisegc.d: New file.
496         * testsuite/libphobos.gc/recoverfree.d: New file.
497         * testsuite/libphobos.gc/sigmaskgc.d: New file.
498         * testsuite/libphobos.gc/startbackgc.d: New file.
499         * testsuite/libphobos.imports/bug18193.d: New file.
500         * testsuite/libphobos.init_fini/custom_gc.d: New file.
501         * testsuite/libphobos.init_fini/test18996.d: New file.
502         * testsuite/libphobos.lifetime/large_aggregate_destroy_21097.d: New file.
503         * testsuite/libphobos.thread/external_threads.d: New file.
504         * testsuite/libphobos.thread/join_detach.d: New file.
505         * testsuite/libphobos.thread/test_import.d: New file.
506         * testsuite/libphobos.thread/tlsstack.d: New file.
507         * testsuite/libphobos.typeinfo/enum_.d: New file.
508         * testsuite/libphobos.typeinfo/isbaseof.d: New file.
509         * testsuite/libphobos.unittest/customhandler.d: New file.
511 2021-11-19  Iain Sandoe  <iain@sandoe.co.uk>
513         * testsuite/lib/libphobos.exp: Prune warnings from external
514         tool bugs.
516 2021-11-19  Iain Buclaw  <ibuclaw@gdcproject.org>
518         * libdruntime/core/thread/fiber.d (defaultStackPages): Increase size
519         on OSX X86_64 targets.
521 2021-11-19  Iain Buclaw  <ibuclaw@gdcproject.org>
523         * libdruntime/gcc/emutls.d (emutlsDestroyThread): Don't remove entry
524         from global array.
525         (_d_emutls_destroy): Don't call __gthread_key_delete.
527 2021-10-31  Iain Buclaw  <ibuclaw@gdcproject.org>
529         PR d/102837
530         * libdruntime/gcc/deh.d (ExceptionHeader.free): Use memset to reset
531         contents of internal EH storage.
533 2021-09-30  Iain Buclaw  <ibuclaw@gdcproject.org>
535         * libdruntime/gcc/deh.d (ExceptionHeader.getClassInfo): Move to...
536         (getClassInfo): ...here as free function.  Add lsda parameter.
537         (scanLSDA): Pass lsda to actionTableLookup.
538         (actionTableLookup): Add lsda parameter, pass to getClassInfo.
539         (__gdc_personality): Remove currentCfa variable.
541 2021-09-30  Iain Buclaw  <ibuclaw@gdcproject.org>
543         * libdruntime/gcc/deh.d (_d_print_throwable): Declare.
544         (_d_throw): Print stacktrace before terminating program due to
545         uncaught exception.
547 2021-09-30  Iain Buclaw  <ibuclaw@gdcproject.org>
549         * libdruntime/core/runtime.d (runModuleUnitTests): Use scope to new
550         LibBacktrace on the stack.
551         * libdruntime/gcc/backtrace.d (FIRSTFRAME): Remove.
552         (LibBacktrace.MaxAlignment): Remove.
553         (LibBacktrace.this): Remove default initialization of firstFrame.
554         (UnwindBacktrace.this): Likewise.
556 2021-09-30  Iain Buclaw  <ibuclaw@gdcproject.org>
558         * libdruntime/gcc/unwind/generic.d (__aligned__): Define.
559         (_Unwind_Exception): Align struct to __aligned__.
561 2021-09-30  Iain Buclaw  <ibuclaw@gdcproject.org>
563         PR d/102476
564         * libdruntime/__main.di: Define main function as extern(C) when
565         compiling without D runtime.
567 2021-09-01  Iain Buclaw  <ibuclaw@gdcproject.org>
569         * m4/druntime/os.m4: Update comment for DRUNTIME_OS_SOURCES.
571 2021-09-01  Iain Buclaw  <ibuclaw@gdcproject.org>
573         * src/Makefile.am: Don't add zlib when ENABLE_LIBDRUNTIME_ONLY.
574         * src/Makefile.in: Regenerate.
576 2021-08-30  Iain Buclaw  <ibuclaw@gdcproject.org>
578         * configure: Regenerate.
579         * m4/autoconf.m4 (AC_LANG_PROGRAM): Declare module name 'object'.
580         * m4/gcc_support.m4 (WITH_LOCAL_DRUNTIME): Compile tests with
581         -fno-druntime.
583 2021-06-11  Iain Buclaw  <ibuclaw@gdcproject.org>
585         PR d/100999
586         * src/MERGE: Merge upstream phobos 55bb17543.
588 2021-05-14  Bernd Edlinger  <bernd.edlinger@hotmail.de>
590         * src/std/process.d (unittest): Remove tmpname on exit.
591         * src/MERGE: Merge upstream phobos 63f4caa90.
593 2021-05-13  Iain Buclaw  <ibuclaw@gdcproject.org>
595         * libdruntime/MERGE: Merge upstream druntime 98c6ff0c.
597 2021-05-10  Iain Buclaw  <ibuclaw@gdcproject.org>
599         * src/MERGE: Merge upstream phobos 32cfe9b61.
601 2021-04-21  Iain Buclaw  <ibuclaw@gdcproject.org>
603         * libdruntime/core/thread/osthread.d (callWithStackShell): Statically
604         generate PPC and PPC64 asm implementations, and conditionally remove
605         PPC register names on non-Darwin targets.
607 2021-04-20  Iain Buclaw  <ibuclaw@gdcproject.org>
609         PR d/98584
610         * libdruntime/gcc/deh.d (scanLSDA): Update calls to read_uleb128 and
611         read_encoded_value.
612         (actionTableLookup): Update calls to read_sleb128 and
613         read_encoded_value_with_base.
614         * libdruntime/gcc/unwind/pe.d (read_uleb128): Update signature.
615         (read_sleb128): Update signature.
616         (read_unaligned): New function.
617         (read_encoded_value_with_base): Update signature.  Call read_unaligned
618         instead of unsafe pointer dereferencing.
619         (read_encoded_value): Update signature.
621 2021-04-19  Iain Buclaw  <ibuclaw@gdcproject.org>
623         PR d/98494
624         * libdruntime/MERGE: Merge upstream druntime 89f870b7.
625         * src/MERGE: Merge upstream phobos e6907ff3e.
627 2021-04-19  Iain Buclaw  <ibuclaw@gdcproject.org>
629         PR d/98058
630         * configure: Regenerate.
631         * libdruntime/Makefile.am (DRUNTIME_DSOURCES_DARWIN): Add
632         core/sys/darwin/config.d
633         * libdruntime/Makefile.in: Regenerate.
634         * libdruntime/config/powerpc/switchcontext.S: Implement
635         fiber_switchContext for __MACH__.
636         * libdruntime/config/x86/switchcontext.S: Likewise.
637         * libdruntime/core/sys/darwin/config.d: New file.
638         * libdruntime/core/thread/fiber.d (Fiber.getThis): Mark noinline.
639         (UnsafeFiberMigration): Define for OSX/X86 and OSX/X86_64.
640         * libdruntime/core/thread/osthread.d (callWithStackShell): Add inline
641         assembler implementation for X86, X86_64, PPC, and PPC64.
642         * libdruntime/core/thread/threadbase.d (ThreadBase.getThis): Mark
643         noinline.
644         * libdruntime/gcc/deh.d (FuncTable): Remove definition.
645         * m4/druntime/os.m4 (DRUNTIME_OS_MINFO_BRACKETING): Check for right
646         bracket symbol on darwin* targets.
647         * testsuite/libphobos.thread/fiber_guard_page.d: Update test to
648         support ucontext-based Fibers.
650 2021-04-19  Iain Buclaw  <ibuclaw@gdcproject.org>
652         PR d/99794
653         * libdruntime/Makefile.am (DRUNTIME_SOURCES_CONFIGURED): Add
654         config/mingw/msvc.c on DRUNTIME_OS_MINGW.
655         * libdruntime/Makefile.in: Regenerate.
656         * libdruntime/config/mingw/msvc.c: New file.
657         * libdruntime/config/mingw/switchcontext.S (fiber_switchContext): Fix
658         function definition.
659         * libdruntime/gcc/deh.d (__gdc_personality_seh0): Fix call to
660         _GCC_specific_handler.
661         * libdruntime/gcc/gthread.d (__gthread_once_t): Fix definition.
662         * libdruntime/gcc/unwind/generic.d (_GCC_specific_handler): Fix
663         declaration.
664         * libdruntime/rt/dmain2.d (rt_loadLibrary): Remove function.
665         (rt_loadLibraryW): Remove function.
666         (initLibrary): Remove function.
667         (rt_unloadLibrary): Remove function.
669 2021-04-19  Iain Buclaw  <ibuclaw@gdcproject.org>
671         PR d/99691
672         * configure: Regenerate.
673         * libdruntime/config/common/threadasm.S: Add __OpenBSD__.
674         * libdruntime/gcc/backtrace.d: Import core.sys.openbsd.dlfcn on
675         OpenBSD platforms.
676         * libdruntime/gcc/sections/elf.d (SharedElf): Define on OpenBSD.
677         (linkMapForHandle): Implement for OpenBSD.
678         (exeLinkMap): Remove.
679         (getDependencies): Adjust dlpi_addr on OpenBSD.
680         (handleForName): Implement for OpenBSD.
681         (IterateManually): Define on OpenBSD.
682         * libdruntime/gcc/sections/package.d (SectionsElf): Define on OpenBSD.
683         * m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_ATOMIC): Test for
684         enable_libatomic.
685         (DRUNTIME_LIBRARIES_BACKTRACE): Test for enable_libbacktrace.
687 2021-04-10  Iain Buclaw  <ibuclaw@gdcproject.org>
689         * Makefile.in: Regenerate.
690         * configure: Regenerate.
691         * configure.ac: Call DRUNTIME_SECTION_FLAGS.
692         * libdruntime/Makefile.am: Add SECTION_FLAGS to AM_DFLAGS.
693         * libdruntime/Makefile.in: Regenerate.
694         * m4/druntime.m4 (DRUNTIME_SECTION_FLAGS): New macro.
695         * src/Makefile.am: Add SECTION_FLAGS to AM_DFLAGS.
696         * src/Makefile.in: Regenerate.
697         * testsuite/Makefile.in: Regenerate.
699 2021-04-10  Iain Buclaw  <ibuclaw@gdcproject.org>
701         * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Removed
702         gcc/sections/android.d, elf_shared.d, osx.d, win32.d, and win64.d.
703         Added gcc/sections/common.d, elf.d macho.d, and pecoff.d.
704         * libdruntime/Makefile.in: Regenerate.
705         * libdruntime/core/thread/osthread.d: Update externDFunc FQDN names to
706         use platform independant section function names.
707         * libdruntime/gcc/sections/elf_shared.d: Renamed to...
708         * libdruntime/gcc/sections/elf.d: ...this.  Mangle functions for
709         core.thread interface as if they come from the gcc.sections module.
710         * libdruntime/gcc/sections/package.d: Update public imports, declare
711         functions for core.thread interface.
712         * libdruntime/gcc/sections/android.d: Removed.
713         * libdruntime/gcc/sections/osx.d: Removed.
714         * libdruntime/gcc/sections/win32.d: Removed.
715         * libdruntime/gcc/sections/win64.d: Removed.
716         * libdruntime/gcc/sections/common.d: New file.
717         * libdruntime/gcc/sections/macho.d: New file.
718         * libdruntime/gcc/sections/pecoff.d: New file.
720 2021-04-10  Iain Buclaw  <ibuclaw@gdcproject.org>
722         * testsuite/libphobos.druntime/druntime.exp: Compile all tests with
723         -static-libphobos.
724         * testsuite/libphobos.phobos/phobos.exp: Likewise.
726 2021-04-10  Iain Buclaw  <ibuclaw@gdcproject.org>
728         * testsuite/libphobos.druntime/druntime.exp: Remove
729         is-effective-target static.
730         * testsuite/libphobos.phobos/phobos.exp: Likewise.
732 2021-04-10  Iain Buclaw  <ibuclaw@gdcproject.org>
734         PR d/99812
735         * testsuite/libphobos.druntime_shared/druntime_shared.exp: Re-add
736         -fno-moduleinfo flag to dg-runtest.
737         * testsuite/libphobos.phobos_shared/phobos_shared.exp: Likewise.
739 2021-04-08  Iain Buclaw  <ibuclaw@gdcproject.org>
741         * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Add
742         gcc/attributes.d.
743         * libdruntime/Makefile.in: Regenerate.
744         * libdruntime/gcc/attribute.d: Deprecate module, publicly import
745         gcc.attributes.
746         * libdruntime/gcc/deh.d: Update imports.
747         * libdruntime/gcc/attributes.d: New file.
749 2021-04-06  Iain Buclaw  <ibuclaw@gdcproject.org>
751         * libdruntime/MERGE: Merge upstream druntime 1134b710.
753 2021-04-03  Iain Buclaw  <ibuclaw@gdcproject.org>
755         * libdruntime/MERGE: Merge upstream druntime 483bc129.
756         * libdruntime/Makefile.am (DRUNTIME_DSOURCES_DARWIN): Add
757         core/sys/darwin/fcntl.d.
758         (DRUNTIME_DSOURCES_OPENBSD): Add core/sys/openbsd/unistd.d.
759         (DRUNTIME_DSOURCES_WINDOWS): Add core/sys/windows/stdc/malloc.d.
760         * libdruntime/Makefile.in: Regenerate.
761         * src/MERGE: Merge upstream phobos f89dc217a.
762         * src/Makefile.am (PHOBOS_DSOURCES): Add std/regex/internal/tests2.d.
763         * src/Makefile.in: Regenerate.
764         * testsuite/libphobos.exceptions/chain.d: Fix format arguments.
765         * testsuite/libphobos.exceptions/line_trace.d: Likewise.
767 2021-03-26  Iain Buclaw  <ibuclaw@gdcproject.org>
769         * Makefile.in: Regenerate.
770         * configure: Regenerate.
771         * configure.ac: Substitute enable_shared, enable_static, and
772         phobos_lt_pic_flag.
773         * libdruntime/Makefile.am (AM_DFLAGS): Replace
774         phobos_compiler_pic_flag with phobos_lt_pic_flags, and
775         phobos_compiler_shared_flag.
776         * libdruntime/Makefile.in: Regenerate.
777         * src/Makefile.am (AM_DFLAGS): Replace phobos_compiler_pic_flag
778         with phobos_lt_pic_flag, and phobos_compiler_shared_flag.
779         * src/Makefile.in: Regenerate.
780         * testsuite/Makefile.in: Regenerate.
781         * testsuite/libphobos.druntime_shared/druntime_shared.exp: Remove
782         -fversion=Shared and -fno-moduleinfo from default extra test flags.
783         * testsuite/libphobos.phobos_shared/phobos_shared.exp: Likewise.
784         * testsuite/testsuite_flags.in: Add phobos_compiler_shared_flag to
785         --gdcflags.
787 2021-02-04  Iain Buclaw  <ibuclaw@gdcproject.org>
789         PR d/98910
790         * libdruntime/MERGE: Merge upstream druntime 0fd4364c.
791         * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Add core/volatile.d.
792         * libdruntime/Makefile.in: Regenerate.
793         * testsuite/libphobos.allocations/tls_gc_integration.d: Update test.
795 2021-02-03  Iain Buclaw  <ibuclaw@gdcproject.org>
797         PR d/98910
798         * libdruntime/MERGE: Merge upstream druntime 9d0c8364.
799         * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Add
800         core/internal/attributes.d
801         (DRUNTIME_DSOURCES_BIONIC): Add core/sys/bionic/stdlib.d.
802         (DRUNTIME_DSOURCES_DARWIN): Add core/sys/darwin/stdlib.d, and
803         core/sys/darwin/sys/sysctl.d.
804         (DRUNTIME_DSOURCES_DRAGONFLYBSD): Add
805         core/sys/dragonflybsd/stdlib.d, and
806         core/sys/dragonflybsd/sys/sysctl.d.
807         (DRUNTIME_DSOURCES_FREEBSD): Add core/sys/freebsd/stdlib.d, and
808         core/sys/freebsd/sys/sysctl.d.
809         (DRUNTIME_DSOURCES_NETBSD): Add core/sys/netbsd/stdlib.d, and
810         core/sys/netbsd/sys/sysctl.d.
811         (DRUNTIME_DSOURCES_OPENBSD): Add core/sys/openbsd/stdlib.d, and
812         core/sys/openbsd/sys/sysctl.d.
813         (DRUNTIME_DSOURCES_SOLARIS): Add core/sys/solaris/stdlib.d.
814         * libdruntime/Makefile.in: Regenerate.
815         * src/MERGE: Merge upstream phobos 9d575282e.
817 2021-01-30  Iain Buclaw  <ibuclaw@gdcproject.org>
819         * Makefile.in: Regenerate.
820         * configure: Regenerate.
821         * libdruntime/MERGE: Merge upstream druntime e4aae28e.
822         * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Refresh module list.
823         (DRUNTIME_DSOURCES_BIONIC): Add core/sys/bionic/err.d.
824         (DRUNTIME_DSOURCES_DARWIN): Add core/sys/darwin/err.d,
825         core/sys/darwin/ifaddrs.d, core/sys/darwin/mach/nlist.d,
826         core/sys/darwin/mach/stab.d, and core/sys/darwin/sys/attr.d.
827         (DRUNTIME_DSOURCES_DRAGONFLYBSD): Add core/sys/dragonflybsd/err.d.
828         (DRUNTIME_DSOURCES_FREEBSD): Add core/sys/freebsd/err.d.
829         (DRUNTIME_DSOURCES_LINUX): Add core/sys/linux/err.d.
830         (DRUNTIME_DSOURCES_NETBSD): Add core/sys/netbsd/err.d.
831         (DRUNTIME_DSOURCES_OPENBSD): Add core/sys/openbsd/err.d.
832         (DRUNTIME_DSOURCES_POSIX): Add core/sys/posix/locale.d,
833         core/sys/posix/stdc/time.d, core/sys/posix/string.d, and
834         core/sys/posix/strings.d.
835         (DRUNTIME_DSOURCES_SOLARIS): Add core/sys/solaris/err.d.
836         (DRUNTIME_DSOURCES_WINDOWS): Add core/sys/windows/sdkddkver.d,
837         and core/sys/windows/stdc/time.d
838         * libdruntime/Makefile.in: Regenerate.
839         * libdruntime/gcc/sections/elf_shared.d (sizeofTLS): New function.
840         * testsuite/libphobos.thread/fiber_guard_page.d: Use
841         __traits(getMember) to get internal fields.
843 2021-01-26  Iain Buclaw  <ibuclaw@gdcproject.org>
845         * src/MERGE: Merge upstream phobos 3dd5df686.
846         * testsuite/libphobos.phobos/phobos.exp: Add compiler flag
847         -fversion=Linux_Pre_2639 if target is linux_pre_2639.
848         * testsuite/libphobos.phobos_shared/phobos_shared.exp: Likewise.
850 2021-01-23  Iain Buclaw  <ibuclaw@gdcproject.org>
852         PR d/98806
853         * libdruntime/gcc/sections/elf_shared.d (MIPS_Any): Declare version
854         for MIPS32 and MIPS64.
855         (getDependencies): Adjust dlpi_addr on MIPS_Any.
857 2021-01-05  Samuel Thibault  <samuel.thibault@ens-lyon.org>
859         * configure: Re-generate.
861 2020-12-05  Iain Sandoe  <iain@sandoe.co.uk>
863         PR target/97865
864         * configure: Regenerate.
866 2020-11-30  Iain Buclaw  <ibuclaw@gdcproject.org>
868         PR d/87818
869         * configure.tgt: Add x86_64-*-freebsd* and i?86-*-freebsd* as
870         supported targets.
872 2020-11-27  Iain Buclaw  <ibuclaw@gdcproject.org>
874         PR d/98025
875         * Makefile.in: Regenerate.
876         * configure: Regenerate.
877         * configure.ac (DCFG_ENABLE_CET): Substitute.
878         * libdruntime/MERGE: Merge upstream druntime 0fe7974c.
879         * libdruntime/Makefile.in: Regenerate.
880         * libdruntime/core/thread.d: Import gcc.config.
881         (class Fiber): Add ucontext_t fields when GNU_Enable_CET is true.
882         * libdruntime/gcc/config.d.in (GNU_Enable_CET): Define.
883         * src/Makefile.in: Regenerate.
884         * testsuite/Makefile.in: Regenerate.
886 2020-11-27  Iain Buclaw  <ibuclaw@gdcproject.org>
888         * libdruntime/MERGE: Merge upstream druntime d37ef985.
889         * libdruntime/Makefile.am (DRUNTIME_DSOURCES_FREEBSD): Add
890         core/sys/freebsd/config.d
891         * libdruntime/Makefile.in: Regenerate.
893 2020-11-27  Iain Buclaw  <ibuclaw@gdcproject.org>
895         * src/MERGE: Merge upstream phobos 38873fe6e.
897 2020-11-27  Iain Buclaw  <ibuclaw@gdcproject.org>
899         * libdruntime/MERGE: Merge upstream druntime 5e4492c4.
901 2020-11-18  Iain Buclaw  <ibuclaw@gdcproject.org>
903         * configure.tgt: Add *-*-dragonfly* as a supported target.
904         * configure: Regenerate.
905         * m4/druntime/os.m4 (DRUNTIME_OS_SOURCES): Add dragonfly* as a posix
906         target.
908 2020-11-18  Iain Buclaw  <ibuclaw@gdcproject.org>
910         * src/MERGE: Merge upstream phobos 7948e0967.
912 2020-11-13  Iain Buclaw  <ibuclaw@gdcproject.org>
914         * configure: Regenerate.
915         * configure.ac (libtool_VERSION): Update to 2:0.0.
917 2020-10-27  Iain Buclaw  <ibuclaw@gdcproject.org>
919         * libdruntime/MERGE: Merge upstream druntime 58560d51.
921 2020-10-12  Maciej W. Rozycki  <macro@linux-mips.org>
923         * libdruntime/config/mips/switchcontext.S [__mips_hard_float]:
924         Use L.D and S.D generic assembly instructions rather than LDC1
925         and SDC1 MIPS II hardware instructions.
927 2020-10-12  Iain Buclaw  <ibuclaw@gdcproject.org>
929         * testsuite/lib/libphobos.exp: Define tool_timeout, set to 600.
931 2020-09-10  Iain Buclaw  <ibuclaw@gdcproject.org>
933         PR d/95680
934         PR d/97007
935         * Makefile.am (AM_MAKEFLAGS): Remove $(CET_FLAGS).
936         * Makefile.in: Regenerate.
937         * configure: Regenerate.
938         * configure.ac (DCFG_ENABLE_CET): Remove substitution.
939         (CET_DFLAGS): Substitute.
940         * libdruntime/Makefile.am (AM_DFLAGS): Add $(CET_DFLAGS).
941         (AM_CFLAGS): Add $(CET_FLAGS).
942         (AM_CCASFLAGS): Likewise.
943         * libdruntime/Makefile.in: Regenerate.
944         * libdruntime/core/thread.d: Replace static if GNU_Enable_CET
945         condition with `version (CET)'.
946         * libdruntime/gcc/config.d.in (GNU_Enable_CET): Remove.
947         * src/Makefile.am (AM_DFLAGS): Add $(CET_DFLAGS).
948         (AM_CFLAGS): Add $(CET_FLAGS).
949         * src/Makefile.in: Regenerate.
950         * testsuite/Makefile.in: Regenerate.
951         * testsuite/testsuite_flags.in: Add $(CET_DFLAGS) to --gdcflags.
953 2020-09-09  H.J. Lu  <hjl.tools@gmail.com>
955         PR d/95680
956         * libdruntime/config/x86/switchcontext.S: Include <cet.h> to
957         generate the CET marker for -fcf-protection.
959 2020-09-08  Iain Buclaw  <ibuclaw@gdcproject.org>
961         PR d/95680
962         * Makefile.in: Regenerate.
963         * configure: Regenerate.
964         * configure.ac (DCFG_ENABLE_CET): Substitute.
965         * libdruntime/Makefile.in: Regenerate.
966         * libdruntime/config/x86/switchcontext.S: Remove CET support code.
967         * libdruntime/core/thread.d: Import gcc.config.  Don't set version
968         AsmExternal when GNU_Enable_CET is true.
969         * libdruntime/gcc/config.d.in (GNU_Enable_CET): Define.
970         * src/Makefile.in: Regenerate.
971         * testsuite/Makefile.in: Regenerate.
973 2020-06-25  Iain Buclaw  <ibuclaw@gdcproject.org>
975         * libdruntime/MERGE: Merge upstream druntime d05ebaad.
976         * src/MERGE: Merge upstream phobos 021ae0df7.
977         * testsuite/libphobos.typeinfo/struct-align.d: Remove empty statement.
979 2020-05-29  H.J. Lu  <hjl.tools@gmail.com>
981         PR bootstrap/95413
982         * configure: Regenerated.
984 2020-05-15  H.J. Lu  <hongjiu.lu@intel.com>
986         PR bootstrap/95147
987         * configure: Regenerated.
989 2020-05-08  H.J. Lu  <hongjiu.lu@intel.com>
991         * libdruntime/config/x86/switchcontext.S: Include <cet.h> if
992         __CET__ is defined.
993         (_CET_ENDBR): New.  Define if __CET__ is not defined.
994         (fiber_switchContext): Add _CET_ENDBR after .cfi_startproc.
996 2020-05-08  H.J. Lu  <hongjiu.lu@intel.com>
998         * Makefile.am (AM_MAKEFLAGS): Add $(CET_FLAGS) to GCC FLAGS.
999         * configure.ac (CET_FLAGS): Add GCC_CET_FLAGS and AC_SUBST.
1000         * Makefile.in: Regenerated.
1001         * aclocal.m4: Likewise.
1002         * configure.ac: Likewise.
1004 2020-04-30  Iain Buclaw  <ibuclaw@gdcproject.org>
1006         * libdruntime/Makefile.am (DRUNTIME_SOURCES_CONFIGURED): Remove
1007         config/powerpc/switchcontext.S
1008         * libdruntime/Makefile.in: Regenerate.
1009         * libdruntime/config/powerpc/callwithstack.S: Remove.
1010         * libdruntime/config/powerpc/switchcontext.S: Fix symbol name of
1011         fiber_switchContext.
1012         * libdruntime/core/thread.d: Disable fiber migration tests on PPC.
1013         * testsuite/libphobos.thread/fiber_guard_page.d: Set guardPageSize
1014         same as stackSize.
1016 2020-04-29  Iain Buclaw  <ibuclaw@gdcproject.org>
1018         * testsuite/lib/libphobos.exp (check_effective_target_linux_pre_2639):
1019         Fix KERNEL_VERSION condition.
1021 2020-04-28  Iain Buclaw  <ibuclaw@gdcproject.org>
1023         PR d/94825
1024         * configure: Regenerate.
1025         * libdruntime/Makefile.am (DRUNTIME_SOURCES_CONFIGURED): Add both
1026         switchcontext.S and callwithstack.S if DRUNTIME_CPU_POWERPC.
1027         * libdruntime/Makefile.in: Regenerate.
1028         * libdruntime/config/powerpc/switchcontext.S: Add !__PPC64__ guards.
1029         * libdruntime/config/powerpc64/callwithstack.S: Add __PPC64__ guards.
1030         * m4/druntime/cpu.m4 (DRUNTIME_CPU_SOURCES): Define DRUNTIME_CPU_POWER
1031         for all powerpc biarchs.  Remove DRUNTIME_CPU_POWER64 conditional.
1033 2020-04-27  Iain Buclaw  <ibuclaw@gdcproject.org>
1035         * libdruntime/Makefile.am (DRUNTIME_DSOURCES_LINUX): Remove
1036         core/sys/linux/sys/netinet/tcp.d.
1037         * libdruntime/Makefile.in: Regenerate.
1039 2020-04-27  Iain Buclaw  <ibuclaw@gdcproject.org>
1041         * configure.tgt: Add hppa-*-linux* as a supported target.
1043 2020-04-26  Iain Buclaw  <ibuclaw@gdcproject.org>
1045         * configure: Regenerate.
1046         * configure.tgt: Add power*-*-linux* as a supported target, only
1047         building libdruntime.
1048         * m4/druntime/cpu.m4 (DRUNTIME_CPU_SOURCES): Add cases for powerpcle
1049         and powerpc64le target cpus.
1051 2020-04-21  Mathias Lang  <pro.mathias.lang@gmail.com>
1052             Iain Buclaw  <ibuclaw@gdcproject.org>
1054         * configure: Regenerate.
1055         * configure.ac: Call DRUNTIME_LIBRARIES_UCONTEXT.
1056         * m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_UCONTEXT): Define to
1057         search libraries for swapcontext.
1058         * libdruntime/gcc/sections/elf_shared.d (getTLSRange): Always use
1059         __tls_get_addr on Musl.
1061 2020-04-20  Iain Buclaw  <ibuclaw@gdcproject.org>
1063         * configure: Regenerate.
1064         * configure.ac: Fix option name for --with-libphobos-druntime-only.
1066 2020-04-20  Iain Buclaw  <ibuclaw@gdcproject.org>
1068         * configure: Regenerate.
1069         * configure.ac: Remove DRUNTIME_GC.
1071 2020-04-18  Iain Buclaw  <ibuclaw@gdcproject.org>
1073         PR d/94304
1074         * configure: Regenerate.
1075         * configure.ac: Add --with-libphobos-druntime-only option and the
1076         conditional ENABLE_LIBDRUNTIME_ONLY.
1077         * configure.tgt: Define LIBDRUNTIME_ONLY.
1078         * src/Makefile.am: Add phobos sources if not ENABLE_LIBDRUNTIME_ONLY.
1079         * src/Makefile.in: Regenerate.
1080         * testsuite/testsuite_flags.in: Add phobos path if compiling phobos.
1082 2020-04-18  Iain Buclaw  <ibuclaw@gdcproject.org>
1084         * testsuite/libphobos.phobos/phobos.exp: Skip if effective target is
1085         not d_runtime_has_std_library.
1086         * testsuite/libphobos.phobos_shared/phobos_shared.exp: Likewise.
1088 2020-04-13  Iain Buclaw  <ibuclaw@gdcproject.org>
1090         * libdruntime/core/stdc/stdarg.d: Remove run-time va_list template.
1092 2020-04-10  Iain Buclaw  <ibuclaw@gdcproject.org>
1094         * d_rules.am (libdgruntime_la_LINK): Move to libdruntime/Makefile.am.
1095         (libgphobos_la_LINK): Move to src/Makefile.am
1096         * libdruntime/Makefile.am: Add libgdruntime_convenience library.
1097         * libdruntime/Makefile.in: Regenerate.
1098         * src/Makefile.am (libgphobos_la_LIBADD): Add libgdruntime_convenience
1099         library.
1100         (libgphobos_la_DEPENDENCIES): Likewise.
1101         * src/Makefile.in: Regenerate.
1102         * testsuite/lib/libphobos.exp: Remove libdruntime library paths.
1103         * testsuite/testsuite_flags.in: Likewise.
1105 2020-04-09  Iain Buclaw  <ibuclaw@gdcproject.org>
1107         * configure: Regenerate.
1108         * libdruntime/Makefile.am (ALL_DRUNTIME_INSTALL_DSOURCES): Remove
1109         DRUNTIME_DSOURCES_GC and DRUNTIME_DSOURCES_GCSTUB.
1110         (DRUNTIME_DSOURCES): Add gc/*.d sources.
1111         (DRUNTIME_DSOURCES_GC): Remove.
1112         (DRUNTIME_DSOURCES_GCSTUB): Remove.
1113         * libdruntime/Makefile.in: Regenerate.
1114         * libdruntime/gcstub/gc.d: Remove.
1115         * m4/druntime.m4 (DRUNTIME_GC): Remove.
1117 2020-04-09  Iain Buclaw  <ibuclaw@gdcproject.org>
1119         PR d/94305
1120         * Makefile.in: Regenerate.
1121         * configure: Regenerate.
1122         * configure.ac: Add --enable-libphobos-checking and substitute
1123         CHECKING_DFLAGS.  Remove -frelease from GDCFLAGS.
1124         * libdruntime/Makefile.am: Add CHECKING_DFLAGS to AM_DFLAGS.
1125         * libdruntime/Makefile.in: Regenerate.
1126         * src/Makefile.am: Add CHECKING_DFLAGS to AM_DFLAGS.
1127         * src/Makefile.in: Regenerate.
1128         * testsuite/Makefile.in: Regenerate.
1129         * testsuite/testsuite_flags.in: Add -fno-release -funittest to
1130         --gdcflags.
1132 2020-04-09  Iain Buclaw  <ibuclaw@gdcproject.org>
1134         * configure: Regenerate.
1135         * configure.ac: Use AC_SEARCH_LIBS for pthread_create.
1136         * m4/druntime/libraries.m4: Remove DRUNTIME_LIBRARIES_THREAD.
1138 2020-04-08  Iain Buclaw  <ibuclaw@gdcproject.org>
1140         * configure: Regenerate.
1141         * configure.ac: Remove DRUNTIME_OS_UNIX.
1142         * libdruntime/Makefile.am: Add DRUNTIME_DSOURCES_POSIX if
1143         DRUNTIME_OS_POSIX is true.
1144         * libdruntime/Makefile.in: Regenerate.
1145         * m4/druntime/os.m4 (DRUNTIME_OS_UNIX): Remove, move AM_CONDITIONAL
1146         logic to...
1147         (DRUNTIME_OS_SOURCES): ...here.  Rename conditional to
1148         DRUNTIME_OS_POSIX.
1150 2020-04-08  Iain Buclaw  <ibuclaw@gdcproject.org>
1152         * Makefile.in: Regenerate.
1153         * configure: Regenerate.
1154         * configure.ac: Substite WARN_DFLAGS independently of GDCFLAGS.
1155         * libdruntime/Makefile.am: Add WARN_DFLAGS to AM_DFLAGS.
1156         * libdruntime/Makefile.in: Regenerate.
1157         * src/Makefile.am: Add WARN_DFLAGS to AM_DFLAGS.
1158         * src/Makefile.in: Regenerate.
1159         * testsuite/Makefile.in: Regenerate.
1160         * testsuite/testsuite_flags.in: Add WARN_DFLAGS to --gdcflags.
1162 2020-04-07  Robin Dapp  <rdapp@linux.ibm.com>
1163             Stefan Liebler  <stli@linux.ibm.com>
1165         * configure: Regenerate.
1166         * libdruntime/Makefile.am: Add s390x and s390.
1167         * libdruntime/Makefile.in: Regenerate.
1168         * libdruntime/config/s390/get_tls_offset.S: New file.
1169         * libdruntime/config/systemz/get_tls_offset.S: New file.
1170         * libdruntime/gcc/sections/elf_shared.d: Use ibmz_get_tls_offset.
1171         * m4/druntime/cpu.m4: Add s390x and s390.
1173 2020-04-07  Stefan Liebler  <stli@linux.ibm.com>
1175         * libdruntime/core/sys/posix/signal.d:
1176         Add struct sigaction_t for SystemZ.
1178 2020-03-16  Iain Buclaw  <ibuclaw@gdcproject.org>
1180         PR d/92792
1181         * Makefile.in: Regenerate.
1182         * configure: Regenerate.
1183         * configure.ac (libtool_VERSION): Reset to 1:0:0.
1184         * libdruntime/Makefile.in: Regenerate.
1186 2020-02-17  Martin Liska  <mliska@suse.cz>
1188         PR other/93756
1189         * src/std/algorithm/iteration.d: Fix typo.
1191 2020-01-24  Maciej W. Rozycki  <macro@wdc.com>
1193         * m4/druntime.m4: Handle `--with-toolexeclibdir='.
1194         * m4/Makefile.in: Regenerate.
1195         * libdruntime/Makefile.in: Regenerate.
1196         * src/Makefile.in: Regenerate.
1197         * testsuite/Makefile.in: Regenerate.
1198         * Makefile.in: Regenerate.
1199         * aclocal.m4: Regenerate.
1200         * configure: Regenerate.
1202 2020-01-01  Jakub Jelinek  <jakub@redhat.com>
1204         Update copyright years.
1206 2019-09-27  Maciej W. Rozycki  <macro@wdc.com>
1208         * configure: Regenerate.
1210 2019-09-03  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1212         * testsuite/lib/libphobos.exp (libphobos_init): Add multi-lib libgcc
1213         dirs to the ld_library_path var.
1215 2019-08-20  Iain Buclaw  <ibuclaw@gdcproject.org>
1217         * libdruntime/Makefile.am (DRUNTIME_DSOURCES_BIONIC): Add
1218         core/sys/bionic/string.d.
1219         (DRUNTIME_DSOURCES_DARWIN): Add core/sys/darwin/string.d.
1220         (DRUNTIME_DSOURCES_DRAGONFLYBSD): Add core/sys/dragonflybsd/string.d,
1221         core/sys/dragonflybsd/sys/socket.d.
1222         (DRUNTIME_DSOURCES_FREEBSD): Add core/sys/freebsd/string.d.
1223         (DRUNTIME_DSOURCES_LINUX): Add core/sys/linux/string.d.
1224         (DRUNTIME_DSOURCES_NETBSD): Add core/sys/netbsd/string.d,
1225         core/sys/netbsd/sys/featuretest.d.
1226         * libdruntime/Makefile.in: Regenerate.
1228 2019-08-20  Iain Buclaw  <ibuclaw@gdcproject.org>
1230         * libdruntime/Makefile.am (DRUNTIME_DSOURCES_OPENBSD): Add
1231         core/sys/openbsd/sys/cdefs.d, core/sys/openbsd/sys/elf.d,
1232         core/sys/openbsd/sys/elf32.d, core/sys/openbsd/sys/elf64.d,
1233         core/sys/openbsd/sys/elf_common.d, core/sys/openbsd/sys/link_elf.d,
1234         core/sys/openbsd/sys/mman.d, core/sys/openbsd/time.d.
1235         * libdruntime/Makefile.in: Regenerate.
1237 2019-05-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1239         * m4/druntime/os.m4 (DRUNTIME_OS_LINK_SPEC): Only use -z
1240         relax=transtls if linker supports it.
1241         * configure.ac (enable_libphobos, LIBPHOBOS_SUPPORTED): Move down.
1242         (x86_64-*-solaris2.* | i?86-*-solaris2.*): Only
1243         mark supported with either gld or ld -z relax=transtls.
1244         * configure: Regenerate.
1246 2019-05-02  Maciej W. Rozycki  <macro@wdc.com>
1248         * std/math.d (IeeeFlags.getIeeeFlags): Handle RISC-V soft-float ABI.
1249         (IeeeFlags.resetIeeeFlags): Likewise.
1250         (FloatingPointControl.getControlState): Likewise.
1251         (FloatingPointControl.setControlState): Likewise.
1253 2019-04-25  Iain Buclaw  <ibuclaw@gdcproject.org>
1255         PR d/90250
1256         * libdruntime/gcc/sections/elf_shared.d (initTLSRanges): Populate
1257         _tlsRanges in every startup thread.
1258         * testsuite/libphobos.thread/thread.exp: Load libphobos-dg.exp.
1259         * testsuite/libphobos.thread/tlsgc_sections.d: New test.
1261 2019-04-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1263         * m4/druntime/cpu.m4 (DRUNTIME_CPU_SOURCES): Quote brackets.
1264         * configure: Regenerate.
1266 2019-04-25  Johannes Pfau  <johannespfau@gmail.com>
1268         * libdruntime/Makefile.am: Add emutls and gthread files.
1269         * libdruntime/Makefile.in: Regenerate.
1270         * libdruntime/gcc/emutls.d: New file. Implement GC-compatible emutls.
1271         * libdruntime/gcc/gthread.d: New file.
1272         * libdruntime/gcc/sections/elf_shared.d: Integrate emutls support.
1273         * testsuite/libphobos.allocations/tls_gc_integration.d: New test for TLS.
1275 2019-04-25  Iain Buclaw  <ibuclaw@gdcproject.org>
1277         * testsuite/Makefile.am: Set PWD_COMMAND.
1278         * testsuite/Makefile.in: Regenerate.
1280 2019-04-25  Iain Buclaw  <ibuclaw@gdcproject.org>
1282         PR d/90086
1283         * m4/druntime/cpu.m4 (DRUNTIME_CPU_SOURCES): New macro.
1284         * configure.ac: Use it.
1285         * configure: Regenerate.
1286         * libdruntime/Makefile.am: Add new config sources to
1287         DRUNTIME_SOURCES_CONFIGURED.
1288         * libdruntime/Makefile.in: Regenerate.
1289         * libdruntime/config/aarch64/switchcontext.S: New file.
1290         * libdruntime/config/arm/switchcontext.S: New file.
1291         * libdruntime/config/common/threadasm.S: New file.
1292         * libdruntime/config/mingw/switchcontext.S: New file.
1293         * libdruntime/config/mips/switchcontext.S: New file.
1294         * libdruntime/config/powerpc/switchcontext.S: New file.
1295         * libdruntime/config/powerpc64/callwithstack.S: New file.
1296         * libdruntime/config/x86/switchcontext.S: New file.
1297         * libdruntime/core/threadasm.S: Remove.
1299 2019-04-24  Iain Buclaw  <ibuclaw@gdcproject.org>
1301         PR d/89432
1302         * testsuite/lib/libphobos.exp (check_effective_target_linux_pre_2639):
1303         New proc.
1304         * testsuite/libphobos.druntime/druntime.exp: Add compiler flag
1305         -fversion=Linux_Pre_2639 if target is linux_pre_2639.
1306         * testsuite/libphobos.druntime_shared/druntime_shared.exp: Likewise.
1308 2019-04-24  Iain Buclaw  <ibuclaw@gdcproject.org>
1310         PR d/88654
1311         * testsuite/lib/libphobos.exp (libphobos-dg-test): Check
1312         libphobos_skipped_test_p before running test.
1313         (libphobos-dg-prune): New proc.
1314         (libphobos_init): Set libphobos_skip_tests.
1315         (libphobos_skipped_test_p): New proc.
1316         (check_effective_target_libcurl_available): New proc.
1317         * testsuite/libphobos.phobos/phobos.exp: Skip curl tests if library
1318         not found.
1319         * testsuite/libphobos.phobos_shared/phobos_shared.exp: Likewise.
1321 2019-04-24  Iain Buclaw  <ibuclaw@gdcproject.org>
1323         PR d/88431
1324         * configure: Regenerate.
1325         * m4/libtool.m4 (lt_simple_compile_test_code): Update to not have
1326         dependencies on libphobos.
1327         (lt_simple_link_test_code): Likewise.
1328         (GDCFLAGS): Don't override for D compiler tests.
1330 2019-04-24  Iain Buclaw  <ibuclaw@gdcproject.org>
1332         * configure.tgt: Add aarch64*-*-linux* as a supported target.
1334 2019-04-23  Iain Buclaw  <ibuclaw@gdcproject.org>
1335             Robin Dapp  <rdapp@linux.ibm.com>
1337         * configure.tgt: Add s390*-linux* as a supported target.
1338         * libdruntime/gcc/sections/elf_shared.d: import gcc.builtins.
1339         (__tls_get_addr_internal): Declare.
1340         (TLS_DTV_OFFSET): Define as zero on SystemZ.
1341         (getTLSRange): Support getting TLS on SystemZ.
1342         * testsuite/libphobos.typeinfo/struct-align.d: New test.
1344 2019-04-23  Iain Buclaw  <ibuclaw@gdcproject.org>
1346         * configure.tgt: Add linux/riscv as supported target.
1347         * libdruntime/gcc/sections/elf_shared.d (getDependencies): Adjust
1348         dlpi_addr on RISCV32 and RISCV64.
1349         * src/std/math.d: Add IEEE FPU control support for RISC-V.
1351 2019-04-23  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1352             Bernd Edlinger  <bernd.edlinger@hotmail.de>
1353             Jakub Jelinek  <jakub@redhat.com>
1355         PR target/89093
1356         * libdruntime/gcc/deh.d: Import gcc.attribute.
1357         (personality_fn_attributes): New enum.
1358         (scanLSDA, CONTINUE_UNWINDING, gdc_personality, __gdc_personality):
1359         Add @personality_fn_attributes.
1361 2019-04-20  Iain Buclaw  <ibuclaw@gdcproject.org>
1363         PR d/89293
1364         * libdruntime/core/atomic.d (casImpl): Remove static assert for
1365         GNU_Have_Atomics, add static path to handle missing atomic support.
1366         (atomicLoad): Likewise.
1367         (atomicStore): Likewise.
1368         (atomicFence):  Likewise.
1369         (atomicMutexHandle, AtomicMutex): Declare types.
1370         (_getAtomicMutex): New function.
1371         (getAtomicMutex): Declare.
1373 2019-04-16  Iain Buclaw  <ibuclaw@gdcproject.org>
1375         * config.h.in: Regenerate.
1376         * configure: Regenerate.
1377         * m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_BACKTRACE): Set
1378         CPPFLAGS correctly for backtrace support test.
1380 2019-04-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1382         * configure.tgt (LIBPHOBOS_SUPPORTED): Default to no.
1383         Set to yes explicitly.
1384         (x86_64-*-solaris2.11* | i?86-*-solaris2.11*): Mark supported.
1385         * configure.ac: Handle --enable-libphobos.
1386         (x86_64-*-solaris2.* | i?86-*-solaris2.*): Only mark supported
1387         with gas.
1388         (ENABLE_LIBPHOBOS): New conditional.
1389         * configure: Regenerate.
1390         * Makefile.am (SUBDIRS): Only set if ENABLE_LIBPHOBOS.
1391         * Makefile.in: Regenerate.
1393 2019-04-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1394             Iain Buclaw  <ibuclaw@gdcproject.org>
1396         PR d/88150
1397         * m4/druntime/os.m4 (DRUNTIME_OS_DLPI_TLS_MODID): New macro.
1398         * configure.ac: Use it.
1399         Call AC_USE_SYSTEM_EXTENSIONS.
1400         * configure: Regenerate.
1401         * Makefile.in, libdruntime/Makefile.in, src/Makefile.in,
1402         testsuite/Makefile.in: Regenerate.
1403         * libdruntime/gcc/config.d.in (OS_Have_Dlpi_Tls_Modid): Define.
1404         * libdruntime/gcc/sections/elf_shared.d: Import gcc.config.
1405         (scanSegments) <PT_TLS> [OS_Have_Dlpi_Tls_Modid]: Use
1406         dlpi_tls_modid.
1407         [Solaris]: Use dlinfo(RTLD_DI_LINKMAP) to get rt_tlsmodid.
1408         Otherwise clear pdso._tlsMod, pdso._tlsSize.
1409         (getTLSRange) [Solaris && !OS_Have_Dlpi_Tls_Modid]: Readjust mod.
1411 2019-04-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1413         * m4/druntime/os.m4 (DRUNTIME_OS_LINK_SPEC): New macro.
1414         * configure.ac: Call it.
1415         * configure: Regenerate.
1416         * Makefile.in, libdruntime/Makefile.in, src/Makefile.in,
1417         testsuite/Makefile.in: Regenerate.
1418         * src/libgphobos.spec.in (*link): Append OS_LINK_SPEC.
1420 2019-04-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1422         PR d/88150
1423         * libdruntime/gcc/sections/elf_shared.d [Solaris] (SharedELF): Set
1424         to true.
1425         Import core.sys.solaris.dlfcn, core.sys.solaris.link,
1426         core.sys.solaris.sys.elf, core.sys.solaris.sys.link.
1427         (dummy_ref): Declare.
1428         (initSections): Initialize dummy_ref.
1429         (getDependencies): Set strtab.
1430         (handleForName): Don't dlclose handle.
1431         (findDSOInfoForAddr): Set IterateManually.
1432         (getprogname): Declare.
1433         (progname): Use it.
1434         * libdruntime/gcc/sections/package.d [Solaris]: Import
1435         gcc.sections.elf_shared instead of gcc.sections.solaris.
1436         * libdruntime/gcc/sections/solaris.d: Remove.
1437         * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Remove
1438         gcc/sections/solaris.d.
1439         * libdruntime/Makefile.in: Regenerate.
1441 2019-04-13  Iain Buclaw  <ibuclaw@gdcproject.org>
1443         * libdruntime/Makefile.am (DRUNTIME_CSOURCES): Remove bss_sections.c.
1444         (DRUNTIME_DSOURCES): Rename rt/sections_* modules to gcc/sections/*.
1445         * libdruntime/Makefile.in: Regenerate.
1446         * libdruntime/gcc/sections/android.d: New file.
1447         * libdruntime/gcc/sections/elf_shared.d: New file.
1448         * libdruntime/gcc/sections/osx.d: New file.
1449         * libdruntime/gcc/sections/package.d: New file.
1450         * libdruntime/gcc/sections/solaris.d: New file.
1451         * libdruntime/gcc/sections/win32.d: New file.
1452         * libdruntime/gcc/sections/win64.d: New file.
1453         * libdruntime/rt/bss_section.c: Remove.
1454         * libdruntime/rt/sections.d: Publicly import gcc.sections.
1455         * libdruntime/rt/sections_android.d: Remove.
1456         * libdruntime/rt/sections_elf_shared.d: Remove.
1457         * libdruntime/rt/sections_osx.d: Remove.
1458         * libdruntime/rt/sections_solaris.d: Remove.
1459         * libdruntime/rt/sections_win32.d: Remove.
1460         * libdruntime/rt/sections_win64.d: Remove.
1462 2019-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>
1464         * configure.ac (AM_INIT_AUTOMAKE): Add subdir-objects.
1465         * configure: Regenerate.
1466         * libdruntime/Makefile.in: Regenerate.
1468 2019-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>
1470         * m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_ZLIB): Use
1471         libz_convenience.a if not using system zlib.
1472         * Makefile.in: Regenerate.
1473         * configure: Regenerate.
1474         * libdruntime/Makefile.in: Regenerate.
1475         * src/Makefile.am: Remove ZLIB_CSOURCES and AM_CFLAGS.
1476         * src/Makefile.in: Regenerate.
1477         * testsuite/Makefile.in: Regenerate.
1479 2019-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>
1481         * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Remove dejagnu.
1482         (RUNTEST): Remove variable.
1483         (RUNTESTDEFAULTFLAGS, check_p_subno, check_p_numbers0,
1484         check_p_numbers1, check_p_numbers2, check_p_numbers3,
1485         check_p_numbers4, check_p_numbers5, check_p_numbers6, check_p_numbers,
1486         check_p_subdirs, check_DEJAGNU_libphobos_targets): New variables.
1487         (site.exp, %/site.exp, check-DEJAGNU, check-am, clean-local): New
1488         rules written so that all the *.exp files are ran parallelized.
1489         (CLEANFILES): Add *.exe, *.o, and site.exp.
1490         * testsuite/Makefile.in: Regenerate.
1492 2019-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>
1494         PR d/89255
1495         * configure.ac (ENABLE_SHARED, ENABLE_STATIC): Remove conditionals.
1496         * configure: Regenerate.
1497         * d_rules.am (%.t.lo, %.t.o): Remove rules.
1498         (unittest_static_LINK, unittest_LINK, libgdruntime_t_la_LINK,
1499         libgphobos_t_la_LINK): Remove variables.
1500         * libdruntime/Makefile.am (DRUNTIME_TEST_LOBJECTS,
1501         DRUNTIME_TEST_OBJECTS, check_PROGRAMS, check_LTLIBRARIES,
1502         unittest_static_SOURCES, unittest_static_LIBTOOLFLAGS,
1503         unittest_static_LDFLAGS, unittest_static_LDADD,
1504         EXTRA_unittest_static_DEPENDENCIES, libgdruntime_t_la_SOURCES,
1505         libgdruntime_t_la_LIBTOOLFLAGS, libgdruntime_t_la_LDFLAGS,
1506         libgdruntime_t_la_LIBADD, EXTRA_libgdruntime_t_la_DEPENDENCIES,
1507         unittest_SOURCES, unittest_LIBTOOLFLAGS, unittest_LDFLAGS,
1508         unittest_LDADD): Remove variables.
1509         (clean-local): Remove rule.
1510         * libdruntime/Makefile.in: Regenerate.
1511         * src/Makefile.am (PHOBOS_TEST_LOBJECTS,
1512         PHOBOS_TEST_OBJECTS, check_PROGRAMS, check_LTLIBRARIES,
1513         unittest_static_SOURCES, unittest_static_LIBTOOLFLAGS,
1514         unittest_static_LDFLAGS, unittest_static_LDADD,
1515         EXTRA_unittest_static_DEPENDENCIES, libgdruntime_t_la_SOURCES,
1516         libgdruntime_t_la_LIBTOOLFLAGS, libgdruntime_t_la_LDFLAGS,
1517         libgdruntime_t_la_LIBADD, EXTRA_libgdruntime_t_la_DEPENDENCIES,
1518         unittest_SOURCES, unittest_LIBTOOLFLAGS, unittest_LDFLAGS,
1519         unittest_LDADD): Remove variables.
1520         (clean-local): Remove rule.
1521         * src/Makefile.in: Regenerate.
1522         * testsuite/lib/libphobos.exp (libphobos_test_name): New global.
1523         (libphobos_init): Set libphobos_test_name.
1524         (libphobos-dg-test): Override name if libphobos_test_name is set.
1525         (filter_libphobos_unittests): New proc.
1526         * testsuite/libphobos.aa/aa.exp: Don't load libphobos-dg.exp.
1527         * testsuite/libphobos.cycles/cycles.exp: Set libphobos_test_name.
1528         * testsuite/libphobos.druntime/druntime.exp: New file.
1529         * testsuite/libphobos.druntime_shared/druntime_shared.exp: New file.
1530         * testsuite/libphobos.phobos/phobos.exp: New file.
1531         * testsuite/libphobos.phobos_shared/phobos_shared.exp: New file.
1532         * testsuite/libphobos.shared/shared.exp: Use dg-runtest to run tests.
1533         * testsuite/libphobos.hash/hash.exp: Don't load libphobos-dg.exp
1534         * testsuite/libphobos.init_fini/init_fini.exp: Likewise.
1535         * testsuite/libphobos.thread/thread.exp: Likewise.
1536         * testsuite/libphobos.typeinfo/typeinfo.exp: Likewise.
1537         * testsuite/libphobos.unittests/unittests.exp: Remove.
1538         * testsuite/test_runner.d: Remove.
1539         * testsuite/testsuite_flags.in: Add phobos to --gdcpaths.
1541 2019-03-26  Iain Buclaw  <ibuclaw@gdcproject.org>
1543         * libdruntime/Makefile.am (DRUNTIME_DSOURCES_DARWIN): Add
1544         core/sys/darwin/crt_externs.d.
1545         (DRUNTIME_DSOURCES_FREEBSD): Add core/sys/freebsd/unistd.d.
1546         (DRUNTIME_DSOURCES_POSIX): Add core/sys/posix/spawn.d.
1547         * libdruntime/Makefile.in: Regenerate.
1549 2019-03-23  Johannes Pfau  <johannespfau@gmail.com>
1551         * configure.ac: Update autotool version comment.
1553 2019-02-19  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1555         * src/Makefile.am: Avoid the -D option which is not available
1556         with the install-sh fallback.  Use $(MKDIR_P) instead.
1557         * libdruntime/Makefile.am: Likewise.
1558         * src/Makefile.in: Regenerated.
1559         * libdruntime/Makefile.in: Regenerated.
1561 2019-02-19  Iain Buclaw  <ibuclaw@gdcproject.org>
1563         * testsuite/libphobos.shared/load.d: Import core.sys.posix.dlfcn.
1564         [DragonFlyBSD, FreeBSD, linux, NetBSD, OSX, Solaris]: Import only
1565         RTLD_NOLOAD from core.sys.*.dlfcn.
1566         Assert RTLD_NOLOAD is available.
1568 2019-02-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1570         * m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_NET): New macro.
1571         * configure.ac: Invoke it.
1572         * configure: Regenerate.
1574 2019-02-19  Johannes Pfau  <johannespfau@gmail.com>
1576         PR d/88127
1577         * m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_CLIB): Add new macro.
1578         * configure.ac: Use DRUNTIME_LIBRARIES_CLIB.
1579         * configure: Regenerate
1580         * Makefile.in: Regenerate
1581         * libdruntime/gcc/config.d.in: Add Have_Qsort_R.
1582         * libdruntime/Makefile.in: Regenerate.
1583         * src/Makefile.in: Regenerate.
1584         * testsuite/Makefile.in: Regenerate.
1586 2019-02-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1588         * testsuite/lib/libphobos-dg.exp: Tabify.
1589         * testsuite/lib/libphobos.exp: Likewise.
1590         * testsuite/libphobos.cycles/cycles.exp: Likewise.
1591         * testsuite/libphobos.shared/shared.exp: Likewise.
1592         * testsuite/libphobos.unittests/unittests.exp: Likewise.
1594 2019-02-14  Maya Rashish  <coypu@sdf.org>
1596         * configure.tgt: Add netbsd/x86 as supported target.
1598 2019-02-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1600         PR d/87864
1601         * configure.ac (DRTSTUFF_SPEC): New variable.
1602         Substitute it.
1603         * libdruntime/m4/druntime/os.m4 (DRUNTIME_OS_MINFO_BRACKETING):
1604         New automake conditional.
1605         * configure: Regenerate.
1606         * libdruntime/gcc/drtstuff.c: New file.
1607         * libdruntime/Makefile.am [!DRUNTIME_OS_MINFO_BRACKETING]
1608         (DRTSTUFF, toolexeclib_DATA): New variables.
1609         (gcc/drtbegin.lo, gcc/drtend.lo): New rules.
1610         (libgdruntime_la_LDFLAGS): Use -Wc instead of -Xcompiler.
1611         Add -dstartfiles -B../src -Bgcc.
1612         (libgdruntime_la_DEPENDENCIES): New variable.
1613         (unittest_static_LDFLAGS): Use -Wc instead of -Xcompiler.
1614         (libgdruntime_t_la_LDFLAGS): Likewise.
1615         (unittest_LDFLAGS): Likewise.
1616         * src/Makefile.am (libgphobos_la_LDFLAGS): Use -Wc instead of
1617         -Xcompiler.
1618         Add -dstartfiles -B../libdruntime/gcc.
1619         (unittest_static_LDFLAGS): Use -Wc instead of -Xcompiler.
1620         (libgphobos_t_la_LDFLAGS): Likewise.
1621         (unittest_LDFLAGS): Likewise.
1622         * libdruntime/Makefile.in, src/Makefile.in: Regenerate.
1623         * Makefile.in, testsuite/Makefile.in: Regenerate.
1624         * libdruntime/rt/sections_elf_shared.d (Minfo_Bracketing): Don't
1625         assert.
1626         * libdruntime/gcc/config.d.in (Minfo_Bracketing): Remove.
1627         * src/drtstuff.spec: New file.
1628         * src/libgphobos.spec.in (DRTSTUFF_SPEC): Substitute.
1629         (*lib): Only pass SPEC_PHOBOS_DEPS without -debuglib, -defaultlib,
1630         -nophoboslib.
1631         * testsuite/testsuite_flags.in <--gdcldflags> (GDCLDFLAGS): Add
1632         -B${BUILD_DIR}/libdruntime/gcc.
1634 2019-02-13  Iain Buclaw  <ibuclaw@gdcproject.org>
1636         * libdruntime/core/runtime.d (defaultTraceHandler): Give
1637         UnwindBacktrace handler precedence over backtrace.
1639 2019-02-10  Iain Buclaw  <ibuclaw@gdcproject.org>
1641         * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Remove rt/util/hash.d
1642         * libdruntime/Makefile.in: Rebuild.
1643         * testsuite/libphobos.aa/aa.exp: New file.
1644         * testsuite/libphobos.aa/test_aa.d: New test.
1645         * testsuite/libphobos.hash/hash.exp: New file.
1646         * testsuite/libphobos.hash/test_hash.d: New test.
1648 2019-01-12  Iain Buclaw  <ibuclaw@gdcproject.org>
1650         * README.gcc: New file.
1652 2019-01-01  Jakub Jelinek  <jakub@redhat.com>
1654         Update copyright years.
1656 2018-12-14  Iain Buclaw  <ibuclaw@gdcproject.org>
1658         * src/std/internal/digest: Remove empty directory.
1660 2018-12-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1662         * Makefile.am (AM_MAKEFLAGS): Pass CCASFLAGS, GDCFLAGS.
1663         * Makefile.in: Regenerate.
1665 2018-11-28  Iain Buclaw  <ibuclaw@gdcproject.org>
1667         * Makefile.in: Rebuild.
1668         * configure: Rebuild.
1669         * configure.ac (DRUNTIME_SOVERSION): Remove.
1670         (PHOBOS_SOVERSION): Remove.
1671         (libtool_VERSION): Add.
1672         * libdruntime/Makefile.am: Use libtool_VERSION.
1673         * libdruntime/Makefile.in: Rebuild.
1674         * src/Makefile.am: Use libtool_VERSION.
1675         * src/Makefile.in: Rebuild.
1676         * testsuite/Makefile.in: Rebuild.
1678 2018-11-22  Johannes Pfau  <johannespfau@gmail.com>
1680         PR d/87824
1681         * testsuite/libphobos.shared/shared.exp: Set proper path to phobos
1682         library for multilib builds.
1684 2018-11-19  Iain Buclaw  <ibuclaw@gdcproject.org>
1686         * src/Makefile.am: Remove std.internal.digest.sha_SSSE3 and
1687         std.internal.math.biguintx86 modules.
1688         * src/Makefile.in: Rebuild.
1689         * src/std/internal/digest/sha_SSSE3.d: Remove.
1690         * src/std/internal/math/biguintx86.d: Remove.
1692 2018-11-02  Iain Buclaw  <ibuclaw@gdcproject.org>
1694         PR d/87827
1695         * Makefile.in: Rebuild.
1696         * configure: Rebuild.
1697         * configure.ac: Properly set MULTISUBDIR.
1698         * d_rules.am: Set toolexecdir and toolexeclibdir.
1699         * libdruntime/Makefile.in: Rebuild.
1700         * m4/druntime.m4 (DRUNTIME_INSTALL_DIRECTORIES): Add
1701         --enable-version-specific-runtime-libs.
1702         * src/Makefile.in: Rebuild.
1703         * testsuite/Makefile.in: Rebuild.
1705 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
1707         PR bootstrap/82856
1708         * Makefile.am: Include multilib.am.
1709         * configure.ac: Remove AC_PREREQ.  Use -Wno-override in
1710         AM_INIT_AUTOMAKE call.
1711         * m4/autoconf.m4: Add extra argument to AC_LANG_DEFINE call.
1712         * m4/druntime/os.m4: Use AC_LANG_SOURCE.
1713         * testsuite/Makefile.am (RUNTEST): Remove quotes.
1714         * Makefile.in, aclocal.m4, configure, libdruntime/Makefile.in,
1715         src/Makefile.in, testsuite/Makefile.in: Regenerate.
1717 2018-10-31  Iain Buclaw  <ibuclaw@gdcproject.org>
1719         PR bootstrap/87789
1720         PR d/87818
1721         PR d/87819
1722         * configure.tgt: New file.
1724 2018-10-28  Iain Buclaw  <ibuclaw@gdcproject.org>
1726         * Makefile.am: New file.
1727         * Makefile.in: New file.
1728         * acinclude.m4: New file.
1729         * aclocal.m4: New file.
1730         * config.h.in: New file.
1731         * configure: New file.
1732         * configure.ac: New file.
1733         * d_rules.am: New file.
1734         * libdruntime/Makefile.am: New file.
1735         * libdruntime/Makefile.in: New file.
1736         * libdruntime/__entrypoint.di: New file.
1737         * libdruntime/__main.di: New file.
1738         * libdruntime/gcc/attribute.d: New file.
1739         * libdruntime/gcc/backtrace.d: New file.
1740         * libdruntime/gcc/builtins.d: New file.
1741         * libdruntime/gcc/config.d.in: New file.
1742         * libdruntime/gcc/deh.d: New file.
1743         * libdruntime/gcc/libbacktrace.d.in: New file.
1744         * libdruntime/gcc/unwind/arm.d: New file.
1745         * libdruntime/gcc/unwind/arm_common.d: New file.
1746         * libdruntime/gcc/unwind/c6x.d: New file.
1747         * libdruntime/gcc/unwind/generic.d: New file.
1748         * libdruntime/gcc/unwind/package.d: New file.
1749         * libdruntime/gcc/unwind/pe.d: New file.
1750         * m4/autoconf.m4: New file.
1751         * m4/druntime.m4: New file.
1752         * m4/druntime/cpu.m4: New file.
1753         * m4/druntime/libraries.m4: New file.
1754         * m4/druntime/os.m4: New file.
1755         * m4/gcc_support.m4: New file.
1756         * m4/gdc.m4: New file.
1757         * m4/libtool.m4: New file.
1758         * src/Makefile.am: New file.
1759         * src/Makefile.in: New file.
1760         * src/libgphobos.spec.in: New file.
1761         * testsuite/Makefile.am: New file.
1762         * testsuite/Makefile.in: New file.
1763         * testsuite/config/default.exp: New file.
1764         * testsuite/lib/libphobos-dg.exp: New file.
1765         * testsuite/lib/libphobos.exp: New file.
1766         * testsuite/testsuite_flags.in: New file.
1769 Copyright (C) 2018-2023 Free Software Foundation, Inc.
1771 Copying and distribution of this file, with or without modification,
1772 are permitted in any medium without royalty provided the copyright
1773 notice and this notice are preserved.