d: Fix testcase failure of gdc.dg/Wbuiltin_declaration_mismatch2.d.
[official-gcc.git] / libphobos / ChangeLog
blobf768d42673f80d2c3aa5994000ae135489abab9a
1 2023-07-01  Iain Sandoe  <iainsandoe@Apollo-3-VM-Lion-0-187.local>
3         PR d/103944
4         * testsuite/libphobos.gc/forkgc2.d: Skip for Darwin.
6 2023-06-25  Iain Buclaw  <ibuclaw@gdcproject.org>
8         * libdruntime/MERGE: Merge upstream druntime a45f4e9f43.
9         * src/MERGE: Merge upstream phobos 106038f2e.
11 2023-03-17  Iain Buclaw  <ibuclaw@gdcproject.org>
13         * libdruntime/MERGE: Merge upstream druntime 5f7552bb28.
14         * src/MERGE: Merge upstream phobos 67a47cf39.
16 2023-03-16  Iain Buclaw  <ibuclaw@gdcproject.org>
18         * libdruntime/MERGE: Merge upstream druntime 4ca4140e58.
19         * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Add core/factory.d.
20         * libdruntime/Makefile.in: Regenerate.
21         * src/MERGE: Merge upstream phobos 454dff14d.
22         * testsuite/libphobos.hash/test_hash.d: Update test.
23         * testsuite/libphobos.shared/finalize.d: Update test.
24         * libdruntime/core/factory.d: New file.
26 2023-02-21  Iain Buclaw  <ibuclaw@gdcproject.org>
28         * src/MERGE: Merge upstream phobos e5a521ab2.
30 2023-02-21  Iain Buclaw  <ibuclaw@gdcproject.org>
32         * libdruntime/MERGE: Merge upstream druntime 09faa4eacd.
33         * src/MERGE: Merge upstream phobos 13ef27a56.
34         * testsuite/libphobos.exceptions/refcounted.d: Add test for chained
35         reference counted exceptions.
36         * testsuite/libphobos.shared/finalize.d: Add dg-warning for deprecated
37         factory interfaces.
38         * testsuite/libphobos.gc/issue22843.d: New test.
40 2023-02-21  Iain Buclaw  <ibuclaw@gdcproject.org>
42         * libdruntime/gcc/backtrace.d (simpleErrorCallback): Add @nogc.
43         (LibBacktrace.initLibBacktrace): Likewise.
44         (LibBacktrace.this): Likewise.
45         (UnwindBacktrace.this): Likewise.
46         (getBacktrace): Likewise.
47         (getBacktraceSymbols): Likewise.
48         * libdruntime/gcc/libbacktrace.d.in (backtrace_create_state):
49         Likewise.
50         (backtrace_full): Likewise.
51         (backtrace_simple): Likewise.
52         (backtrace_print): Likewise.
53         (backtrace_pcinfo): Likewise.
54         (backtrace_syminfo): Likewise.
56 2023-02-13  Lorenzo Salvadore  <developer@lorenzosalvadore.it>
58         PR d/107469
59         * libdruntime/core/sys/freebsd/config.d: Update __FreeBSD_version.
61 2023-01-17  Martin Liska  <mliska@suse.cz>
63         * Makefile.in: Regenerate.
64         * libdruntime/Makefile.in: Regenerate.
66 2022-12-11  Iain Buclaw  <ibuclaw@gdcproject.org>
68         * libdruntime/MERGE: Merge upstream druntime c8ae4adb2e.
69         * src/MERGE: Merge upstream phobos 792c8b7c1.
71 2022-11-05  Iain Buclaw  <ibuclaw@gdcproject.org>
73         * libdruntime/gcc/simd.d (equalMask): Implement using generics.
74         (notEqualMask): Likewise.
75         (greaterMask): Likewise.
76         (greaterOrEqualMask): Likewise.
77         (notMask): Likewise.
78         (andAndMask): Likewise.
79         (orOrMask): Likewise.
81 2022-10-29  Iain Buclaw  <ibuclaw@gdcproject.org>
83         * libdruntime/MERGE: Merge upstream druntime e4f8919591.
84         * src/MERGE: Merge upstream phobos 3ad507b51.
86 2022-10-12  Martin Liska  <mliska@suse.cz>
88         * configure: Regenerate.
90 2022-10-11  Olivier Hainque  <hainque@adacore.com>
91             Olivier Hainque  <hainque@adacore.com>
93         * configure: Regenerate.
95 2022-09-27  Iain Buclaw  <ibuclaw@gdcproject.org>
97         * libdruntime/MERGE: Merge upstream druntime d579c467c1.
98         * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Remove
99         rt/arrayassign.d.
100         * libdruntime/Makefile.in: Regenerate.
101         * src/MERGE: Merge upstream phobos 88aa69b14.
102         * src/Makefile.am (PHOBOS_DSOURCES): Remove std/digest/digest.d,
103         std/xml.d.
104         * src/Makefile.in: Regenerate.
106 2022-08-27  Iain Buclaw  <ibuclaw@gdcproject.org>
108         * libdruntime/MERGE: Merge upstream druntime 817610b16d.
109         * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Add
110         core/internal/array/arrayassign.d.
111         * libdruntime/Makefile.in: Regenerate.
112         * src/MERGE: Merge upstream phobos b578dfad9.
113         * src/Makefile.am (PHOBOS_DSOURCES): Remove
114         std/experimental/typecons.d. Add std/logger package.
115         * src/Makefile.in: Regenerate.
117 2022-08-03  Iain Buclaw  <ibuclaw@gdcproject.org>
119         * configure: Regenerate.
120         * configure.ac (libtool_VERSION): Update to 4:0:0.
121         * libdruntime/MERGE: Merge upstream druntime d7772a2369.
122         * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Add
123         core/internal/array/duplication.d.
124         * libdruntime/Makefile.in: Regenerate.
125         * src/MERGE: Merge upstream phobos 5748ca43f.
126         * testsuite/libphobos.gc/nocollect.d:
128 2022-07-06  Iain Buclaw  <ibuclaw@gdcproject.org>
130         * libdruntime/MERGE: Merge upstream druntime 651389b5.
131         * src/MERGE: Merge upstream phobos 1516ecad9.
133 2022-06-29  Iain Buclaw  <ibuclaw@gdcproject.org>
135         * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Add gcc/simd.d.
136         * libdruntime/Makefile.in: Regenerate.
137         * libdruntime/gcc/simd.d: New file.
139 2022-06-28  Iain Buclaw  <ibuclaw@gdcproject.org>
141         * libdruntime/gcc/attributes.d (simd): Define.
143 2022-06-24  Iain Buclaw  <ibuclaw@gdcproject.org>
145         PR d/105413
146         * libdruntime/gcc/attributes.d (register): Define.
148 2022-06-24  Iain Buclaw  <ibuclaw@gdcproject.org>
150         * libdruntime/MERGE: Merge upstream druntime 148608b7.
152 2022-06-22  Iain Buclaw  <ibuclaw@gdcproject.org>
154         * libdruntime/MERGE: Merge upstream druntime e150cca1.
155         * src/MERGE: Merge upstream phobos a4a18d21c.
156         * testsuite/libphobos.cycles/cycles.exp (cycle_test_list): Update
157         expected result of deprecate test.
159 2022-06-15  Iain Buclaw  <ibuclaw@gdcproject.org>
161         * libdruntime/gcc/attributes.d (no_sanitize): Define.
162         (noSanitize): Define.
164 2022-06-15  Iain Buclaw  <ibuclaw@gdcproject.org>
166         * libdruntime/gcc/attributes.d (visibility): Define.
167         (hidden): Define.
169 2022-06-13  Iain Buclaw  <ibuclaw@gdcproject.org>
171         * libdruntime/MERGE: Merge upstream druntime 454471d8.
172         * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Add
173         core/sync/package.d.
174         * libdruntime/Makefile.in: Regenerate.
175         * src/MERGE: Merge upstream phobos 1206fc94f.
177 2022-06-02  David Malcolm  <dmalcolm@redhat.com>
179         * testsuite/lib/libphobos-dg.exp: Add load_gcc_lib of scansarif.exp.
181 2022-05-27  Iain Buclaw  <ibuclaw@gdcproject.org>
183         * libdruntime/MERGE: Merge upstream druntime f89da313.
184         * src/MERGE: Merge upstream phobos d46814c86.
186 2022-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
188         * libdruntime/MERGE: Merge upstream druntime 94bd5bcb.
189         * libdruntime/Makefile.am (ALL_DRUNTIME_INSTALL_DSOURCES): Add
190         $(DRUNTIME_DSOURCES_ELF).
191         (ALL_DRUNTIME_SOURCES): Likewise.
192         (DRUNTIME_DSOURCES_ELF): New variable.
193         * libdruntime/Makefile.in: Regenerate.
194         * src/MERGE: Merge upstream phobos 3a1cd9a01.
195         * testsuite/libphobos.init_fini/custom_gc.d: Update test.
197 2022-04-28  Iain Buclaw  <ibuclaw@gdcproject.org>
199         * libdruntime/MERGE: Merge upstream druntime e361d200.
201 2022-04-26  Iain Buclaw  <ibuclaw@gdcproject.org>
203         * libdruntime/gcc/emutls.d (emutlsDestroyThread): Clear the per-thread
204         TLS array, don't call free().
206 2022-04-21  Iain Buclaw  <ibuclaw@gdcproject.org>
208         * libdruntime/MERGE: Merge upstream druntime 27834edb.
209         * src/MERGE: Merge upstream phobos ac296f80c.
210         * src/Makefile.am (PHOBOS_DSOURCES): Add std/int128.d.
211         * src/Makefile.in: Regenerate.
213 2022-04-13  Iain Buclaw  <ibuclaw@gdcproject.org>
215         * libdruntime/MERGE: Merge upstream druntime 9ba9a6ae.
216         * src/MERGE: Merge upstream phobos c0cc5e917.
218 2022-04-02  Iain Buclaw  <ibuclaw@gdcproject.org>
220         * libdruntime/MERGE: Merge upstream druntime c52e28b7.
221         * libdruntime/Makefile.am (DRUNTIME_DSOURCES_OPENBSD): Add
222         core/sys/openbsd/pwd.d.
223         * libdruntime/Makefile.in: Regenerate.
224         * src/MERGE: Merge upstream phobos 99e9c1b77.
225         * testsuite/libphobos.exceptions/message_with_null.d: New test.
227 2022-03-21  Iain Buclaw  <ibuclaw@gdcproject.org>
229         PR d/104911
230         * src/MERGE: Merge upstream phobos a74fa63e6.
232 2022-03-13  Iain Buclaw  <ibuclaw@gdcproject.org>
234         * libdruntime/MERGE: Merge upstream druntime 26b58167.
235         * src/MERGE: Merge upstream phobos 16cb085b5.
237 2022-03-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
239         PR d/103528
240         * configure.ac <x86_64-*-solaris2.* | i?86-*-solaris2.*>: Remove
241         gas requirement.
242         * configure: Regenerate.
243         * configure.tgt (sparc*-*-solaris2.11*): Mark supported.
245 2022-03-02  Iain Buclaw  <ibuclaw@gdcproject.org>
247         * libdruntime/MERGE: Merge upstream druntime 100a608c.
248         * src/MERGE: Merge upstream phobos a1f8c4c07.
250 2022-03-01  Iain Buclaw  <ibuclaw@gdcproject.org>
252         PR d/104659
253         * libdruntime/config/mingw/msvc.c (init_msvc): Fix misspelling of
254         msvcUsesUCRT.
256 2022-02-28  Iain Buclaw  <ibuclaw@gdcproject.org>
258         * libdruntime/MERGE: Merge upstream druntime caf14b0f.
259         * src/MERGE: Merge upstream phobos 41aaf8c26.
261 2022-02-20  Iain Buclaw  <ibuclaw@gdcproject.org>
263         * libdruntime/MERGE: Merge upstream druntime 55528bd1.
264         * src/MERGE: Merge upstream phobos 1a3e80ec2.
265         * testsuite/libphobos.hash/test_hash.d: Update.
266         * testsuite/libphobos.betterc/test19933.d: New test.
268 2022-02-16  Iain Buclaw  <ibuclaw@gdcproject.org>
270         * Makefile.in: Regenerate.
271         * libdruntime/MERGE: Merge upstream druntime dbd0c874.
272         * libdruntime/Makefile.am (DRUNTIME_CSOURCES): Add core/int128.d.
273         (DRUNTIME_DISOURCES): Add __builtins.di.
274         * libdruntime/Makefile.in: Regenerate.
275         * src/MERGE: Merge upstream phobos 896b1d0e1.
276         * src/Makefile.am (PHOBOS_DSOURCES): Add std/checkedint.d.
277         * src/Makefile.in: Regenerate.
278         * testsuite/testsuite_flags.in: Add -fall-instantiations to
279         --gdcflags.
281 2022-01-03  Iain Buclaw  <ibuclaw@gdcproject.org>
283         * libdruntime/MERGE: Merge upstream druntime 759e6023.
284         * src/MERGE: Merge upstream phobos 468788323.
286 2021-12-21  Iain Buclaw  <ibuclaw@gdcproject.org>
288         * configure.tgt: Add power*-*-freebsd* as a supported target.
290 2021-12-20  Iain Buclaw  <ibuclaw@gdcproject.org>
292         * libdruntime/MERGE: Merge upstream druntime fd9a4544.
293         * src/MERGE: Merge upstream phobos 495e835c2.
295 2021-12-15  Iain Buclaw  <ibuclaw@gdcproject.org>
297         PR d/103604
298         * configure: Regenerate.
299         * configure.ac (libtool_VERSION): Update to 3:0:0.
300         * libdruntime/MERGE: Merge upstream druntime 6364e010.
301         * src/MERGE: Merge upstream phobos 575b67a9b.
302         * testsuite/libphobos.traits/all_satisfy.d: New test.
303         * testsuite/libphobos.traits/traits.exp: New test.
305 2021-12-10  Iain Buclaw  <ibuclaw@gdcproject.org>
307         PR d/103528
308         * libdruntime/MERGE: Merge upstream druntime bc58b1e9.
309         * libdruntime/Makefile.am (DRUNTIME_DSOURCES_LINUX): Remove
310         core/sys/linux/syscalls.d.
311         * libdruntime/Makefile.in: Regenerate.
312         * src/MERGE: Merge upstream phobos 12329adb6.
313         * testsuite/libphobos.config/config.exp: Add test22523.
314         * libdruntime/core/sys/linux/syscalls.d: Removed.
315         * testsuite/libphobos.config/test22523.d: New test.
317 2021-12-08  Iain Buclaw  <ibuclaw@gdcproject.org>
319         PR d/103558
320         * libdruntime/MERGE: Merge upstream druntime 178c44ff.
321         * libdruntime/Makefile.am (DRUNTIME_DSOURCES_LINUX): Add
322         core/sys/linux/syscalls.d.
323         (DRUNTIME_DSOURCES_OPENBSD): Add core/sys/openbsd/pthread_np.d.
324         * libdruntime/Makefile.in: Regenerate.
325         * src/MERGE: Merge upstream phobos 574bf883b.
326         * src/Makefile.am (D_EXTRA_DFLAGS): Add -fpreview=fieldwise.
327         * src/Makefile.in: Regenerate.
328         * testsuite/libphobos.exceptions/assert_fail.d: Update test.
329         * testsuite/libphobos.betterc/test22336.d: New test.
331 2021-12-02  Iain Buclaw  <ibuclaw@gdcproject.org>
333         * libdruntime/core/thread/osthread.d (callWithStackShell): Push all
334         callee-save registers on the stack for AArch64 and ARM.
336 2021-12-02  Iain Buclaw  <ibuclaw@gdcproject.org>
338         * src/std/math/hardware.d (FloatingPointControl.getControlState): Add
339         missing ControlState variable for AArch64.
341 2021-12-01  Iain Buclaw  <ibuclaw@gdcproject.org>
343         * testsuite/testsuite_flags.in: Add libphobos library directory as
344         search path to --gdcldflags.
346 2021-11-30  Iain Buclaw  <ibuclaw@gdcproject.org>
348         * libdruntime/MERGE: Merge upstream druntime e6caaab9.
349         * libdruntime/Makefile.am (D_EXTRA_FLAGS): Build libdruntime with
350         -fpreview=dip1000, -fpreview=fieldwise, and -fpreview=dtorfields.
351         (ALL_DRUNTIME_SOURCES): Add DRUNTIME_DSOURCES_STDCXX.
352         (DRUNTIME_DSOURCES): Update list of C binding modules.
353         (DRUNTIME_DSOURCES_STDCXX): Likewise.
354         (DRUNTIME_DSOURCES_LINUX): Likewise.
355         (DRUNTIME_DSOURCES_OPENBSD): Likewise.
356         (DRUNTIME_DISOURCES): Remove __entrypoint.di.
357         * libdruntime/Makefile.in: Regenerated.
358         * libdruntime/__entrypoint.di: Removed.
359         * libdruntime/gcc/deh.d (_d_isbaseof): Update signature.
360         (_d_createTrace): Likewise.
361         (__gdc_begin_catch): Remove reference to the exception.
362         (_d_throw): Increment reference count of thrown object before unwind.
363         (__gdc_personality): Chain exceptions with  Throwable.chainTogether.
364         * libdruntime/gcc/emutls.d: Update imports.
365         * libdruntime/gcc/sections/elf.d: Update imports.
366         (DSO.moduleGroup): Update signature.
367         * libdruntime/gcc/sections/macho.d: Update imports.
368         (DSO.moduleGroup): Update signature.
369         * libdruntime/gcc/sections/pecoff.d: Update imports.
370         (DSO.moduleGroup): Update signature.
371         * src/MERGE: Merge upstream phobos 5ab9ad256.
372         * src/Makefile.am (D_EXTRA_DFLAGS): Add -fpreview=dip1000 and
373         -fpreview=dtorfields flags.
374         (PHOBOS_DSOURCES): Update list of std modules.
375         * src/Makefile.in: Regenerate.
376         * testsuite/lib/libphobos.exp (libphobos-dg-test): Handle assembly
377         compile types.
378         (dg-test): Override.
379         (additional_prunes): Define.
380         (libphobos-dg-prune): Filter any additional_prunes set by tests.
381         * testsuite/libphobos.aa/test_aa.d: Update test.
382         * testsuite/libphobos.druntime/druntime.exp (version_flags): Add
383         -fversion=CoreUnittest.
384         * testsuite/libphobos.druntime_shared/druntime_shared.exp
385         (version_flags): Add -fversion=CoreUnittest -fversion=Shared.
386         * testsuite/libphobos.exceptions/unknown_gc.d: Update test.
387         * testsuite/libphobos.hash/test_hash.d: Update test.
388         * testsuite/libphobos.phobos/phobos.exp (version_flags): Add
389         -fversion=StdUnittest
390         * testsuite/libphobos.phobos_shared/phobos_shared.exp (version_flags):
391         Likewise.
392         * testsuite/libphobos.shared/host.c: Update test.
393         * testsuite/libphobos.shared/load.d: Update test.
394         * testsuite/libphobos.shared/load_13414.d: Update test.
395         * testsuite/libphobos.thread/fiber_guard_page.d: Update test.
396         * testsuite/libphobos.thread/tlsgc_sections.d: Update test.
397         * testsuite/testsuite_flags.in: Add -fpreview=dip1000 to --gdcflags.
398         * testsuite/libphobos.shared/link_mod_collision.d: Removed.
399         * testsuite/libphobos.shared/load_mod_collision.d: Removed.
400         * testsuite/libphobos.betterc/betterc.exp: New test.
401         * testsuite/libphobos.config/config.exp: New test.
402         * testsuite/libphobos.gc/gc.exp: New test.
403         * testsuite/libphobos.imports/imports.exp: New test.
404         * testsuite/libphobos.lifetime/lifetime.exp: New test.
405         * testsuite/libphobos.unittest/unittest.exp: New test.
406         * testsuite/libphobos.allocations/alloc_from_assert.d: New file.
407         * testsuite/libphobos.betterc/test18828.d: New file.
408         * testsuite/libphobos.betterc/test19416.d: New file.
409         * testsuite/libphobos.betterc/test19421.d: New file.
410         * testsuite/libphobos.betterc/test19561.d: New file.
411         * testsuite/libphobos.betterc/test19924.d: New file.
412         * testsuite/libphobos.betterc/test20088.d: New file.
413         * testsuite/libphobos.betterc/test20613.d: New file.
414         * testsuite/libphobos.config/test19433.d: New file.
415         * testsuite/libphobos.config/test20459.d: New file.
416         * testsuite/libphobos.exceptions/assert_fail.d: New file.
417         * testsuite/libphobos.exceptions/catch_in_finally.d: New file.
418         * testsuite/libphobos.exceptions/future_message.d: New file.
419         * testsuite/libphobos.exceptions/long_backtrace_trunc.d: New file.
420         * testsuite/libphobos.exceptions/refcounted.d: New file.
421         * testsuite/libphobos.exceptions/rt_trap_exceptions.d: New file.
422         * testsuite/libphobos.exceptions/rt_trap_exceptions_drt.d: New file.
423         * testsuite/libphobos.gc/attributes.d: New file.
424         * testsuite/libphobos.gc/forkgc.d: New file.
425         * testsuite/libphobos.gc/forkgc2.d: New file.
426         * testsuite/libphobos.gc/nocollect.d: New file.
427         * testsuite/libphobos.gc/precisegc.d: New file.
428         * testsuite/libphobos.gc/recoverfree.d: New file.
429         * testsuite/libphobos.gc/sigmaskgc.d: New file.
430         * testsuite/libphobos.gc/startbackgc.d: New file.
431         * testsuite/libphobos.imports/bug18193.d: New file.
432         * testsuite/libphobos.init_fini/custom_gc.d: New file.
433         * testsuite/libphobos.init_fini/test18996.d: New file.
434         * testsuite/libphobos.lifetime/large_aggregate_destroy_21097.d: New file.
435         * testsuite/libphobos.thread/external_threads.d: New file.
436         * testsuite/libphobos.thread/join_detach.d: New file.
437         * testsuite/libphobos.thread/test_import.d: New file.
438         * testsuite/libphobos.thread/tlsstack.d: New file.
439         * testsuite/libphobos.typeinfo/enum_.d: New file.
440         * testsuite/libphobos.typeinfo/isbaseof.d: New file.
441         * testsuite/libphobos.unittest/customhandler.d: New file.
443 2021-11-19  Iain Sandoe  <iain@sandoe.co.uk>
445         * testsuite/lib/libphobos.exp: Prune warnings from external
446         tool bugs.
448 2021-11-19  Iain Buclaw  <ibuclaw@gdcproject.org>
450         * libdruntime/core/thread/fiber.d (defaultStackPages): Increase size
451         on OSX X86_64 targets.
453 2021-11-19  Iain Buclaw  <ibuclaw@gdcproject.org>
455         * libdruntime/gcc/emutls.d (emutlsDestroyThread): Don't remove entry
456         from global array.
457         (_d_emutls_destroy): Don't call __gthread_key_delete.
459 2021-10-31  Iain Buclaw  <ibuclaw@gdcproject.org>
461         PR d/102837
462         * libdruntime/gcc/deh.d (ExceptionHeader.free): Use memset to reset
463         contents of internal EH storage.
465 2021-09-30  Iain Buclaw  <ibuclaw@gdcproject.org>
467         * libdruntime/gcc/deh.d (ExceptionHeader.getClassInfo): Move to...
468         (getClassInfo): ...here as free function.  Add lsda parameter.
469         (scanLSDA): Pass lsda to actionTableLookup.
470         (actionTableLookup): Add lsda parameter, pass to getClassInfo.
471         (__gdc_personality): Remove currentCfa variable.
473 2021-09-30  Iain Buclaw  <ibuclaw@gdcproject.org>
475         * libdruntime/gcc/deh.d (_d_print_throwable): Declare.
476         (_d_throw): Print stacktrace before terminating program due to
477         uncaught exception.
479 2021-09-30  Iain Buclaw  <ibuclaw@gdcproject.org>
481         * libdruntime/core/runtime.d (runModuleUnitTests): Use scope to new
482         LibBacktrace on the stack.
483         * libdruntime/gcc/backtrace.d (FIRSTFRAME): Remove.
484         (LibBacktrace.MaxAlignment): Remove.
485         (LibBacktrace.this): Remove default initialization of firstFrame.
486         (UnwindBacktrace.this): Likewise.
488 2021-09-30  Iain Buclaw  <ibuclaw@gdcproject.org>
490         * libdruntime/gcc/unwind/generic.d (__aligned__): Define.
491         (_Unwind_Exception): Align struct to __aligned__.
493 2021-09-30  Iain Buclaw  <ibuclaw@gdcproject.org>
495         PR d/102476
496         * libdruntime/__main.di: Define main function as extern(C) when
497         compiling without D runtime.
499 2021-09-01  Iain Buclaw  <ibuclaw@gdcproject.org>
501         * m4/druntime/os.m4: Update comment for DRUNTIME_OS_SOURCES.
503 2021-09-01  Iain Buclaw  <ibuclaw@gdcproject.org>
505         * src/Makefile.am: Don't add zlib when ENABLE_LIBDRUNTIME_ONLY.
506         * src/Makefile.in: Regenerate.
508 2021-08-30  Iain Buclaw  <ibuclaw@gdcproject.org>
510         * configure: Regenerate.
511         * m4/autoconf.m4 (AC_LANG_PROGRAM): Declare module name 'object'.
512         * m4/gcc_support.m4 (WITH_LOCAL_DRUNTIME): Compile tests with
513         -fno-druntime.
515 2021-06-11  Iain Buclaw  <ibuclaw@gdcproject.org>
517         PR d/100999
518         * src/MERGE: Merge upstream phobos 55bb17543.
520 2021-05-14  Bernd Edlinger  <bernd.edlinger@hotmail.de>
522         * src/std/process.d (unittest): Remove tmpname on exit.
523         * src/MERGE: Merge upstream phobos 63f4caa90.
525 2021-05-13  Iain Buclaw  <ibuclaw@gdcproject.org>
527         * libdruntime/MERGE: Merge upstream druntime 98c6ff0c.
529 2021-05-10  Iain Buclaw  <ibuclaw@gdcproject.org>
531         * src/MERGE: Merge upstream phobos 32cfe9b61.
533 2021-04-21  Iain Buclaw  <ibuclaw@gdcproject.org>
535         * libdruntime/core/thread/osthread.d (callWithStackShell): Statically
536         generate PPC and PPC64 asm implementations, and conditionally remove
537         PPC register names on non-Darwin targets.
539 2021-04-20  Iain Buclaw  <ibuclaw@gdcproject.org>
541         PR d/98584
542         * libdruntime/gcc/deh.d (scanLSDA): Update calls to read_uleb128 and
543         read_encoded_value.
544         (actionTableLookup): Update calls to read_sleb128 and
545         read_encoded_value_with_base.
546         * libdruntime/gcc/unwind/pe.d (read_uleb128): Update signature.
547         (read_sleb128): Update signature.
548         (read_unaligned): New function.
549         (read_encoded_value_with_base): Update signature.  Call read_unaligned
550         instead of unsafe pointer dereferencing.
551         (read_encoded_value): Update signature.
553 2021-04-19  Iain Buclaw  <ibuclaw@gdcproject.org>
555         PR d/98494
556         * libdruntime/MERGE: Merge upstream druntime 89f870b7.
557         * src/MERGE: Merge upstream phobos e6907ff3e.
559 2021-04-19  Iain Buclaw  <ibuclaw@gdcproject.org>
561         PR d/98058
562         * configure: Regenerate.
563         * libdruntime/Makefile.am (DRUNTIME_DSOURCES_DARWIN): Add
564         core/sys/darwin/config.d
565         * libdruntime/Makefile.in: Regenerate.
566         * libdruntime/config/powerpc/switchcontext.S: Implement
567         fiber_switchContext for __MACH__.
568         * libdruntime/config/x86/switchcontext.S: Likewise.
569         * libdruntime/core/sys/darwin/config.d: New file.
570         * libdruntime/core/thread/fiber.d (Fiber.getThis): Mark noinline.
571         (UnsafeFiberMigration): Define for OSX/X86 and OSX/X86_64.
572         * libdruntime/core/thread/osthread.d (callWithStackShell): Add inline
573         assembler implementation for X86, X86_64, PPC, and PPC64.
574         * libdruntime/core/thread/threadbase.d (ThreadBase.getThis): Mark
575         noinline.
576         * libdruntime/gcc/deh.d (FuncTable): Remove definition.
577         * m4/druntime/os.m4 (DRUNTIME_OS_MINFO_BRACKETING): Check for right
578         bracket symbol on darwin* targets.
579         * testsuite/libphobos.thread/fiber_guard_page.d: Update test to
580         support ucontext-based Fibers.
582 2021-04-19  Iain Buclaw  <ibuclaw@gdcproject.org>
584         PR d/99794
585         * libdruntime/Makefile.am (DRUNTIME_SOURCES_CONFIGURED): Add
586         config/mingw/msvc.c on DRUNTIME_OS_MINGW.
587         * libdruntime/Makefile.in: Regenerate.
588         * libdruntime/config/mingw/msvc.c: New file.
589         * libdruntime/config/mingw/switchcontext.S (fiber_switchContext): Fix
590         function definition.
591         * libdruntime/gcc/deh.d (__gdc_personality_seh0): Fix call to
592         _GCC_specific_handler.
593         * libdruntime/gcc/gthread.d (__gthread_once_t): Fix definition.
594         * libdruntime/gcc/unwind/generic.d (_GCC_specific_handler): Fix
595         declaration.
596         * libdruntime/rt/dmain2.d (rt_loadLibrary): Remove function.
597         (rt_loadLibraryW): Remove function.
598         (initLibrary): Remove function.
599         (rt_unloadLibrary): Remove function.
601 2021-04-19  Iain Buclaw  <ibuclaw@gdcproject.org>
603         PR d/99691
604         * configure: Regenerate.
605         * libdruntime/config/common/threadasm.S: Add __OpenBSD__.
606         * libdruntime/gcc/backtrace.d: Import core.sys.openbsd.dlfcn on
607         OpenBSD platforms.
608         * libdruntime/gcc/sections/elf.d (SharedElf): Define on OpenBSD.
609         (linkMapForHandle): Implement for OpenBSD.
610         (exeLinkMap): Remove.
611         (getDependencies): Adjust dlpi_addr on OpenBSD.
612         (handleForName): Implement for OpenBSD.
613         (IterateManually): Define on OpenBSD.
614         * libdruntime/gcc/sections/package.d (SectionsElf): Define on OpenBSD.
615         * m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_ATOMIC): Test for
616         enable_libatomic.
617         (DRUNTIME_LIBRARIES_BACKTRACE): Test for enable_libbacktrace.
619 2021-04-10  Iain Buclaw  <ibuclaw@gdcproject.org>
621         * Makefile.in: Regenerate.
622         * configure: Regenerate.
623         * configure.ac: Call DRUNTIME_SECTION_FLAGS.
624         * libdruntime/Makefile.am: Add SECTION_FLAGS to AM_DFLAGS.
625         * libdruntime/Makefile.in: Regenerate.
626         * m4/druntime.m4 (DRUNTIME_SECTION_FLAGS): New macro.
627         * src/Makefile.am: Add SECTION_FLAGS to AM_DFLAGS.
628         * src/Makefile.in: Regenerate.
629         * testsuite/Makefile.in: Regenerate.
631 2021-04-10  Iain Buclaw  <ibuclaw@gdcproject.org>
633         * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Removed
634         gcc/sections/android.d, elf_shared.d, osx.d, win32.d, and win64.d.
635         Added gcc/sections/common.d, elf.d macho.d, and pecoff.d.
636         * libdruntime/Makefile.in: Regenerate.
637         * libdruntime/core/thread/osthread.d: Update externDFunc FQDN names to
638         use platform independant section function names.
639         * libdruntime/gcc/sections/elf_shared.d: Renamed to...
640         * libdruntime/gcc/sections/elf.d: ...this.  Mangle functions for
641         core.thread interface as if they come from the gcc.sections module.
642         * libdruntime/gcc/sections/package.d: Update public imports, declare
643         functions for core.thread interface.
644         * libdruntime/gcc/sections/android.d: Removed.
645         * libdruntime/gcc/sections/osx.d: Removed.
646         * libdruntime/gcc/sections/win32.d: Removed.
647         * libdruntime/gcc/sections/win64.d: Removed.
648         * libdruntime/gcc/sections/common.d: New file.
649         * libdruntime/gcc/sections/macho.d: New file.
650         * libdruntime/gcc/sections/pecoff.d: New file.
652 2021-04-10  Iain Buclaw  <ibuclaw@gdcproject.org>
654         * testsuite/libphobos.druntime/druntime.exp: Compile all tests with
655         -static-libphobos.
656         * testsuite/libphobos.phobos/phobos.exp: Likewise.
658 2021-04-10  Iain Buclaw  <ibuclaw@gdcproject.org>
660         * testsuite/libphobos.druntime/druntime.exp: Remove
661         is-effective-target static.
662         * testsuite/libphobos.phobos/phobos.exp: Likewise.
664 2021-04-10  Iain Buclaw  <ibuclaw@gdcproject.org>
666         PR d/99812
667         * testsuite/libphobos.druntime_shared/druntime_shared.exp: Re-add
668         -fno-moduleinfo flag to dg-runtest.
669         * testsuite/libphobos.phobos_shared/phobos_shared.exp: Likewise.
671 2021-04-08  Iain Buclaw  <ibuclaw@gdcproject.org>
673         * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Add
674         gcc/attributes.d.
675         * libdruntime/Makefile.in: Regenerate.
676         * libdruntime/gcc/attribute.d: Deprecate module, publicly import
677         gcc.attributes.
678         * libdruntime/gcc/deh.d: Update imports.
679         * libdruntime/gcc/attributes.d: New file.
681 2021-04-06  Iain Buclaw  <ibuclaw@gdcproject.org>
683         * libdruntime/MERGE: Merge upstream druntime 1134b710.
685 2021-04-03  Iain Buclaw  <ibuclaw@gdcproject.org>
687         * libdruntime/MERGE: Merge upstream druntime 483bc129.
688         * libdruntime/Makefile.am (DRUNTIME_DSOURCES_DARWIN): Add
689         core/sys/darwin/fcntl.d.
690         (DRUNTIME_DSOURCES_OPENBSD): Add core/sys/openbsd/unistd.d.
691         (DRUNTIME_DSOURCES_WINDOWS): Add core/sys/windows/stdc/malloc.d.
692         * libdruntime/Makefile.in: Regenerate.
693         * src/MERGE: Merge upstream phobos f89dc217a.
694         * src/Makefile.am (PHOBOS_DSOURCES): Add std/regex/internal/tests2.d.
695         * src/Makefile.in: Regenerate.
696         * testsuite/libphobos.exceptions/chain.d: Fix format arguments.
697         * testsuite/libphobos.exceptions/line_trace.d: Likewise.
699 2021-03-26  Iain Buclaw  <ibuclaw@gdcproject.org>
701         * Makefile.in: Regenerate.
702         * configure: Regenerate.
703         * configure.ac: Substitute enable_shared, enable_static, and
704         phobos_lt_pic_flag.
705         * libdruntime/Makefile.am (AM_DFLAGS): Replace
706         phobos_compiler_pic_flag with phobos_lt_pic_flags, and
707         phobos_compiler_shared_flag.
708         * libdruntime/Makefile.in: Regenerate.
709         * src/Makefile.am (AM_DFLAGS): Replace phobos_compiler_pic_flag
710         with phobos_lt_pic_flag, and phobos_compiler_shared_flag.
711         * src/Makefile.in: Regenerate.
712         * testsuite/Makefile.in: Regenerate.
713         * testsuite/libphobos.druntime_shared/druntime_shared.exp: Remove
714         -fversion=Shared and -fno-moduleinfo from default extra test flags.
715         * testsuite/libphobos.phobos_shared/phobos_shared.exp: Likewise.
716         * testsuite/testsuite_flags.in: Add phobos_compiler_shared_flag to
717         --gdcflags.
719 2021-02-04  Iain Buclaw  <ibuclaw@gdcproject.org>
721         PR d/98910
722         * libdruntime/MERGE: Merge upstream druntime 0fd4364c.
723         * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Add core/volatile.d.
724         * libdruntime/Makefile.in: Regenerate.
725         * testsuite/libphobos.allocations/tls_gc_integration.d: Update test.
727 2021-02-03  Iain Buclaw  <ibuclaw@gdcproject.org>
729         PR d/98910
730         * libdruntime/MERGE: Merge upstream druntime 9d0c8364.
731         * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Add
732         core/internal/attributes.d
733         (DRUNTIME_DSOURCES_BIONIC): Add core/sys/bionic/stdlib.d.
734         (DRUNTIME_DSOURCES_DARWIN): Add core/sys/darwin/stdlib.d, and
735         core/sys/darwin/sys/sysctl.d.
736         (DRUNTIME_DSOURCES_DRAGONFLYBSD): Add
737         core/sys/dragonflybsd/stdlib.d, and
738         core/sys/dragonflybsd/sys/sysctl.d.
739         (DRUNTIME_DSOURCES_FREEBSD): Add core/sys/freebsd/stdlib.d, and
740         core/sys/freebsd/sys/sysctl.d.
741         (DRUNTIME_DSOURCES_NETBSD): Add core/sys/netbsd/stdlib.d, and
742         core/sys/netbsd/sys/sysctl.d.
743         (DRUNTIME_DSOURCES_OPENBSD): Add core/sys/openbsd/stdlib.d, and
744         core/sys/openbsd/sys/sysctl.d.
745         (DRUNTIME_DSOURCES_SOLARIS): Add core/sys/solaris/stdlib.d.
746         * libdruntime/Makefile.in: Regenerate.
747         * src/MERGE: Merge upstream phobos 9d575282e.
749 2021-01-30  Iain Buclaw  <ibuclaw@gdcproject.org>
751         * Makefile.in: Regenerate.
752         * configure: Regenerate.
753         * libdruntime/MERGE: Merge upstream druntime e4aae28e.
754         * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Refresh module list.
755         (DRUNTIME_DSOURCES_BIONIC): Add core/sys/bionic/err.d.
756         (DRUNTIME_DSOURCES_DARWIN): Add core/sys/darwin/err.d,
757         core/sys/darwin/ifaddrs.d, core/sys/darwin/mach/nlist.d,
758         core/sys/darwin/mach/stab.d, and core/sys/darwin/sys/attr.d.
759         (DRUNTIME_DSOURCES_DRAGONFLYBSD): Add core/sys/dragonflybsd/err.d.
760         (DRUNTIME_DSOURCES_FREEBSD): Add core/sys/freebsd/err.d.
761         (DRUNTIME_DSOURCES_LINUX): Add core/sys/linux/err.d.
762         (DRUNTIME_DSOURCES_NETBSD): Add core/sys/netbsd/err.d.
763         (DRUNTIME_DSOURCES_OPENBSD): Add core/sys/openbsd/err.d.
764         (DRUNTIME_DSOURCES_POSIX): Add core/sys/posix/locale.d,
765         core/sys/posix/stdc/time.d, core/sys/posix/string.d, and
766         core/sys/posix/strings.d.
767         (DRUNTIME_DSOURCES_SOLARIS): Add core/sys/solaris/err.d.
768         (DRUNTIME_DSOURCES_WINDOWS): Add core/sys/windows/sdkddkver.d,
769         and core/sys/windows/stdc/time.d
770         * libdruntime/Makefile.in: Regenerate.
771         * libdruntime/gcc/sections/elf_shared.d (sizeofTLS): New function.
772         * testsuite/libphobos.thread/fiber_guard_page.d: Use
773         __traits(getMember) to get internal fields.
775 2021-01-26  Iain Buclaw  <ibuclaw@gdcproject.org>
777         * src/MERGE: Merge upstream phobos 3dd5df686.
778         * testsuite/libphobos.phobos/phobos.exp: Add compiler flag
779         -fversion=Linux_Pre_2639 if target is linux_pre_2639.
780         * testsuite/libphobos.phobos_shared/phobos_shared.exp: Likewise.
782 2021-01-23  Iain Buclaw  <ibuclaw@gdcproject.org>
784         PR d/98806
785         * libdruntime/gcc/sections/elf_shared.d (MIPS_Any): Declare version
786         for MIPS32 and MIPS64.
787         (getDependencies): Adjust dlpi_addr on MIPS_Any.
789 2021-01-05  Samuel Thibault  <samuel.thibault@ens-lyon.org>
791         * configure: Re-generate.
793 2020-12-05  Iain Sandoe  <iain@sandoe.co.uk>
795         PR target/97865
796         * configure: Regenerate.
798 2020-11-30  Iain Buclaw  <ibuclaw@gdcproject.org>
800         PR d/87818
801         * configure.tgt: Add x86_64-*-freebsd* and i?86-*-freebsd* as
802         supported targets.
804 2020-11-27  Iain Buclaw  <ibuclaw@gdcproject.org>
806         PR d/98025
807         * Makefile.in: Regenerate.
808         * configure: Regenerate.
809         * configure.ac (DCFG_ENABLE_CET): Substitute.
810         * libdruntime/MERGE: Merge upstream druntime 0fe7974c.
811         * libdruntime/Makefile.in: Regenerate.
812         * libdruntime/core/thread.d: Import gcc.config.
813         (class Fiber): Add ucontext_t fields when GNU_Enable_CET is true.
814         * libdruntime/gcc/config.d.in (GNU_Enable_CET): Define.
815         * src/Makefile.in: Regenerate.
816         * testsuite/Makefile.in: Regenerate.
818 2020-11-27  Iain Buclaw  <ibuclaw@gdcproject.org>
820         * libdruntime/MERGE: Merge upstream druntime d37ef985.
821         * libdruntime/Makefile.am (DRUNTIME_DSOURCES_FREEBSD): Add
822         core/sys/freebsd/config.d
823         * libdruntime/Makefile.in: Regenerate.
825 2020-11-27  Iain Buclaw  <ibuclaw@gdcproject.org>
827         * src/MERGE: Merge upstream phobos 38873fe6e.
829 2020-11-27  Iain Buclaw  <ibuclaw@gdcproject.org>
831         * libdruntime/MERGE: Merge upstream druntime 5e4492c4.
833 2020-11-18  Iain Buclaw  <ibuclaw@gdcproject.org>
835         * configure.tgt: Add *-*-dragonfly* as a supported target.
836         * configure: Regenerate.
837         * m4/druntime/os.m4 (DRUNTIME_OS_SOURCES): Add dragonfly* as a posix
838         target.
840 2020-11-18  Iain Buclaw  <ibuclaw@gdcproject.org>
842         * src/MERGE: Merge upstream phobos 7948e0967.
844 2020-11-13  Iain Buclaw  <ibuclaw@gdcproject.org>
846         * configure: Regenerate.
847         * configure.ac (libtool_VERSION): Update to 2:0.0.
849 2020-10-27  Iain Buclaw  <ibuclaw@gdcproject.org>
851         * libdruntime/MERGE: Merge upstream druntime 58560d51.
853 2020-10-12  Maciej W. Rozycki  <macro@linux-mips.org>
855         * libdruntime/config/mips/switchcontext.S [__mips_hard_float]:
856         Use L.D and S.D generic assembly instructions rather than LDC1
857         and SDC1 MIPS II hardware instructions.
859 2020-10-12  Iain Buclaw  <ibuclaw@gdcproject.org>
861         * testsuite/lib/libphobos.exp: Define tool_timeout, set to 600.
863 2020-09-10  Iain Buclaw  <ibuclaw@gdcproject.org>
865         PR d/95680
866         PR d/97007
867         * Makefile.am (AM_MAKEFLAGS): Remove $(CET_FLAGS).
868         * Makefile.in: Regenerate.
869         * configure: Regenerate.
870         * configure.ac (DCFG_ENABLE_CET): Remove substitution.
871         (CET_DFLAGS): Substitute.
872         * libdruntime/Makefile.am (AM_DFLAGS): Add $(CET_DFLAGS).
873         (AM_CFLAGS): Add $(CET_FLAGS).
874         (AM_CCASFLAGS): Likewise.
875         * libdruntime/Makefile.in: Regenerate.
876         * libdruntime/core/thread.d: Replace static if GNU_Enable_CET
877         condition with `version (CET)'.
878         * libdruntime/gcc/config.d.in (GNU_Enable_CET): Remove.
879         * src/Makefile.am (AM_DFLAGS): Add $(CET_DFLAGS).
880         (AM_CFLAGS): Add $(CET_FLAGS).
881         * src/Makefile.in: Regenerate.
882         * testsuite/Makefile.in: Regenerate.
883         * testsuite/testsuite_flags.in: Add $(CET_DFLAGS) to --gdcflags.
885 2020-09-09  H.J. Lu  <hjl.tools@gmail.com>
887         PR d/95680
888         * libdruntime/config/x86/switchcontext.S: Include <cet.h> to
889         generate the CET marker for -fcf-protection.
891 2020-09-08  Iain Buclaw  <ibuclaw@gdcproject.org>
893         PR d/95680
894         * Makefile.in: Regenerate.
895         * configure: Regenerate.
896         * configure.ac (DCFG_ENABLE_CET): Substitute.
897         * libdruntime/Makefile.in: Regenerate.
898         * libdruntime/config/x86/switchcontext.S: Remove CET support code.
899         * libdruntime/core/thread.d: Import gcc.config.  Don't set version
900         AsmExternal when GNU_Enable_CET is true.
901         * libdruntime/gcc/config.d.in (GNU_Enable_CET): Define.
902         * src/Makefile.in: Regenerate.
903         * testsuite/Makefile.in: Regenerate.
905 2020-06-25  Iain Buclaw  <ibuclaw@gdcproject.org>
907         * libdruntime/MERGE: Merge upstream druntime d05ebaad.
908         * src/MERGE: Merge upstream phobos 021ae0df7.
909         * testsuite/libphobos.typeinfo/struct-align.d: Remove empty statement.
911 2020-05-29  H.J. Lu  <hjl.tools@gmail.com>
913         PR bootstrap/95413
914         * configure: Regenerated.
916 2020-05-15  H.J. Lu  <hongjiu.lu@intel.com>
918         PR bootstrap/95147
919         * configure: Regenerated.
921 2020-05-08  H.J. Lu  <hongjiu.lu@intel.com>
923         * libdruntime/config/x86/switchcontext.S: Include <cet.h> if
924         __CET__ is defined.
925         (_CET_ENDBR): New.  Define if __CET__ is not defined.
926         (fiber_switchContext): Add _CET_ENDBR after .cfi_startproc.
928 2020-05-08  H.J. Lu  <hongjiu.lu@intel.com>
930         * Makefile.am (AM_MAKEFLAGS): Add $(CET_FLAGS) to GCC FLAGS.
931         * configure.ac (CET_FLAGS): Add GCC_CET_FLAGS and AC_SUBST.
932         * Makefile.in: Regenerated.
933         * aclocal.m4: Likewise.
934         * configure.ac: Likewise.
936 2020-04-30  Iain Buclaw  <ibuclaw@gdcproject.org>
938         * libdruntime/Makefile.am (DRUNTIME_SOURCES_CONFIGURED): Remove
939         config/powerpc/switchcontext.S
940         * libdruntime/Makefile.in: Regenerate.
941         * libdruntime/config/powerpc/callwithstack.S: Remove.
942         * libdruntime/config/powerpc/switchcontext.S: Fix symbol name of
943         fiber_switchContext.
944         * libdruntime/core/thread.d: Disable fiber migration tests on PPC.
945         * testsuite/libphobos.thread/fiber_guard_page.d: Set guardPageSize
946         same as stackSize.
948 2020-04-29  Iain Buclaw  <ibuclaw@gdcproject.org>
950         * testsuite/lib/libphobos.exp (check_effective_target_linux_pre_2639):
951         Fix KERNEL_VERSION condition.
953 2020-04-28  Iain Buclaw  <ibuclaw@gdcproject.org>
955         PR d/94825
956         * configure: Regenerate.
957         * libdruntime/Makefile.am (DRUNTIME_SOURCES_CONFIGURED): Add both
958         switchcontext.S and callwithstack.S if DRUNTIME_CPU_POWERPC.
959         * libdruntime/Makefile.in: Regenerate.
960         * libdruntime/config/powerpc/switchcontext.S: Add !__PPC64__ guards.
961         * libdruntime/config/powerpc64/callwithstack.S: Add __PPC64__ guards.
962         * m4/druntime/cpu.m4 (DRUNTIME_CPU_SOURCES): Define DRUNTIME_CPU_POWER
963         for all powerpc biarchs.  Remove DRUNTIME_CPU_POWER64 conditional.
965 2020-04-27  Iain Buclaw  <ibuclaw@gdcproject.org>
967         * libdruntime/Makefile.am (DRUNTIME_DSOURCES_LINUX): Remove
968         core/sys/linux/sys/netinet/tcp.d.
969         * libdruntime/Makefile.in: Regenerate.
971 2020-04-27  Iain Buclaw  <ibuclaw@gdcproject.org>
973         * configure.tgt: Add hppa-*-linux* as a supported target.
975 2020-04-26  Iain Buclaw  <ibuclaw@gdcproject.org>
977         * configure: Regenerate.
978         * configure.tgt: Add power*-*-linux* as a supported target, only
979         building libdruntime.
980         * m4/druntime/cpu.m4 (DRUNTIME_CPU_SOURCES): Add cases for powerpcle
981         and powerpc64le target cpus.
983 2020-04-21  Mathias Lang  <pro.mathias.lang@gmail.com>
984             Iain Buclaw  <ibuclaw@gdcproject.org>
986         * configure: Regenerate.
987         * configure.ac: Call DRUNTIME_LIBRARIES_UCONTEXT.
988         * m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_UCONTEXT): Define to
989         search libraries for swapcontext.
990         * libdruntime/gcc/sections/elf_shared.d (getTLSRange): Always use
991         __tls_get_addr on Musl.
993 2020-04-20  Iain Buclaw  <ibuclaw@gdcproject.org>
995         * configure: Regenerate.
996         * configure.ac: Fix option name for --with-libphobos-druntime-only.
998 2020-04-20  Iain Buclaw  <ibuclaw@gdcproject.org>
1000         * configure: Regenerate.
1001         * configure.ac: Remove DRUNTIME_GC.
1003 2020-04-18  Iain Buclaw  <ibuclaw@gdcproject.org>
1005         PR d/94304
1006         * configure: Regenerate.
1007         * configure.ac: Add --with-libphobos-druntime-only option and the
1008         conditional ENABLE_LIBDRUNTIME_ONLY.
1009         * configure.tgt: Define LIBDRUNTIME_ONLY.
1010         * src/Makefile.am: Add phobos sources if not ENABLE_LIBDRUNTIME_ONLY.
1011         * src/Makefile.in: Regenerate.
1012         * testsuite/testsuite_flags.in: Add phobos path if compiling phobos.
1014 2020-04-18  Iain Buclaw  <ibuclaw@gdcproject.org>
1016         * testsuite/libphobos.phobos/phobos.exp: Skip if effective target is
1017         not d_runtime_has_std_library.
1018         * testsuite/libphobos.phobos_shared/phobos_shared.exp: Likewise.
1020 2020-04-13  Iain Buclaw  <ibuclaw@gdcproject.org>
1022         * libdruntime/core/stdc/stdarg.d: Remove run-time va_list template.
1024 2020-04-10  Iain Buclaw  <ibuclaw@gdcproject.org>
1026         * d_rules.am (libdgruntime_la_LINK): Move to libdruntime/Makefile.am.
1027         (libgphobos_la_LINK): Move to src/Makefile.am
1028         * libdruntime/Makefile.am: Add libgdruntime_convenience library.
1029         * libdruntime/Makefile.in: Regenerate.
1030         * src/Makefile.am (libgphobos_la_LIBADD): Add libgdruntime_convenience
1031         library.
1032         (libgphobos_la_DEPENDENCIES): Likewise.
1033         * src/Makefile.in: Regenerate.
1034         * testsuite/lib/libphobos.exp: Remove libdruntime library paths.
1035         * testsuite/testsuite_flags.in: Likewise.
1037 2020-04-09  Iain Buclaw  <ibuclaw@gdcproject.org>
1039         * configure: Regenerate.
1040         * libdruntime/Makefile.am (ALL_DRUNTIME_INSTALL_DSOURCES): Remove
1041         DRUNTIME_DSOURCES_GC and DRUNTIME_DSOURCES_GCSTUB.
1042         (DRUNTIME_DSOURCES): Add gc/*.d sources.
1043         (DRUNTIME_DSOURCES_GC): Remove.
1044         (DRUNTIME_DSOURCES_GCSTUB): Remove.
1045         * libdruntime/Makefile.in: Regenerate.
1046         * libdruntime/gcstub/gc.d: Remove.
1047         * m4/druntime.m4 (DRUNTIME_GC): Remove.
1049 2020-04-09  Iain Buclaw  <ibuclaw@gdcproject.org>
1051         PR d/94305
1052         * Makefile.in: Regenerate.
1053         * configure: Regenerate.
1054         * configure.ac: Add --enable-libphobos-checking and substitute
1055         CHECKING_DFLAGS.  Remove -frelease from GDCFLAGS.
1056         * libdruntime/Makefile.am: Add CHECKING_DFLAGS to AM_DFLAGS.
1057         * libdruntime/Makefile.in: Regenerate.
1058         * src/Makefile.am: Add CHECKING_DFLAGS to AM_DFLAGS.
1059         * src/Makefile.in: Regenerate.
1060         * testsuite/Makefile.in: Regenerate.
1061         * testsuite/testsuite_flags.in: Add -fno-release -funittest to
1062         --gdcflags.
1064 2020-04-09  Iain Buclaw  <ibuclaw@gdcproject.org>
1066         * configure: Regenerate.
1067         * configure.ac: Use AC_SEARCH_LIBS for pthread_create.
1068         * m4/druntime/libraries.m4: Remove DRUNTIME_LIBRARIES_THREAD.
1070 2020-04-08  Iain Buclaw  <ibuclaw@gdcproject.org>
1072         * configure: Regenerate.
1073         * configure.ac: Remove DRUNTIME_OS_UNIX.
1074         * libdruntime/Makefile.am: Add DRUNTIME_DSOURCES_POSIX if
1075         DRUNTIME_OS_POSIX is true.
1076         * libdruntime/Makefile.in: Regenerate.
1077         * m4/druntime/os.m4 (DRUNTIME_OS_UNIX): Remove, move AM_CONDITIONAL
1078         logic to...
1079         (DRUNTIME_OS_SOURCES): ...here.  Rename conditional to
1080         DRUNTIME_OS_POSIX.
1082 2020-04-08  Iain Buclaw  <ibuclaw@gdcproject.org>
1084         * Makefile.in: Regenerate.
1085         * configure: Regenerate.
1086         * configure.ac: Substite WARN_DFLAGS independently of GDCFLAGS.
1087         * libdruntime/Makefile.am: Add WARN_DFLAGS to AM_DFLAGS.
1088         * libdruntime/Makefile.in: Regenerate.
1089         * src/Makefile.am: Add WARN_DFLAGS to AM_DFLAGS.
1090         * src/Makefile.in: Regenerate.
1091         * testsuite/Makefile.in: Regenerate.
1092         * testsuite/testsuite_flags.in: Add WARN_DFLAGS to --gdcflags.
1094 2020-04-07  Robin Dapp  <rdapp@linux.ibm.com>
1095             Stefan Liebler  <stli@linux.ibm.com>
1097         * configure: Regenerate.
1098         * libdruntime/Makefile.am: Add s390x and s390.
1099         * libdruntime/Makefile.in: Regenerate.
1100         * libdruntime/config/s390/get_tls_offset.S: New file.
1101         * libdruntime/config/systemz/get_tls_offset.S: New file.
1102         * libdruntime/gcc/sections/elf_shared.d: Use ibmz_get_tls_offset.
1103         * m4/druntime/cpu.m4: Add s390x and s390.
1105 2020-04-07  Stefan Liebler  <stli@linux.ibm.com>
1107         * libdruntime/core/sys/posix/signal.d:
1108         Add struct sigaction_t for SystemZ.
1110 2020-03-16  Iain Buclaw  <ibuclaw@gdcproject.org>
1112         PR d/92792
1113         * Makefile.in: Regenerate.
1114         * configure: Regenerate.
1115         * configure.ac (libtool_VERSION): Reset to 1:0:0.
1116         * libdruntime/Makefile.in: Regenerate.
1118 2020-02-17  Martin Liska  <mliska@suse.cz>
1120         PR other/93756
1121         * src/std/algorithm/iteration.d: Fix typo.
1123 2020-01-24  Maciej W. Rozycki  <macro@wdc.com>
1125         * m4/druntime.m4: Handle `--with-toolexeclibdir='.
1126         * m4/Makefile.in: Regenerate.
1127         * libdruntime/Makefile.in: Regenerate.
1128         * src/Makefile.in: Regenerate.
1129         * testsuite/Makefile.in: Regenerate.
1130         * Makefile.in: Regenerate.
1131         * aclocal.m4: Regenerate.
1132         * configure: Regenerate.
1134 2020-01-01  Jakub Jelinek  <jakub@redhat.com>
1136         Update copyright years.
1138 2019-09-27  Maciej W. Rozycki  <macro@wdc.com>
1140         * configure: Regenerate.
1142 2019-09-03  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1144         * testsuite/lib/libphobos.exp (libphobos_init): Add multi-lib libgcc
1145         dirs to the ld_library_path var.
1147 2019-08-20  Iain Buclaw  <ibuclaw@gdcproject.org>
1149         * libdruntime/Makefile.am (DRUNTIME_DSOURCES_BIONIC): Add
1150         core/sys/bionic/string.d.
1151         (DRUNTIME_DSOURCES_DARWIN): Add core/sys/darwin/string.d.
1152         (DRUNTIME_DSOURCES_DRAGONFLYBSD): Add core/sys/dragonflybsd/string.d,
1153         core/sys/dragonflybsd/sys/socket.d.
1154         (DRUNTIME_DSOURCES_FREEBSD): Add core/sys/freebsd/string.d.
1155         (DRUNTIME_DSOURCES_LINUX): Add core/sys/linux/string.d.
1156         (DRUNTIME_DSOURCES_NETBSD): Add core/sys/netbsd/string.d,
1157         core/sys/netbsd/sys/featuretest.d.
1158         * libdruntime/Makefile.in: Regenerate.
1160 2019-08-20  Iain Buclaw  <ibuclaw@gdcproject.org>
1162         * libdruntime/Makefile.am (DRUNTIME_DSOURCES_OPENBSD): Add
1163         core/sys/openbsd/sys/cdefs.d, core/sys/openbsd/sys/elf.d,
1164         core/sys/openbsd/sys/elf32.d, core/sys/openbsd/sys/elf64.d,
1165         core/sys/openbsd/sys/elf_common.d, core/sys/openbsd/sys/link_elf.d,
1166         core/sys/openbsd/sys/mman.d, core/sys/openbsd/time.d.
1167         * libdruntime/Makefile.in: Regenerate.
1169 2019-05-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1171         * m4/druntime/os.m4 (DRUNTIME_OS_LINK_SPEC): Only use -z
1172         relax=transtls if linker supports it.
1173         * configure.ac (enable_libphobos, LIBPHOBOS_SUPPORTED): Move down.
1174         (x86_64-*-solaris2.* | i?86-*-solaris2.*): Only
1175         mark supported with either gld or ld -z relax=transtls.
1176         * configure: Regenerate.
1178 2019-05-02  Maciej W. Rozycki  <macro@wdc.com>
1180         * std/math.d (IeeeFlags.getIeeeFlags): Handle RISC-V soft-float ABI.
1181         (IeeeFlags.resetIeeeFlags): Likewise.
1182         (FloatingPointControl.getControlState): Likewise.
1183         (FloatingPointControl.setControlState): Likewise.
1185 2019-04-25  Iain Buclaw  <ibuclaw@gdcproject.org>
1187         PR d/90250
1188         * libdruntime/gcc/sections/elf_shared.d (initTLSRanges): Populate
1189         _tlsRanges in every startup thread.
1190         * testsuite/libphobos.thread/thread.exp: Load libphobos-dg.exp.
1191         * testsuite/libphobos.thread/tlsgc_sections.d: New test.
1193 2019-04-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1195         * m4/druntime/cpu.m4 (DRUNTIME_CPU_SOURCES): Quote brackets.
1196         * configure: Regenerate.
1198 2019-04-25  Johannes Pfau  <johannespfau@gmail.com>
1200         * libdruntime/Makefile.am: Add emutls and gthread files.
1201         * libdruntime/Makefile.in: Regenerate.
1202         * libdruntime/gcc/emutls.d: New file. Implement GC-compatible emutls.
1203         * libdruntime/gcc/gthread.d: New file.
1204         * libdruntime/gcc/sections/elf_shared.d: Integrate emutls support.
1205         * testsuite/libphobos.allocations/tls_gc_integration.d: New test for TLS.
1207 2019-04-25  Iain Buclaw  <ibuclaw@gdcproject.org>
1209         * testsuite/Makefile.am: Set PWD_COMMAND.
1210         * testsuite/Makefile.in: Regenerate.
1212 2019-04-25  Iain Buclaw  <ibuclaw@gdcproject.org>
1214         PR d/90086
1215         * m4/druntime/cpu.m4 (DRUNTIME_CPU_SOURCES): New macro.
1216         * configure.ac: Use it.
1217         * configure: Regenerate.
1218         * libdruntime/Makefile.am: Add new config sources to
1219         DRUNTIME_SOURCES_CONFIGURED.
1220         * libdruntime/Makefile.in: Regenerate.
1221         * libdruntime/config/aarch64/switchcontext.S: New file.
1222         * libdruntime/config/arm/switchcontext.S: New file.
1223         * libdruntime/config/common/threadasm.S: New file.
1224         * libdruntime/config/mingw/switchcontext.S: New file.
1225         * libdruntime/config/mips/switchcontext.S: New file.
1226         * libdruntime/config/powerpc/switchcontext.S: New file.
1227         * libdruntime/config/powerpc64/callwithstack.S: New file.
1228         * libdruntime/config/x86/switchcontext.S: New file.
1229         * libdruntime/core/threadasm.S: Remove.
1231 2019-04-24  Iain Buclaw  <ibuclaw@gdcproject.org>
1233         PR d/89432
1234         * testsuite/lib/libphobos.exp (check_effective_target_linux_pre_2639):
1235         New proc.
1236         * testsuite/libphobos.druntime/druntime.exp: Add compiler flag
1237         -fversion=Linux_Pre_2639 if target is linux_pre_2639.
1238         * testsuite/libphobos.druntime_shared/druntime_shared.exp: Likewise.
1240 2019-04-24  Iain Buclaw  <ibuclaw@gdcproject.org>
1242         PR d/88654
1243         * testsuite/lib/libphobos.exp (libphobos-dg-test): Check
1244         libphobos_skipped_test_p before running test.
1245         (libphobos-dg-prune): New proc.
1246         (libphobos_init): Set libphobos_skip_tests.
1247         (libphobos_skipped_test_p): New proc.
1248         (check_effective_target_libcurl_available): New proc.
1249         * testsuite/libphobos.phobos/phobos.exp: Skip curl tests if library
1250         not found.
1251         * testsuite/libphobos.phobos_shared/phobos_shared.exp: Likewise.
1253 2019-04-24  Iain Buclaw  <ibuclaw@gdcproject.org>
1255         PR d/88431
1256         * configure: Regenerate.
1257         * m4/libtool.m4 (lt_simple_compile_test_code): Update to not have
1258         dependencies on libphobos.
1259         (lt_simple_link_test_code): Likewise.
1260         (GDCFLAGS): Don't override for D compiler tests.
1262 2019-04-24  Iain Buclaw  <ibuclaw@gdcproject.org>
1264         * configure.tgt: Add aarch64*-*-linux* as a supported target.
1266 2019-04-23  Iain Buclaw  <ibuclaw@gdcproject.org>
1267             Robin Dapp  <rdapp@linux.ibm.com>
1269         * configure.tgt: Add s390*-linux* as a supported target.
1270         * libdruntime/gcc/sections/elf_shared.d: import gcc.builtins.
1271         (__tls_get_addr_internal): Declare.
1272         (TLS_DTV_OFFSET): Define as zero on SystemZ.
1273         (getTLSRange): Support getting TLS on SystemZ.
1274         * testsuite/libphobos.typeinfo/struct-align.d: New test.
1276 2019-04-23  Iain Buclaw  <ibuclaw@gdcproject.org>
1278         * configure.tgt: Add linux/riscv as supported target.
1279         * libdruntime/gcc/sections/elf_shared.d (getDependencies): Adjust
1280         dlpi_addr on RISCV32 and RISCV64.
1281         * src/std/math.d: Add IEEE FPU control support for RISC-V.
1283 2019-04-23  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1284             Bernd Edlinger  <bernd.edlinger@hotmail.de>
1285             Jakub Jelinek  <jakub@redhat.com>
1287         PR target/89093
1288         * libdruntime/gcc/deh.d: Import gcc.attribute.
1289         (personality_fn_attributes): New enum.
1290         (scanLSDA, CONTINUE_UNWINDING, gdc_personality, __gdc_personality):
1291         Add @personality_fn_attributes.
1293 2019-04-20  Iain Buclaw  <ibuclaw@gdcproject.org>
1295         PR d/89293
1296         * libdruntime/core/atomic.d (casImpl): Remove static assert for
1297         GNU_Have_Atomics, add static path to handle missing atomic support.
1298         (atomicLoad): Likewise.
1299         (atomicStore): Likewise.
1300         (atomicFence):  Likewise.
1301         (atomicMutexHandle, AtomicMutex): Declare types.
1302         (_getAtomicMutex): New function.
1303         (getAtomicMutex): Declare.
1305 2019-04-16  Iain Buclaw  <ibuclaw@gdcproject.org>
1307         * config.h.in: Regenerate.
1308         * configure: Regenerate.
1309         * m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_BACKTRACE): Set
1310         CPPFLAGS correctly for backtrace support test.
1312 2019-04-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1314         * configure.tgt (LIBPHOBOS_SUPPORTED): Default to no.
1315         Set to yes explicitly.
1316         (x86_64-*-solaris2.11* | i?86-*-solaris2.11*): Mark supported.
1317         * configure.ac: Handle --enable-libphobos.
1318         (x86_64-*-solaris2.* | i?86-*-solaris2.*): Only mark supported
1319         with gas.
1320         (ENABLE_LIBPHOBOS): New conditional.
1321         * configure: Regenerate.
1322         * Makefile.am (SUBDIRS): Only set if ENABLE_LIBPHOBOS.
1323         * Makefile.in: Regenerate.
1325 2019-04-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1326             Iain Buclaw  <ibuclaw@gdcproject.org>
1328         PR d/88150
1329         * m4/druntime/os.m4 (DRUNTIME_OS_DLPI_TLS_MODID): New macro.
1330         * configure.ac: Use it.
1331         Call AC_USE_SYSTEM_EXTENSIONS.
1332         * configure: Regenerate.
1333         * Makefile.in, libdruntime/Makefile.in, src/Makefile.in,
1334         testsuite/Makefile.in: Regenerate.
1335         * libdruntime/gcc/config.d.in (OS_Have_Dlpi_Tls_Modid): Define.
1336         * libdruntime/gcc/sections/elf_shared.d: Import gcc.config.
1337         (scanSegments) <PT_TLS> [OS_Have_Dlpi_Tls_Modid]: Use
1338         dlpi_tls_modid.
1339         [Solaris]: Use dlinfo(RTLD_DI_LINKMAP) to get rt_tlsmodid.
1340         Otherwise clear pdso._tlsMod, pdso._tlsSize.
1341         (getTLSRange) [Solaris && !OS_Have_Dlpi_Tls_Modid]: Readjust mod.
1343 2019-04-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1345         * m4/druntime/os.m4 (DRUNTIME_OS_LINK_SPEC): New macro.
1346         * configure.ac: Call it.
1347         * configure: Regenerate.
1348         * Makefile.in, libdruntime/Makefile.in, src/Makefile.in,
1349         testsuite/Makefile.in: Regenerate.
1350         * src/libgphobos.spec.in (*link): Append OS_LINK_SPEC.
1352 2019-04-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1354         PR d/88150
1355         * libdruntime/gcc/sections/elf_shared.d [Solaris] (SharedELF): Set
1356         to true.
1357         Import core.sys.solaris.dlfcn, core.sys.solaris.link,
1358         core.sys.solaris.sys.elf, core.sys.solaris.sys.link.
1359         (dummy_ref): Declare.
1360         (initSections): Initialize dummy_ref.
1361         (getDependencies): Set strtab.
1362         (handleForName): Don't dlclose handle.
1363         (findDSOInfoForAddr): Set IterateManually.
1364         (getprogname): Declare.
1365         (progname): Use it.
1366         * libdruntime/gcc/sections/package.d [Solaris]: Import
1367         gcc.sections.elf_shared instead of gcc.sections.solaris.
1368         * libdruntime/gcc/sections/solaris.d: Remove.
1369         * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Remove
1370         gcc/sections/solaris.d.
1371         * libdruntime/Makefile.in: Regenerate.
1373 2019-04-13  Iain Buclaw  <ibuclaw@gdcproject.org>
1375         * libdruntime/Makefile.am (DRUNTIME_CSOURCES): Remove bss_sections.c.
1376         (DRUNTIME_DSOURCES): Rename rt/sections_* modules to gcc/sections/*.
1377         * libdruntime/Makefile.in: Regenerate.
1378         * libdruntime/gcc/sections/android.d: New file.
1379         * libdruntime/gcc/sections/elf_shared.d: New file.
1380         * libdruntime/gcc/sections/osx.d: New file.
1381         * libdruntime/gcc/sections/package.d: New file.
1382         * libdruntime/gcc/sections/solaris.d: New file.
1383         * libdruntime/gcc/sections/win32.d: New file.
1384         * libdruntime/gcc/sections/win64.d: New file.
1385         * libdruntime/rt/bss_section.c: Remove.
1386         * libdruntime/rt/sections.d: Publicly import gcc.sections.
1387         * libdruntime/rt/sections_android.d: Remove.
1388         * libdruntime/rt/sections_elf_shared.d: Remove.
1389         * libdruntime/rt/sections_osx.d: Remove.
1390         * libdruntime/rt/sections_solaris.d: Remove.
1391         * libdruntime/rt/sections_win32.d: Remove.
1392         * libdruntime/rt/sections_win64.d: Remove.
1394 2019-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>
1396         * configure.ac (AM_INIT_AUTOMAKE): Add subdir-objects.
1397         * configure: Regenerate.
1398         * libdruntime/Makefile.in: Regenerate.
1400 2019-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>
1402         * m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_ZLIB): Use
1403         libz_convenience.a if not using system zlib.
1404         * Makefile.in: Regenerate.
1405         * configure: Regenerate.
1406         * libdruntime/Makefile.in: Regenerate.
1407         * src/Makefile.am: Remove ZLIB_CSOURCES and AM_CFLAGS.
1408         * src/Makefile.in: Regenerate.
1409         * testsuite/Makefile.in: Regenerate.
1411 2019-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>
1413         * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Remove dejagnu.
1414         (RUNTEST): Remove variable.
1415         (RUNTESTDEFAULTFLAGS, check_p_subno, check_p_numbers0,
1416         check_p_numbers1, check_p_numbers2, check_p_numbers3,
1417         check_p_numbers4, check_p_numbers5, check_p_numbers6, check_p_numbers,
1418         check_p_subdirs, check_DEJAGNU_libphobos_targets): New variables.
1419         (site.exp, %/site.exp, check-DEJAGNU, check-am, clean-local): New
1420         rules written so that all the *.exp files are ran parallelized.
1421         (CLEANFILES): Add *.exe, *.o, and site.exp.
1422         * testsuite/Makefile.in: Regenerate.
1424 2019-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>
1426         PR d/89255
1427         * configure.ac (ENABLE_SHARED, ENABLE_STATIC): Remove conditionals.
1428         * configure: Regenerate.
1429         * d_rules.am (%.t.lo, %.t.o): Remove rules.
1430         (unittest_static_LINK, unittest_LINK, libgdruntime_t_la_LINK,
1431         libgphobos_t_la_LINK): Remove variables.
1432         * libdruntime/Makefile.am (DRUNTIME_TEST_LOBJECTS,
1433         DRUNTIME_TEST_OBJECTS, check_PROGRAMS, check_LTLIBRARIES,
1434         unittest_static_SOURCES, unittest_static_LIBTOOLFLAGS,
1435         unittest_static_LDFLAGS, unittest_static_LDADD,
1436         EXTRA_unittest_static_DEPENDENCIES, libgdruntime_t_la_SOURCES,
1437         libgdruntime_t_la_LIBTOOLFLAGS, libgdruntime_t_la_LDFLAGS,
1438         libgdruntime_t_la_LIBADD, EXTRA_libgdruntime_t_la_DEPENDENCIES,
1439         unittest_SOURCES, unittest_LIBTOOLFLAGS, unittest_LDFLAGS,
1440         unittest_LDADD): Remove variables.
1441         (clean-local): Remove rule.
1442         * libdruntime/Makefile.in: Regenerate.
1443         * src/Makefile.am (PHOBOS_TEST_LOBJECTS,
1444         PHOBOS_TEST_OBJECTS, check_PROGRAMS, check_LTLIBRARIES,
1445         unittest_static_SOURCES, unittest_static_LIBTOOLFLAGS,
1446         unittest_static_LDFLAGS, unittest_static_LDADD,
1447         EXTRA_unittest_static_DEPENDENCIES, libgdruntime_t_la_SOURCES,
1448         libgdruntime_t_la_LIBTOOLFLAGS, libgdruntime_t_la_LDFLAGS,
1449         libgdruntime_t_la_LIBADD, EXTRA_libgdruntime_t_la_DEPENDENCIES,
1450         unittest_SOURCES, unittest_LIBTOOLFLAGS, unittest_LDFLAGS,
1451         unittest_LDADD): Remove variables.
1452         (clean-local): Remove rule.
1453         * src/Makefile.in: Regenerate.
1454         * testsuite/lib/libphobos.exp (libphobos_test_name): New global.
1455         (libphobos_init): Set libphobos_test_name.
1456         (libphobos-dg-test): Override name if libphobos_test_name is set.
1457         (filter_libphobos_unittests): New proc.
1458         * testsuite/libphobos.aa/aa.exp: Don't load libphobos-dg.exp.
1459         * testsuite/libphobos.cycles/cycles.exp: Set libphobos_test_name.
1460         * testsuite/libphobos.druntime/druntime.exp: New file.
1461         * testsuite/libphobos.druntime_shared/druntime_shared.exp: New file.
1462         * testsuite/libphobos.phobos/phobos.exp: New file.
1463         * testsuite/libphobos.phobos_shared/phobos_shared.exp: New file.
1464         * testsuite/libphobos.shared/shared.exp: Use dg-runtest to run tests.
1465         * testsuite/libphobos.hash/hash.exp: Don't load libphobos-dg.exp
1466         * testsuite/libphobos.init_fini/init_fini.exp: Likewise.
1467         * testsuite/libphobos.thread/thread.exp: Likewise.
1468         * testsuite/libphobos.typeinfo/typeinfo.exp: Likewise.
1469         * testsuite/libphobos.unittests/unittests.exp: Remove.
1470         * testsuite/test_runner.d: Remove.
1471         * testsuite/testsuite_flags.in: Add phobos to --gdcpaths.
1473 2019-03-26  Iain Buclaw  <ibuclaw@gdcproject.org>
1475         * libdruntime/Makefile.am (DRUNTIME_DSOURCES_DARWIN): Add
1476         core/sys/darwin/crt_externs.d.
1477         (DRUNTIME_DSOURCES_FREEBSD): Add core/sys/freebsd/unistd.d.
1478         (DRUNTIME_DSOURCES_POSIX): Add core/sys/posix/spawn.d.
1479         * libdruntime/Makefile.in: Regenerate.
1481 2019-03-23  Johannes Pfau  <johannespfau@gmail.com>
1483         * configure.ac: Update autotool version comment.
1485 2019-02-19  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1487         * src/Makefile.am: Avoid the -D option which is not available
1488         with the install-sh fallback.  Use $(MKDIR_P) instead.
1489         * libdruntime/Makefile.am: Likewise.
1490         * src/Makefile.in: Regenerated.
1491         * libdruntime/Makefile.in: Regenerated.
1493 2019-02-19  Iain Buclaw  <ibuclaw@gdcproject.org>
1495         * testsuite/libphobos.shared/load.d: Import core.sys.posix.dlfcn.
1496         [DragonFlyBSD, FreeBSD, linux, NetBSD, OSX, Solaris]: Import only
1497         RTLD_NOLOAD from core.sys.*.dlfcn.
1498         Assert RTLD_NOLOAD is available.
1500 2019-02-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1502         * m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_NET): New macro.
1503         * configure.ac: Invoke it.
1504         * configure: Regenerate.
1506 2019-02-19  Johannes Pfau  <johannespfau@gmail.com>
1508         PR d/88127
1509         * m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_CLIB): Add new macro.
1510         * configure.ac: Use DRUNTIME_LIBRARIES_CLIB.
1511         * configure: Regenerate
1512         * Makefile.in: Regenerate
1513         * libdruntime/gcc/config.d.in: Add Have_Qsort_R.
1514         * libdruntime/Makefile.in: Regenerate.
1515         * src/Makefile.in: Regenerate.
1516         * testsuite/Makefile.in: Regenerate.
1518 2019-02-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1520         * testsuite/lib/libphobos-dg.exp: Tabify.
1521         * testsuite/lib/libphobos.exp: Likewise.
1522         * testsuite/libphobos.cycles/cycles.exp: Likewise.
1523         * testsuite/libphobos.shared/shared.exp: Likewise.
1524         * testsuite/libphobos.unittests/unittests.exp: Likewise.
1526 2019-02-14  Maya Rashish  <coypu@sdf.org>
1528         * configure.tgt: Add netbsd/x86 as supported target.
1530 2019-02-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1532         PR d/87864
1533         * configure.ac (DRTSTUFF_SPEC): New variable.
1534         Substitute it.
1535         * libdruntime/m4/druntime/os.m4 (DRUNTIME_OS_MINFO_BRACKETING):
1536         New automake conditional.
1537         * configure: Regenerate.
1538         * libdruntime/gcc/drtstuff.c: New file.
1539         * libdruntime/Makefile.am [!DRUNTIME_OS_MINFO_BRACKETING]
1540         (DRTSTUFF, toolexeclib_DATA): New variables.
1541         (gcc/drtbegin.lo, gcc/drtend.lo): New rules.
1542         (libgdruntime_la_LDFLAGS): Use -Wc instead of -Xcompiler.
1543         Add -dstartfiles -B../src -Bgcc.
1544         (libgdruntime_la_DEPENDENCIES): New variable.
1545         (unittest_static_LDFLAGS): Use -Wc instead of -Xcompiler.
1546         (libgdruntime_t_la_LDFLAGS): Likewise.
1547         (unittest_LDFLAGS): Likewise.
1548         * src/Makefile.am (libgphobos_la_LDFLAGS): Use -Wc instead of
1549         -Xcompiler.
1550         Add -dstartfiles -B../libdruntime/gcc.
1551         (unittest_static_LDFLAGS): Use -Wc instead of -Xcompiler.
1552         (libgphobos_t_la_LDFLAGS): Likewise.
1553         (unittest_LDFLAGS): Likewise.
1554         * libdruntime/Makefile.in, src/Makefile.in: Regenerate.
1555         * Makefile.in, testsuite/Makefile.in: Regenerate.
1556         * libdruntime/rt/sections_elf_shared.d (Minfo_Bracketing): Don't
1557         assert.
1558         * libdruntime/gcc/config.d.in (Minfo_Bracketing): Remove.
1559         * src/drtstuff.spec: New file.
1560         * src/libgphobos.spec.in (DRTSTUFF_SPEC): Substitute.
1561         (*lib): Only pass SPEC_PHOBOS_DEPS without -debuglib, -defaultlib,
1562         -nophoboslib.
1563         * testsuite/testsuite_flags.in <--gdcldflags> (GDCLDFLAGS): Add
1564         -B${BUILD_DIR}/libdruntime/gcc.
1566 2019-02-13  Iain Buclaw  <ibuclaw@gdcproject.org>
1568         * libdruntime/core/runtime.d (defaultTraceHandler): Give
1569         UnwindBacktrace handler precedence over backtrace.
1571 2019-02-10  Iain Buclaw  <ibuclaw@gdcproject.org>
1573         * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Remove rt/util/hash.d
1574         * libdruntime/Makefile.in: Rebuild.
1575         * testsuite/libphobos.aa/aa.exp: New file.
1576         * testsuite/libphobos.aa/test_aa.d: New test.
1577         * testsuite/libphobos.hash/hash.exp: New file.
1578         * testsuite/libphobos.hash/test_hash.d: New test.
1580 2019-01-12  Iain Buclaw  <ibuclaw@gdcproject.org>
1582         * README.gcc: New file.
1584 2019-01-01  Jakub Jelinek  <jakub@redhat.com>
1586         Update copyright years.
1588 2018-12-14  Iain Buclaw  <ibuclaw@gdcproject.org>
1590         * src/std/internal/digest: Remove empty directory.
1592 2018-12-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1594         * Makefile.am (AM_MAKEFLAGS): Pass CCASFLAGS, GDCFLAGS.
1595         * Makefile.in: Regenerate.
1597 2018-11-28  Iain Buclaw  <ibuclaw@gdcproject.org>
1599         * Makefile.in: Rebuild.
1600         * configure: Rebuild.
1601         * configure.ac (DRUNTIME_SOVERSION): Remove.
1602         (PHOBOS_SOVERSION): Remove.
1603         (libtool_VERSION): Add.
1604         * libdruntime/Makefile.am: Use libtool_VERSION.
1605         * libdruntime/Makefile.in: Rebuild.
1606         * src/Makefile.am: Use libtool_VERSION.
1607         * src/Makefile.in: Rebuild.
1608         * testsuite/Makefile.in: Rebuild.
1610 2018-11-22  Johannes Pfau  <johannespfau@gmail.com>
1612         PR d/87824
1613         * testsuite/libphobos.shared/shared.exp: Set proper path to phobos
1614         library for multilib builds.
1616 2018-11-19  Iain Buclaw  <ibuclaw@gdcproject.org>
1618         * src/Makefile.am: Remove std.internal.digest.sha_SSSE3 and
1619         std.internal.math.biguintx86 modules.
1620         * src/Makefile.in: Rebuild.
1621         * src/std/internal/digest/sha_SSSE3.d: Remove.
1622         * src/std/internal/math/biguintx86.d: Remove.
1624 2018-11-02  Iain Buclaw  <ibuclaw@gdcproject.org>
1626         PR d/87827
1627         * Makefile.in: Rebuild.
1628         * configure: Rebuild.
1629         * configure.ac: Properly set MULTISUBDIR.
1630         * d_rules.am: Set toolexecdir and toolexeclibdir.
1631         * libdruntime/Makefile.in: Rebuild.
1632         * m4/druntime.m4 (DRUNTIME_INSTALL_DIRECTORIES): Add
1633         --enable-version-specific-runtime-libs.
1634         * src/Makefile.in: Rebuild.
1635         * testsuite/Makefile.in: Rebuild.
1637 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
1639         PR bootstrap/82856
1640         * Makefile.am: Include multilib.am.
1641         * configure.ac: Remove AC_PREREQ.  Use -Wno-override in
1642         AM_INIT_AUTOMAKE call.
1643         * m4/autoconf.m4: Add extra argument to AC_LANG_DEFINE call.
1644         * m4/druntime/os.m4: Use AC_LANG_SOURCE.
1645         * testsuite/Makefile.am (RUNTEST): Remove quotes.
1646         * Makefile.in, aclocal.m4, configure, libdruntime/Makefile.in,
1647         src/Makefile.in, testsuite/Makefile.in: Regenerate.
1649 2018-10-31  Iain Buclaw  <ibuclaw@gdcproject.org>
1651         PR bootstrap/87789
1652         PR d/87818
1653         PR d/87819
1654         * configure.tgt: New file.
1656 2018-10-28  Iain Buclaw  <ibuclaw@gdcproject.org>
1658         * Makefile.am: New file.
1659         * Makefile.in: New file.
1660         * acinclude.m4: New file.
1661         * aclocal.m4: New file.
1662         * config.h.in: New file.
1663         * configure: New file.
1664         * configure.ac: New file.
1665         * d_rules.am: New file.
1666         * libdruntime/Makefile.am: New file.
1667         * libdruntime/Makefile.in: New file.
1668         * libdruntime/__entrypoint.di: New file.
1669         * libdruntime/__main.di: New file.
1670         * libdruntime/gcc/attribute.d: New file.
1671         * libdruntime/gcc/backtrace.d: New file.
1672         * libdruntime/gcc/builtins.d: New file.
1673         * libdruntime/gcc/config.d.in: New file.
1674         * libdruntime/gcc/deh.d: New file.
1675         * libdruntime/gcc/libbacktrace.d.in: New file.
1676         * libdruntime/gcc/unwind/arm.d: New file.
1677         * libdruntime/gcc/unwind/arm_common.d: New file.
1678         * libdruntime/gcc/unwind/c6x.d: New file.
1679         * libdruntime/gcc/unwind/generic.d: New file.
1680         * libdruntime/gcc/unwind/package.d: New file.
1681         * libdruntime/gcc/unwind/pe.d: New file.
1682         * m4/autoconf.m4: New file.
1683         * m4/druntime.m4: New file.
1684         * m4/druntime/cpu.m4: New file.
1685         * m4/druntime/libraries.m4: New file.
1686         * m4/druntime/os.m4: New file.
1687         * m4/gcc_support.m4: New file.
1688         * m4/gdc.m4: New file.
1689         * m4/libtool.m4: New file.
1690         * src/Makefile.am: New file.
1691         * src/Makefile.in: New file.
1692         * src/libgphobos.spec.in: New file.
1693         * testsuite/Makefile.am: New file.
1694         * testsuite/Makefile.in: New file.
1695         * testsuite/config/default.exp: New file.
1696         * testsuite/lib/libphobos-dg.exp: New file.
1697         * testsuite/lib/libphobos.exp: New file.
1698         * testsuite/testsuite_flags.in: New file.
1701 Copyright (C) 2018-2023 Free Software Foundation, Inc.
1703 Copying and distribution of this file, with or without modification,
1704 are permitted in any medium without royalty provided the copyright
1705 notice and this notice are preserved.