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