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