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