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