Default to dwarf version 4 on hppa64-hpux
[official-gcc.git] / libphobos / ChangeLog
blob0cc0b3db9f27256508a54070fd8ef50071901f6a
1 2021-09-30  Iain Buclaw  <ibuclaw@gdcproject.org>
3         * libdruntime/gcc/deh.d (ExceptionHeader.getClassInfo): Move to...
4         (getClassInfo): ...here as free function.  Add lsda parameter.
5         (scanLSDA): Pass lsda to actionTableLookup.
6         (actionTableLookup): Add lsda parameter, pass to getClassInfo.
7         (__gdc_personality): Remove currentCfa variable.
9 2021-09-30  Iain Buclaw  <ibuclaw@gdcproject.org>
11         * libdruntime/gcc/deh.d (_d_print_throwable): Declare.
12         (_d_throw): Print stacktrace before terminating program due to
13         uncaught exception.
15 2021-09-30  Iain Buclaw  <ibuclaw@gdcproject.org>
17         * libdruntime/core/runtime.d (runModuleUnitTests): Use scope to new
18         LibBacktrace on the stack.
19         * libdruntime/gcc/backtrace.d (FIRSTFRAME): Remove.
20         (LibBacktrace.MaxAlignment): Remove.
21         (LibBacktrace.this): Remove default initialization of firstFrame.
22         (UnwindBacktrace.this): Likewise.
24 2021-09-30  Iain Buclaw  <ibuclaw@gdcproject.org>
26         * libdruntime/gcc/unwind/generic.d (__aligned__): Define.
27         (_Unwind_Exception): Align struct to __aligned__.
29 2021-09-30  Iain Buclaw  <ibuclaw@gdcproject.org>
31         PR d/102476
32         * libdruntime/__main.di: Define main function as extern(C) when
33         compiling without D runtime.
35 2021-09-01  Iain Buclaw  <ibuclaw@gdcproject.org>
37         * m4/druntime/os.m4: Update comment for DRUNTIME_OS_SOURCES.
39 2021-09-01  Iain Buclaw  <ibuclaw@gdcproject.org>
41         * src/Makefile.am: Don't add zlib when ENABLE_LIBDRUNTIME_ONLY.
42         * src/Makefile.in: Regenerate.
44 2021-08-30  Iain Buclaw  <ibuclaw@gdcproject.org>
46         * configure: Regenerate.
47         * m4/autoconf.m4 (AC_LANG_PROGRAM): Declare module name 'object'.
48         * m4/gcc_support.m4 (WITH_LOCAL_DRUNTIME): Compile tests with
49         -fno-druntime.
51 2021-06-11  Iain Buclaw  <ibuclaw@gdcproject.org>
53         PR d/100999
54         * src/MERGE: Merge upstream phobos 55bb17543.
56 2021-05-14  Bernd Edlinger  <bernd.edlinger@hotmail.de>
58         * src/std/process.d (unittest): Remove tmpname on exit.
59         * src/MERGE: Merge upstream phobos 63f4caa90.
61 2021-05-13  Iain Buclaw  <ibuclaw@gdcproject.org>
63         * libdruntime/MERGE: Merge upstream druntime 98c6ff0c.
65 2021-05-10  Iain Buclaw  <ibuclaw@gdcproject.org>
67         * src/MERGE: Merge upstream phobos 32cfe9b61.
69 2021-04-21  Iain Buclaw  <ibuclaw@gdcproject.org>
71         * libdruntime/core/thread/osthread.d (callWithStackShell): Statically
72         generate PPC and PPC64 asm implementations, and conditionally remove
73         PPC register names on non-Darwin targets.
75 2021-04-20  Iain Buclaw  <ibuclaw@gdcproject.org>
77         PR d/98584
78         * libdruntime/gcc/deh.d (scanLSDA): Update calls to read_uleb128 and
79         read_encoded_value.
80         (actionTableLookup): Update calls to read_sleb128 and
81         read_encoded_value_with_base.
82         * libdruntime/gcc/unwind/pe.d (read_uleb128): Update signature.
83         (read_sleb128): Update signature.
84         (read_unaligned): New function.
85         (read_encoded_value_with_base): Update signature.  Call read_unaligned
86         instead of unsafe pointer dereferencing.
87         (read_encoded_value): Update signature.
89 2021-04-19  Iain Buclaw  <ibuclaw@gdcproject.org>
91         PR d/98494
92         * libdruntime/MERGE: Merge upstream druntime 89f870b7.
93         * src/MERGE: Merge upstream phobos e6907ff3e.
95 2021-04-19  Iain Buclaw  <ibuclaw@gdcproject.org>
97         PR d/98058
98         * configure: Regenerate.
99         * libdruntime/Makefile.am (DRUNTIME_DSOURCES_DARWIN): Add
100         core/sys/darwin/config.d
101         * libdruntime/Makefile.in: Regenerate.
102         * libdruntime/config/powerpc/switchcontext.S: Implement
103         fiber_switchContext for __MACH__.
104         * libdruntime/config/x86/switchcontext.S: Likewise.
105         * libdruntime/core/sys/darwin/config.d: New file.
106         * libdruntime/core/thread/fiber.d (Fiber.getThis): Mark noinline.
107         (UnsafeFiberMigration): Define for OSX/X86 and OSX/X86_64.
108         * libdruntime/core/thread/osthread.d (callWithStackShell): Add inline
109         assembler implementation for X86, X86_64, PPC, and PPC64.
110         * libdruntime/core/thread/threadbase.d (ThreadBase.getThis): Mark
111         noinline.
112         * libdruntime/gcc/deh.d (FuncTable): Remove definition.
113         * m4/druntime/os.m4 (DRUNTIME_OS_MINFO_BRACKETING): Check for right
114         bracket symbol on darwin* targets.
115         * testsuite/libphobos.thread/fiber_guard_page.d: Update test to
116         support ucontext-based Fibers.
118 2021-04-19  Iain Buclaw  <ibuclaw@gdcproject.org>
120         PR d/99794
121         * libdruntime/Makefile.am (DRUNTIME_SOURCES_CONFIGURED): Add
122         config/mingw/msvc.c on DRUNTIME_OS_MINGW.
123         * libdruntime/Makefile.in: Regenerate.
124         * libdruntime/config/mingw/msvc.c: New file.
125         * libdruntime/config/mingw/switchcontext.S (fiber_switchContext): Fix
126         function definition.
127         * libdruntime/gcc/deh.d (__gdc_personality_seh0): Fix call to
128         _GCC_specific_handler.
129         * libdruntime/gcc/gthread.d (__gthread_once_t): Fix definition.
130         * libdruntime/gcc/unwind/generic.d (_GCC_specific_handler): Fix
131         declaration.
132         * libdruntime/rt/dmain2.d (rt_loadLibrary): Remove function.
133         (rt_loadLibraryW): Remove function.
134         (initLibrary): Remove function.
135         (rt_unloadLibrary): Remove function.
137 2021-04-19  Iain Buclaw  <ibuclaw@gdcproject.org>
139         PR d/99691
140         * configure: Regenerate.
141         * libdruntime/config/common/threadasm.S: Add __OpenBSD__.
142         * libdruntime/gcc/backtrace.d: Import core.sys.openbsd.dlfcn on
143         OpenBSD platforms.
144         * libdruntime/gcc/sections/elf.d (SharedElf): Define on OpenBSD.
145         (linkMapForHandle): Implement for OpenBSD.
146         (exeLinkMap): Remove.
147         (getDependencies): Adjust dlpi_addr on OpenBSD.
148         (handleForName): Implement for OpenBSD.
149         (IterateManually): Define on OpenBSD.
150         * libdruntime/gcc/sections/package.d (SectionsElf): Define on OpenBSD.
151         * m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_ATOMIC): Test for
152         enable_libatomic.
153         (DRUNTIME_LIBRARIES_BACKTRACE): Test for enable_libbacktrace.
155 2021-04-10  Iain Buclaw  <ibuclaw@gdcproject.org>
157         * Makefile.in: Regenerate.
158         * configure: Regenerate.
159         * configure.ac: Call DRUNTIME_SECTION_FLAGS.
160         * libdruntime/Makefile.am: Add SECTION_FLAGS to AM_DFLAGS.
161         * libdruntime/Makefile.in: Regenerate.
162         * m4/druntime.m4 (DRUNTIME_SECTION_FLAGS): New macro.
163         * src/Makefile.am: Add SECTION_FLAGS to AM_DFLAGS.
164         * src/Makefile.in: Regenerate.
165         * testsuite/Makefile.in: Regenerate.
167 2021-04-10  Iain Buclaw  <ibuclaw@gdcproject.org>
169         * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Removed
170         gcc/sections/android.d, elf_shared.d, osx.d, win32.d, and win64.d.
171         Added gcc/sections/common.d, elf.d macho.d, and pecoff.d.
172         * libdruntime/Makefile.in: Regenerate.
173         * libdruntime/core/thread/osthread.d: Update externDFunc FQDN names to
174         use platform independant section function names.
175         * libdruntime/gcc/sections/elf_shared.d: Renamed to...
176         * libdruntime/gcc/sections/elf.d: ...this.  Mangle functions for
177         core.thread interface as if they come from the gcc.sections module.
178         * libdruntime/gcc/sections/package.d: Update public imports, declare
179         functions for core.thread interface.
180         * libdruntime/gcc/sections/android.d: Removed.
181         * libdruntime/gcc/sections/osx.d: Removed.
182         * libdruntime/gcc/sections/win32.d: Removed.
183         * libdruntime/gcc/sections/win64.d: Removed.
184         * libdruntime/gcc/sections/common.d: New file.
185         * libdruntime/gcc/sections/macho.d: New file.
186         * libdruntime/gcc/sections/pecoff.d: New file.
188 2021-04-10  Iain Buclaw  <ibuclaw@gdcproject.org>
190         * testsuite/libphobos.druntime/druntime.exp: Compile all tests with
191         -static-libphobos.
192         * testsuite/libphobos.phobos/phobos.exp: Likewise.
194 2021-04-10  Iain Buclaw  <ibuclaw@gdcproject.org>
196         * testsuite/libphobos.druntime/druntime.exp: Remove
197         is-effective-target static.
198         * testsuite/libphobos.phobos/phobos.exp: Likewise.
200 2021-04-10  Iain Buclaw  <ibuclaw@gdcproject.org>
202         PR d/99812
203         * testsuite/libphobos.druntime_shared/druntime_shared.exp: Re-add
204         -fno-moduleinfo flag to dg-runtest.
205         * testsuite/libphobos.phobos_shared/phobos_shared.exp: Likewise.
207 2021-04-08  Iain Buclaw  <ibuclaw@gdcproject.org>
209         * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Add
210           gcc/attributes.d.
211         * libdruntime/Makefile.in: Regenerate.
212         * libdruntime/gcc/attribute.d: Deprecate module, publicly import
213         gcc.attributes.
214         * libdruntime/gcc/deh.d: Update imports.
215         * libdruntime/gcc/attributes.d: New file.
217 2021-04-06  Iain Buclaw  <ibuclaw@gdcproject.org>
219         * libdruntime/MERGE: Merge upstream druntime 1134b710.
221 2021-04-03  Iain Buclaw  <ibuclaw@gdcproject.org>
223         * libdruntime/MERGE: Merge upstream druntime 483bc129.
224         * libdruntime/Makefile.am (DRUNTIME_DSOURCES_DARWIN): Add
225         core/sys/darwin/fcntl.d.
226         (DRUNTIME_DSOURCES_OPENBSD): Add core/sys/openbsd/unistd.d.
227         (DRUNTIME_DSOURCES_WINDOWS): Add core/sys/windows/stdc/malloc.d.
228         * libdruntime/Makefile.in: Regenerate.
229         * src/MERGE: Merge upstream phobos f89dc217a.
230         * src/Makefile.am (PHOBOS_DSOURCES): Add std/regex/internal/tests2.d.
231         * src/Makefile.in: Regenerate.
232         * testsuite/libphobos.exceptions/chain.d: Fix format arguments.
233         * testsuite/libphobos.exceptions/line_trace.d: Likewise.
235 2021-03-26  Iain Buclaw  <ibuclaw@gdcproject.org>
237         * Makefile.in: Regenerate.
238         * configure: Regenerate.
239         * configure.ac: Substitute enable_shared, enable_static, and
240         phobos_lt_pic_flag.
241         * libdruntime/Makefile.am (AM_DFLAGS): Replace
242           phobos_compiler_pic_flag with phobos_lt_pic_flags, and
243           phobos_compiler_shared_flag.
244         * libdruntime/Makefile.in: Regenerate.
245         * src/Makefile.am (AM_DFLAGS): Replace phobos_compiler_pic_flag
246           with phobos_lt_pic_flag, and phobos_compiler_shared_flag.
247         * src/Makefile.in: Regenerate.
248         * testsuite/Makefile.in: Regenerate.
249         * testsuite/libphobos.druntime_shared/druntime_shared.exp: Remove
250         -fversion=Shared and -fno-moduleinfo from default extra test flags.
251         * testsuite/libphobos.phobos_shared/phobos_shared.exp: Likewise.
252         * testsuite/testsuite_flags.in: Add phobos_compiler_shared_flag to
253         --gdcflags.
255 2021-02-04  Iain Buclaw  <ibuclaw@gdcproject.org>
257         PR d/98910
258         * libdruntime/MERGE: Merge upstream druntime 0fd4364c.
259         * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Add core/volatile.d.
260         * libdruntime/Makefile.in: Regenerate.
261         * testsuite/libphobos.allocations/tls_gc_integration.d: Update test.
263 2021-02-03  Iain Buclaw  <ibuclaw@gdcproject.org>
265         PR d/98910
266         * libdruntime/MERGE: Merge upstream druntime 9d0c8364.
267         * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Add
268           core/internal/attributes.d
269         (DRUNTIME_DSOURCES_BIONIC): Add core/sys/bionic/stdlib.d.
270         (DRUNTIME_DSOURCES_DARWIN): Add core/sys/darwin/stdlib.d, and
271         core/sys/darwin/sys/sysctl.d.
272         (DRUNTIME_DSOURCES_DRAGONFLYBSD): Add
273         core/sys/dragonflybsd/stdlib.d, and
274         core/sys/dragonflybsd/sys/sysctl.d.
275         (DRUNTIME_DSOURCES_FREEBSD): Add core/sys/freebsd/stdlib.d, and
276         core/sys/freebsd/sys/sysctl.d.
277         (DRUNTIME_DSOURCES_NETBSD): Add core/sys/netbsd/stdlib.d, and
278         core/sys/netbsd/sys/sysctl.d.
279         (DRUNTIME_DSOURCES_OPENBSD): Add core/sys/openbsd/stdlib.d, and
280         core/sys/openbsd/sys/sysctl.d.
281         (DRUNTIME_DSOURCES_SOLARIS): Add core/sys/solaris/stdlib.d.
282         * libdruntime/Makefile.in: Regenerate.
283         * src/MERGE: Merge upstream phobos 9d575282e.
285 2021-01-30  Iain Buclaw  <ibuclaw@gdcproject.org>
287         * Makefile.in: Regenerate.
288         * configure: Regenerate.
289         * libdruntime/MERGE: Merge upstream druntime e4aae28e.
290         * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Refresh module list.
291         (DRUNTIME_DSOURCES_BIONIC): Add core/sys/bionic/err.d.
292         (DRUNTIME_DSOURCES_DARWIN): Add core/sys/darwin/err.d,
293         core/sys/darwin/ifaddrs.d, core/sys/darwin/mach/nlist.d,
294         core/sys/darwin/mach/stab.d, and core/sys/darwin/sys/attr.d.
295         (DRUNTIME_DSOURCES_DRAGONFLYBSD): Add core/sys/dragonflybsd/err.d.
296         (DRUNTIME_DSOURCES_FREEBSD): Add core/sys/freebsd/err.d.
297         (DRUNTIME_DSOURCES_LINUX): Add core/sys/linux/err.d.
298         (DRUNTIME_DSOURCES_NETBSD): Add core/sys/netbsd/err.d.
299         (DRUNTIME_DSOURCES_OPENBSD): Add core/sys/openbsd/err.d.
300         (DRUNTIME_DSOURCES_POSIX): Add core/sys/posix/locale.d,
301         core/sys/posix/stdc/time.d, core/sys/posix/string.d, and
302         core/sys/posix/strings.d.
303         (DRUNTIME_DSOURCES_SOLARIS): Add core/sys/solaris/err.d.
304         (DRUNTIME_DSOURCES_WINDOWS): Add core/sys/windows/sdkddkver.d,
305         and core/sys/windows/stdc/time.d
306         * libdruntime/Makefile.in: Regenerate.
307         * libdruntime/gcc/sections/elf_shared.d (sizeofTLS): New function.
308         * testsuite/libphobos.thread/fiber_guard_page.d: Use
309         __traits(getMember) to get internal fields.
311 2021-01-26  Iain Buclaw  <ibuclaw@gdcproject.org>
313         * src/MERGE: Merge upstream phobos 3dd5df686.
314         * testsuite/libphobos.phobos/phobos.exp: Add compiler flag
315         -fversion=Linux_Pre_2639 if target is linux_pre_2639.
316         * testsuite/libphobos.phobos_shared/phobos_shared.exp: Likewise.
318 2021-01-23  Iain Buclaw  <ibuclaw@gdcproject.org>
320         PR d/98806
321         * libdruntime/gcc/sections/elf_shared.d (MIPS_Any): Declare version
322         for MIPS32 and MIPS64.
323         (getDependencies): Adjust dlpi_addr on MIPS_Any.
325 2021-01-05  Samuel Thibault  <samuel.thibault@ens-lyon.org>
327         * configure: Re-generate.
329 2020-12-05  Iain Sandoe  <iain@sandoe.co.uk>
331         PR target/97865
332         * configure: Regenerate.
334 2020-11-30  Iain Buclaw  <ibuclaw@gdcproject.org>
336         PR d/87818
337         * configure.tgt: Add x86_64-*-freebsd* and i?86-*-freebsd* as
338         supported targets.
340 2020-11-27  Iain Buclaw  <ibuclaw@gdcproject.org>
342         PR d/98025
343         * Makefile.in: Regenerate.
344         * configure: Regenerate.
345         * configure.ac (DCFG_ENABLE_CET): Substitute.
346         * libdruntime/MERGE: Merge upstream druntime 0fe7974c.
347         * libdruntime/Makefile.in: Regenerate.
348         * libdruntime/core/thread.d: Import gcc.config.
349         (class Fiber): Add ucontext_t fields when GNU_Enable_CET is true.
350         * libdruntime/gcc/config.d.in (GNU_Enable_CET): Define.
351         * src/Makefile.in: Regenerate.
352         * testsuite/Makefile.in: Regenerate.
354 2020-11-27  Iain Buclaw  <ibuclaw@gdcproject.org>
356         * libdruntime/MERGE: Merge upstream druntime d37ef985.
357         * libdruntime/Makefile.am (DRUNTIME_DSOURCES_FREEBSD): Add
358         core/sys/freebsd/config.d
359         * libdruntime/Makefile.in: Regenerate.
361 2020-11-27  Iain Buclaw  <ibuclaw@gdcproject.org>
363         * src/MERGE: Merge upstream phobos 38873fe6e.
365 2020-11-27  Iain Buclaw  <ibuclaw@gdcproject.org>
367         * libdruntime/MERGE: Merge upstream druntime 5e4492c4.
369 2020-11-18  Iain Buclaw  <ibuclaw@gdcproject.org>
371         * configure.tgt: Add *-*-dragonfly* as a supported target.
372         * configure: Regenerate.
373         * m4/druntime/os.m4 (DRUNTIME_OS_SOURCES): Add dragonfly* as a posix
374         target.
376 2020-11-18  Iain Buclaw  <ibuclaw@gdcproject.org>
378         * src/MERGE: Merge upstream phobos 7948e0967.
380 2020-11-13  Iain Buclaw  <ibuclaw@gdcproject.org>
382         * configure: Regenerate.
383         * configure.ac (libtool_VERSION): Update to 2:0.0.
385 2020-10-27  Iain Buclaw  <ibuclaw@gdcproject.org>
387         * libdruntime/MERGE: Merge upstream druntime 58560d51.
389 2020-10-12  Maciej W. Rozycki  <macro@linux-mips.org>
391         * libdruntime/config/mips/switchcontext.S [__mips_hard_float]:
392         Use L.D and S.D generic assembly instructions rather than LDC1
393         and SDC1 MIPS II hardware instructions.
395 2020-10-12  Iain Buclaw  <ibuclaw@gdcproject.org>
397         * testsuite/lib/libphobos.exp: Define tool_timeout, set to 600.
399 2020-09-10  Iain Buclaw  <ibuclaw@gdcproject.org>
401         PR d/95680
402         PR d/97007
403         * Makefile.am (AM_MAKEFLAGS): Remove $(CET_FLAGS).
404         * Makefile.in: Regenerate.
405         * configure: Regenerate.
406         * configure.ac (DCFG_ENABLE_CET): Remove substitution.
407         (CET_DFLAGS): Substitute.
408         * libdruntime/Makefile.am (AM_DFLAGS): Add $(CET_DFLAGS).
409         (AM_CFLAGS): Add $(CET_FLAGS).
410         (AM_CCASFLAGS): Likewise.
411         * libdruntime/Makefile.in: Regenerate.
412         * libdruntime/core/thread.d: Replace static if GNU_Enable_CET
413         condition with `version (CET)'.
414         * libdruntime/gcc/config.d.in (GNU_Enable_CET): Remove.
415         * src/Makefile.am (AM_DFLAGS): Add $(CET_DFLAGS).
416         (AM_CFLAGS): Add $(CET_FLAGS).
417         * src/Makefile.in: Regenerate.
418         * testsuite/Makefile.in: Regenerate.
419         * testsuite/testsuite_flags.in: Add $(CET_DFLAGS) to --gdcflags.
421 2020-09-09  H.J. Lu  <hjl.tools@gmail.com>
423         PR d/95680
424         * libdruntime/config/x86/switchcontext.S: Include <cet.h> to
425         generate the CET marker for -fcf-protection.
427 2020-09-08  Iain Buclaw  <ibuclaw@gdcproject.org>
429         PR d/95680
430         * Makefile.in: Regenerate.
431         * configure: Regenerate.
432         * configure.ac (DCFG_ENABLE_CET): Substitute.
433         * libdruntime/Makefile.in: Regenerate.
434         * libdruntime/config/x86/switchcontext.S: Remove CET support code.
435         * libdruntime/core/thread.d: Import gcc.config.  Don't set version
436         AsmExternal when GNU_Enable_CET is true.
437         * libdruntime/gcc/config.d.in (GNU_Enable_CET): Define.
438         * src/Makefile.in: Regenerate.
439         * testsuite/Makefile.in: Regenerate.
441 2020-06-25  Iain Buclaw  <ibuclaw@gdcproject.org>
443         * libdruntime/MERGE: Merge upstream druntime d05ebaad.
444         * src/MERGE: Merge upstream phobos 021ae0df7.
445         * testsuite/libphobos.typeinfo/struct-align.d: Remove empty statement.
447 2020-05-29  H.J. Lu  <hjl.tools@gmail.com>
449         PR bootstrap/95413
450         * configure: Regenerated.
452 2020-05-15  H.J. Lu  <hongjiu.lu@intel.com>
454         PR bootstrap/95147
455         * configure: Regenerated.
457 2020-05-08  H.J. Lu  <hongjiu.lu@intel.com>
459         * libdruntime/config/x86/switchcontext.S: Include <cet.h> if
460         __CET__ is defined.
461         (_CET_ENDBR): New.  Define if __CET__ is not defined.
462         (fiber_switchContext): Add _CET_ENDBR after .cfi_startproc.
464 2020-05-08  H.J. Lu  <hongjiu.lu@intel.com>
466         * Makefile.am (AM_MAKEFLAGS): Add $(CET_FLAGS) to GCC FLAGS.
467         * configure.ac (CET_FLAGS): Add GCC_CET_FLAGS and AC_SUBST.
468         * Makefile.in: Regenerated.
469         * aclocal.m4: Likewise.
470         * configure.ac: Likewise.
472 2020-04-30  Iain Buclaw  <ibuclaw@gdcproject.org>
474         * libdruntime/Makefile.am (DRUNTIME_SOURCES_CONFIGURED): Remove
475         config/powerpc/switchcontext.S
476         * libdruntime/Makefile.in: Regenerate.
477         * libdruntime/config/powerpc/callwithstack.S: Remove.
478         * libdruntime/config/powerpc/switchcontext.S: Fix symbol name of
479         fiber_switchContext.
480         * libdruntime/core/thread.d: Disable fiber migration tests on PPC.
481         * testsuite/libphobos.thread/fiber_guard_page.d: Set guardPageSize
482         same as stackSize.
484 2020-04-29  Iain Buclaw  <ibuclaw@gdcproject.org>
486         * testsuite/lib/libphobos.exp (check_effective_target_linux_pre_2639):
487         Fix KERNEL_VERSION condition.
489 2020-04-28  Iain Buclaw  <ibuclaw@gdcproject.org>
491         PR d/94825
492         * configure: Regenerate.
493         * libdruntime/Makefile.am (DRUNTIME_SOURCES_CONFIGURED): Add both
494         switchcontext.S and callwithstack.S if DRUNTIME_CPU_POWERPC.
495         * libdruntime/Makefile.in: Regenerate.
496         * libdruntime/config/powerpc/switchcontext.S: Add !__PPC64__ guards.
497         * libdruntime/config/powerpc64/callwithstack.S: Add __PPC64__ guards.
498         * m4/druntime/cpu.m4 (DRUNTIME_CPU_SOURCES): Define DRUNTIME_CPU_POWER
499         for all powerpc biarchs.  Remove DRUNTIME_CPU_POWER64 conditional.
501 2020-04-27  Iain Buclaw  <ibuclaw@gdcproject.org>
503         * libdruntime/Makefile.am (DRUNTIME_DSOURCES_LINUX): Remove
504         core/sys/linux/sys/netinet/tcp.d.
505         * libdruntime/Makefile.in: Regenerate.
507 2020-04-27  Iain Buclaw  <ibuclaw@gdcproject.org>
509         * configure.tgt: Add hppa-*-linux* as a supported target.
511 2020-04-26  Iain Buclaw  <ibuclaw@gdcproject.org>
513         * configure: Regenerate.
514         * configure.tgt: Add power*-*-linux* as a supported target, only
515         building libdruntime.
516         * m4/druntime/cpu.m4 (DRUNTIME_CPU_SOURCES): Add cases for powerpcle
517         and powerpc64le target cpus.
519 2020-04-21  Mathias Lang  <pro.mathias.lang@gmail.com>
520             Iain Buclaw  <ibuclaw@gdcproject.org>
522         * configure: Regenerate.
523         * configure.ac: Call DRUNTIME_LIBRARIES_UCONTEXT.
524         * m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_UCONTEXT): Define to
525         search libraries for swapcontext.
526         * libdruntime/gcc/sections/elf_shared.d (getTLSRange): Always use
527         __tls_get_addr on Musl.
529 2020-04-20  Iain Buclaw  <ibuclaw@gdcproject.org>
531         * configure: Regenerate.
532         * configure.ac: Fix option name for --with-libphobos-druntime-only.
534 2020-04-20  Iain Buclaw  <ibuclaw@gdcproject.org>
536         * configure: Regenerate.
537         * configure.ac: Remove DRUNTIME_GC.
539 2020-04-18  Iain Buclaw  <ibuclaw@gdcproject.org>
541         PR d/94304
542         * configure: Regenerate.
543         * configure.ac: Add --with-libphobos-druntime-only option and the
544         conditional ENABLE_LIBDRUNTIME_ONLY.
545         * configure.tgt: Define LIBDRUNTIME_ONLY.
546         * src/Makefile.am: Add phobos sources if not ENABLE_LIBDRUNTIME_ONLY.
547         * src/Makefile.in: Regenerate.
548         * testsuite/testsuite_flags.in: Add phobos path if compiling phobos.
550 2020-04-18  Iain Buclaw  <ibuclaw@gdcproject.org>
552         * testsuite/libphobos.phobos/phobos.exp: Skip if effective target is
553         not d_runtime_has_std_library.
554         * testsuite/libphobos.phobos_shared/phobos_shared.exp: Likewise.
556 2020-04-13  Iain Buclaw  <ibuclaw@gdcproject.org>
558         * libdruntime/core/stdc/stdarg.d: Remove run-time va_list template.
560 2020-04-10  Iain Buclaw  <ibuclaw@gdcproject.org>
562         * d_rules.am (libdgruntime_la_LINK): Move to libdruntime/Makefile.am.
563         (libgphobos_la_LINK): Move to src/Makefile.am
564         * libdruntime/Makefile.am: Add libgdruntime_convenience library.
565         * libdruntime/Makefile.in: Regenerate.
566         * src/Makefile.am (libgphobos_la_LIBADD): Add libgdruntime_convenience
567         library.
568         (libgphobos_la_DEPENDENCIES): Likewise.
569         * src/Makefile.in: Regenerate.
570         * testsuite/lib/libphobos.exp: Remove libdruntime library paths.
571         * testsuite/testsuite_flags.in: Likewise.
573 2020-04-09  Iain Buclaw  <ibuclaw@gdcproject.org>
575         * configure: Regenerate.
576         * libdruntime/Makefile.am (ALL_DRUNTIME_INSTALL_DSOURCES): Remove
577         DRUNTIME_DSOURCES_GC and DRUNTIME_DSOURCES_GCSTUB.
578         (DRUNTIME_DSOURCES): Add gc/*.d sources.
579         (DRUNTIME_DSOURCES_GC): Remove.
580         (DRUNTIME_DSOURCES_GCSTUB): Remove.
581         * libdruntime/Makefile.in: Regenerate.
582         * libdruntime/gcstub/gc.d: Remove.
583         * m4/druntime.m4 (DRUNTIME_GC): Remove.
585 2020-04-09  Iain Buclaw  <ibuclaw@gdcproject.org>
587         PR d/94305
588         * Makefile.in: Regenerate.
589         * configure: Regenerate.
590         * configure.ac: Add --enable-libphobos-checking and substitute
591         CHECKING_DFLAGS.  Remove -frelease from GDCFLAGS.
592         * libdruntime/Makefile.am: Add CHECKING_DFLAGS to AM_DFLAGS.
593         * libdruntime/Makefile.in: Regenerate.
594         * src/Makefile.am: Add CHECKING_DFLAGS to AM_DFLAGS.
595         * src/Makefile.in: Regenerate.
596         * testsuite/Makefile.in: Regenerate.
597         * testsuite/testsuite_flags.in: Add -fno-release -funittest to
598         --gdcflags.
600 2020-04-09  Iain Buclaw  <ibuclaw@gdcproject.org>
602         * configure: Regenerate.
603         * configure.ac: Use AC_SEARCH_LIBS for pthread_create.
604         * m4/druntime/libraries.m4: Remove DRUNTIME_LIBRARIES_THREAD.
606 2020-04-08  Iain Buclaw  <ibuclaw@gdcproject.org>
608         * configure: Regenerate.
609         * configure.ac: Remove DRUNTIME_OS_UNIX.
610         * libdruntime/Makefile.am: Add DRUNTIME_DSOURCES_POSIX if
611         DRUNTIME_OS_POSIX is true.
612         * libdruntime/Makefile.in: Regenerate.
613         * m4/druntime/os.m4 (DRUNTIME_OS_UNIX): Remove, move AM_CONDITIONAL
614         logic to...
615         (DRUNTIME_OS_SOURCES): ...here.  Rename conditional to
616         DRUNTIME_OS_POSIX.
618 2020-04-08  Iain Buclaw  <ibuclaw@gdcproject.org>
620         * Makefile.in: Regenerate.
621         * configure: Regenerate.
622         * configure.ac: Substite WARN_DFLAGS independently of GDCFLAGS.
623         * libdruntime/Makefile.am: Add WARN_DFLAGS to AM_DFLAGS.
624         * libdruntime/Makefile.in: Regenerate.
625         * src/Makefile.am: Add WARN_DFLAGS to AM_DFLAGS.
626         * src/Makefile.in: Regenerate.
627         * testsuite/Makefile.in: Regenerate.
628         * testsuite/testsuite_flags.in: Add WARN_DFLAGS to --gdcflags.
630 2020-04-07  Robin Dapp  <rdapp@linux.ibm.com>
631             Stefan Liebler  <stli@linux.ibm.com>
633         * configure: Regenerate.
634         * libdruntime/Makefile.am: Add s390x and s390.
635         * libdruntime/Makefile.in: Regenerate.
636         * libdruntime/config/s390/get_tls_offset.S: New file.
637         * libdruntime/config/systemz/get_tls_offset.S: New file.
638         * libdruntime/gcc/sections/elf_shared.d: Use ibmz_get_tls_offset.
639         * m4/druntime/cpu.m4: Add s390x and s390.
641 2020-04-07  Stefan Liebler  <stli@linux.ibm.com>
643         * libdruntime/core/sys/posix/signal.d:
644         Add struct sigaction_t for SystemZ.
646 2020-03-16  Iain Buclaw  <ibuclaw@gdcproject.org>
648         PR d/92792
649         * Makefile.in: Regenerate.
650         * configure: Regenerate.
651         * configure.ac (libtool_VERSION): Reset to 1:0:0.
652         * libdruntime/Makefile.in: Regenerate.
654 2020-02-17  Martin Liska  <mliska@suse.cz>
656         PR other/93756
657         * src/std/algorithm/iteration.d: Fix typo.
659 2020-01-24  Maciej W. Rozycki  <macro@wdc.com>
661         * m4/druntime.m4: Handle `--with-toolexeclibdir='.
662         * m4/Makefile.in: Regenerate.
663         * libdruntime/Makefile.in: Regenerate.
664         * src/Makefile.in: Regenerate.
665         * testsuite/Makefile.in: Regenerate.
666         * Makefile.in: Regenerate.
667         * aclocal.m4: Regenerate.
668         * configure: Regenerate.
670 2020-01-01  Jakub Jelinek  <jakub@redhat.com>
672         Update copyright years.
674 2019-09-27  Maciej W. Rozycki  <macro@wdc.com>
676         * configure: Regenerate.
678 2019-09-03  Bernd Edlinger  <bernd.edlinger@hotmail.de>
680         * testsuite/lib/libphobos.exp (libphobos_init): Add multi-lib libgcc
681         dirs to the ld_library_path var.
683 2019-08-20  Iain Buclaw  <ibuclaw@gdcproject.org>
685         * libdruntime/Makefile.am (DRUNTIME_DSOURCES_BIONIC): Add
686         core/sys/bionic/string.d.
687         (DRUNTIME_DSOURCES_DARWIN): Add core/sys/darwin/string.d.
688         (DRUNTIME_DSOURCES_DRAGONFLYBSD): Add core/sys/dragonflybsd/string.d,
689         core/sys/dragonflybsd/sys/socket.d.
690         (DRUNTIME_DSOURCES_FREEBSD): Add core/sys/freebsd/string.d.
691         (DRUNTIME_DSOURCES_LINUX): Add core/sys/linux/string.d.
692         (DRUNTIME_DSOURCES_NETBSD): Add core/sys/netbsd/string.d,
693         core/sys/netbsd/sys/featuretest.d.
694         * libdruntime/Makefile.in: Regenerate.
696 2019-08-20  Iain Buclaw  <ibuclaw@gdcproject.org>
698         * libdruntime/Makefile.am (DRUNTIME_DSOURCES_OPENBSD): Add
699         core/sys/openbsd/sys/cdefs.d, core/sys/openbsd/sys/elf.d,
700         core/sys/openbsd/sys/elf32.d, core/sys/openbsd/sys/elf64.d,
701         core/sys/openbsd/sys/elf_common.d, core/sys/openbsd/sys/link_elf.d,
702         core/sys/openbsd/sys/mman.d, core/sys/openbsd/time.d.
703         * libdruntime/Makefile.in: Regenerate.
705 2019-05-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
707         * m4/druntime/os.m4 (DRUNTIME_OS_LINK_SPEC): Only use -z
708         relax=transtls if linker supports it.
709         * configure.ac (enable_libphobos, LIBPHOBOS_SUPPORTED): Move down.
710         (x86_64-*-solaris2.* | i?86-*-solaris2.*): Only
711         mark supported with either gld or ld -z relax=transtls.
712         * configure: Regenerate.
714 2019-05-02  Maciej W. Rozycki  <macro@wdc.com>
716         * std/math.d (IeeeFlags.getIeeeFlags): Handle RISC-V soft-float ABI.
717         (IeeeFlags.resetIeeeFlags): Likewise.
718         (FloatingPointControl.getControlState): Likewise.
719         (FloatingPointControl.setControlState): Likewise.
721 2019-04-25  Iain Buclaw  <ibuclaw@gdcproject.org>
723         PR d/90250
724         * libdruntime/gcc/sections/elf_shared.d (initTLSRanges): Populate
725         _tlsRanges in every startup thread.
726         * testsuite/libphobos.thread/thread.exp: Load libphobos-dg.exp.
727         * testsuite/libphobos.thread/tlsgc_sections.d: New test.
729 2019-04-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
731         * m4/druntime/cpu.m4 (DRUNTIME_CPU_SOURCES): Quote brackets.
732         * configure: Regenerate.
734 2019-04-25  Johannes Pfau  <johannespfau@gmail.com>
736         * libdruntime/Makefile.am: Add emutls and gthread files.
737         * libdruntime/Makefile.in: Regenerate.
738         * libdruntime/gcc/emutls.d: New file. Implement GC-compatible emutls.
739         * libdruntime/gcc/gthread.d: New file.
740         * libdruntime/gcc/sections/elf_shared.d: Integrate emutls support.
741         * testsuite/libphobos.allocations/tls_gc_integration.d: New test for TLS.
743 2019-04-25  Iain Buclaw  <ibuclaw@gdcproject.org>
745         * testsuite/Makefile.am: Set PWD_COMMAND.
746         * testsuite/Makefile.in: Regenerate.
748 2019-04-25  Iain Buclaw  <ibuclaw@gdcproject.org>
750         PR d/90086
751         * m4/druntime/cpu.m4 (DRUNTIME_CPU_SOURCES): New macro.
752         * configure.ac: Use it.
753         * configure: Regenerate.
754         * libdruntime/Makefile.am: Add new config sources to
755         DRUNTIME_SOURCES_CONFIGURED.
756         * libdruntime/Makefile.in: Regenerate.
757         * libdruntime/config/aarch64/switchcontext.S: New file.
758         * libdruntime/config/arm/switchcontext.S: New file.
759         * libdruntime/config/common/threadasm.S: New file.
760         * libdruntime/config/mingw/switchcontext.S: New file.
761         * libdruntime/config/mips/switchcontext.S: New file.
762         * libdruntime/config/powerpc/switchcontext.S: New file.
763         * libdruntime/config/powerpc64/callwithstack.S: New file.
764         * libdruntime/config/x86/switchcontext.S: New file.
765         * libdruntime/core/threadasm.S: Remove.
767 2019-04-24  Iain Buclaw  <ibuclaw@gdcproject.org>
769         PR d/89432
770         * testsuite/lib/libphobos.exp (check_effective_target_linux_pre_2639):
771         New proc.
772         * testsuite/libphobos.druntime/druntime.exp: Add compiler flag
773         -fversion=Linux_Pre_2639 if target is linux_pre_2639.
774         * testsuite/libphobos.druntime_shared/druntime_shared.exp: Likewise.
776 2019-04-24  Iain Buclaw  <ibuclaw@gdcproject.org>
778         PR d/88654
779         * testsuite/lib/libphobos.exp (libphobos-dg-test): Check
780         libphobos_skipped_test_p before running test.
781         (libphobos-dg-prune): New proc.
782         (libphobos_init): Set libphobos_skip_tests.
783         (libphobos_skipped_test_p): New proc.
784         (check_effective_target_libcurl_available): New proc.
785         * testsuite/libphobos.phobos/phobos.exp: Skip curl tests if library
786         not found.
787         * testsuite/libphobos.phobos_shared/phobos_shared.exp: Likewise.
789 2019-04-24  Iain Buclaw  <ibuclaw@gdcproject.org>
791         PR d/88431
792         * configure: Regenerate.
793         * m4/libtool.m4 (lt_simple_compile_test_code): Update to not have
794         dependencies on libphobos.
795         (lt_simple_link_test_code): Likewise.
796         (GDCFLAGS): Don't override for D compiler tests.
798 2019-04-24  Iain Buclaw  <ibuclaw@gdcproject.org>
800         * configure.tgt: Add aarch64*-*-linux* as a supported target.
802 2019-04-23  Iain Buclaw  <ibuclaw@gdcproject.org>
803             Robin Dapp  <rdapp@linux.ibm.com>
805         * configure.tgt: Add s390*-linux* as a supported target.
806         * libdruntime/gcc/sections/elf_shared.d: import gcc.builtins.
807         (__tls_get_addr_internal): Declare.
808         (TLS_DTV_OFFSET): Define as zero on SystemZ.
809         (getTLSRange): Support getting TLS on SystemZ.
810         * testsuite/libphobos.typeinfo/struct-align.d: New test.
812 2019-04-23  Iain Buclaw  <ibuclaw@gdcproject.org>
814         * configure.tgt: Add linux/riscv as supported target.
815         * libdruntime/gcc/sections/elf_shared.d (getDependencies): Adjust
816         dlpi_addr on RISCV32 and RISCV64.
817         * src/std/math.d: Add IEEE FPU control support for RISC-V.
819 2019-04-23  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
820             Bernd Edlinger  <bernd.edlinger@hotmail.de>
821             Jakub Jelinek  <jakub@redhat.com>
823         PR target/89093
824         * libdruntime/gcc/deh.d: Import gcc.attribute.
825         (personality_fn_attributes): New enum.
826         (scanLSDA, CONTINUE_UNWINDING, gdc_personality, __gdc_personality):
827         Add @personality_fn_attributes.
829 2019-04-20  Iain Buclaw  <ibuclaw@gdcproject.org>
831         PR d/89293
832         * libdruntime/core/atomic.d (casImpl): Remove static assert for
833         GNU_Have_Atomics, add static path to handle missing atomic support.
834         (atomicLoad): Likewise.
835         (atomicStore): Likewise.
836         (atomicFence):  Likewise.
837         (atomicMutexHandle, AtomicMutex): Declare types.
838         (_getAtomicMutex): New function.
839         (getAtomicMutex): Declare.
841 2019-04-16  Iain Buclaw  <ibuclaw@gdcproject.org>
843         * config.h.in: Regenerate.
844         * configure: Regenerate.
845         * m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_BACKTRACE): Set
846         CPPFLAGS correctly for backtrace support test.
848 2019-04-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
850         * configure.tgt (LIBPHOBOS_SUPPORTED): Default to no.
851         Set to yes explicitly.
852         (x86_64-*-solaris2.11* | i?86-*-solaris2.11*): Mark supported.
853         * configure.ac: Handle --enable-libphobos.
854         (x86_64-*-solaris2.* | i?86-*-solaris2.*): Only mark supported
855         with gas.
856         (ENABLE_LIBPHOBOS): New conditional.
857         * configure: Regenerate.
858         * Makefile.am (SUBDIRS): Only set if ENABLE_LIBPHOBOS.
859         * Makefile.in: Regenerate.
861 2019-04-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
862             Iain Buclaw  <ibuclaw@gdcproject.org>
864         PR d/88150
865         * m4/druntime/os.m4 (DRUNTIME_OS_DLPI_TLS_MODID): New macro.
866         * configure.ac: Use it.
867         Call AC_USE_SYSTEM_EXTENSIONS.
868         * configure: Regenerate.
869         * Makefile.in, libdruntime/Makefile.in, src/Makefile.in,
870         testsuite/Makefile.in: Regenerate.
871         * libdruntime/gcc/config.d.in (OS_Have_Dlpi_Tls_Modid): Define.
872         * libdruntime/gcc/sections/elf_shared.d: Import gcc.config.
873         (scanSegments) <PT_TLS> [OS_Have_Dlpi_Tls_Modid]: Use
874         dlpi_tls_modid.
875         [Solaris]: Use dlinfo(RTLD_DI_LINKMAP) to get rt_tlsmodid.
876         Otherwise clear pdso._tlsMod, pdso._tlsSize.
877         (getTLSRange) [Solaris && !OS_Have_Dlpi_Tls_Modid]: Readjust mod.
879 2019-04-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
881         * m4/druntime/os.m4 (DRUNTIME_OS_LINK_SPEC): New macro.
882         * configure.ac: Call it.
883         * configure: Regenerate.
884         * Makefile.in, libdruntime/Makefile.in, src/Makefile.in,
885         testsuite/Makefile.in: Regenerate.
886         * src/libgphobos.spec.in (*link): Append OS_LINK_SPEC.
888 2019-04-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
890         PR d/88150
891         * libdruntime/gcc/sections/elf_shared.d [Solaris] (SharedELF): Set
892         to true.
893         Import core.sys.solaris.dlfcn, core.sys.solaris.link,
894         core.sys.solaris.sys.elf, core.sys.solaris.sys.link.
895         (dummy_ref): Declare.
896         (initSections): Initialize dummy_ref.
897         (getDependencies): Set strtab.
898         (handleForName): Don't dlclose handle.
899         (findDSOInfoForAddr): Set IterateManually.
900         (getprogname): Declare.
901         (progname): Use it.
902         * libdruntime/gcc/sections/package.d [Solaris]: Import
903         gcc.sections.elf_shared instead of gcc.sections.solaris.
904         * libdruntime/gcc/sections/solaris.d: Remove.
905         * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Remove
906         gcc/sections/solaris.d.
907         * libdruntime/Makefile.in: Regenerate.
909 2019-04-13  Iain Buclaw  <ibuclaw@gdcproject.org>
911         * libdruntime/Makefile.am (DRUNTIME_CSOURCES): Remove bss_sections.c.
912         (DRUNTIME_DSOURCES): Rename rt/sections_* modules to gcc/sections/*.
913         * libdruntime/Makefile.in: Regenerate.
914         * libdruntime/gcc/sections/android.d: New file.
915         * libdruntime/gcc/sections/elf_shared.d: New file.
916         * libdruntime/gcc/sections/osx.d: New file.
917         * libdruntime/gcc/sections/package.d: New file.
918         * libdruntime/gcc/sections/solaris.d: New file.
919         * libdruntime/gcc/sections/win32.d: New file.
920         * libdruntime/gcc/sections/win64.d: New file.
921         * libdruntime/rt/bss_section.c: Remove.
922         * libdruntime/rt/sections.d: Publicly import gcc.sections.
923         * libdruntime/rt/sections_android.d: Remove.
924         * libdruntime/rt/sections_elf_shared.d: Remove.
925         * libdruntime/rt/sections_osx.d: Remove.
926         * libdruntime/rt/sections_solaris.d: Remove.
927         * libdruntime/rt/sections_win32.d: Remove.
928         * libdruntime/rt/sections_win64.d: Remove.
930 2019-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>
932         * configure.ac (AM_INIT_AUTOMAKE): Add subdir-objects.
933         * configure: Regenerate.
934         * libdruntime/Makefile.in: Regenerate.
936 2019-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>
938         * m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_ZLIB): Use
939         libz_convenience.a if not using system zlib.
940         * Makefile.in: Regenerate.
941         * configure: Regenerate.
942         * libdruntime/Makefile.in: Regenerate.
943         * src/Makefile.am: Remove ZLIB_CSOURCES and AM_CFLAGS.
944         * src/Makefile.in: Regenerate.
945         * testsuite/Makefile.in: Regenerate.
947 2019-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>
949         * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Remove dejagnu.
950         (RUNTEST): Remove variable.
951         (RUNTESTDEFAULTFLAGS, check_p_subno, check_p_numbers0,
952         check_p_numbers1, check_p_numbers2, check_p_numbers3,
953         check_p_numbers4, check_p_numbers5, check_p_numbers6, check_p_numbers,
954         check_p_subdirs, check_DEJAGNU_libphobos_targets): New variables.
955         (site.exp, %/site.exp, check-DEJAGNU, check-am, clean-local): New
956         rules written so that all the *.exp files are ran parallelized.
957         (CLEANFILES): Add *.exe, *.o, and site.exp.
958         * testsuite/Makefile.in: Regenerate.
960 2019-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>
962         PR d/89255
963         * configure.ac (ENABLE_SHARED, ENABLE_STATIC): Remove conditionals.
964         * configure: Regenerate.
965         * d_rules.am (%.t.lo, %.t.o): Remove rules.
966         (unittest_static_LINK, unittest_LINK, libgdruntime_t_la_LINK,
967         libgphobos_t_la_LINK): Remove variables.
968         * libdruntime/Makefile.am (DRUNTIME_TEST_LOBJECTS,
969         DRUNTIME_TEST_OBJECTS, check_PROGRAMS, check_LTLIBRARIES,
970         unittest_static_SOURCES, unittest_static_LIBTOOLFLAGS,
971         unittest_static_LDFLAGS, unittest_static_LDADD,
972         EXTRA_unittest_static_DEPENDENCIES, libgdruntime_t_la_SOURCES,
973         libgdruntime_t_la_LIBTOOLFLAGS, libgdruntime_t_la_LDFLAGS,
974         libgdruntime_t_la_LIBADD, EXTRA_libgdruntime_t_la_DEPENDENCIES,
975         unittest_SOURCES, unittest_LIBTOOLFLAGS, unittest_LDFLAGS,
976         unittest_LDADD): Remove variables.
977         (clean-local): Remove rule.
978         * libdruntime/Makefile.in: Regenerate.
979         * src/Makefile.am (PHOBOS_TEST_LOBJECTS,
980         PHOBOS_TEST_OBJECTS, check_PROGRAMS, check_LTLIBRARIES,
981         unittest_static_SOURCES, unittest_static_LIBTOOLFLAGS,
982         unittest_static_LDFLAGS, unittest_static_LDADD,
983         EXTRA_unittest_static_DEPENDENCIES, libgdruntime_t_la_SOURCES,
984         libgdruntime_t_la_LIBTOOLFLAGS, libgdruntime_t_la_LDFLAGS,
985         libgdruntime_t_la_LIBADD, EXTRA_libgdruntime_t_la_DEPENDENCIES,
986         unittest_SOURCES, unittest_LIBTOOLFLAGS, unittest_LDFLAGS,
987         unittest_LDADD): Remove variables.
988         (clean-local): Remove rule.
989         * src/Makefile.in: Regenerate.
990         * testsuite/lib/libphobos.exp (libphobos_test_name): New global.
991         (libphobos_init): Set libphobos_test_name.
992         (libphobos-dg-test): Override name if libphobos_test_name is set.
993         (filter_libphobos_unittests): New proc.
994         * testsuite/libphobos.aa/aa.exp: Don't load libphobos-dg.exp.
995         * testsuite/libphobos.cycles/cycles.exp: Set libphobos_test_name.
996         * testsuite/libphobos.druntime/druntime.exp: New file.
997         * testsuite/libphobos.druntime_shared/druntime_shared.exp: New file.
998         * testsuite/libphobos.phobos/phobos.exp: New file.
999         * testsuite/libphobos.phobos_shared/phobos_shared.exp: New file.
1000         * testsuite/libphobos.shared/shared.exp: Use dg-runtest to run tests.
1001         * testsuite/libphobos.hash/hash.exp: Don't load libphobos-dg.exp
1002         * testsuite/libphobos.init_fini/init_fini.exp: Likewise.
1003         * testsuite/libphobos.thread/thread.exp: Likewise.
1004         * testsuite/libphobos.typeinfo/typeinfo.exp: Likewise.
1005         * testsuite/libphobos.unittests/unittests.exp: Remove.
1006         * testsuite/test_runner.d: Remove.
1007         * testsuite/testsuite_flags.in: Add phobos to --gdcpaths.
1009 2019-03-26  Iain Buclaw  <ibuclaw@gdcproject.org>
1011         * libdruntime/Makefile.am (DRUNTIME_DSOURCES_DARWIN): Add
1012         core/sys/darwin/crt_externs.d.
1013         (DRUNTIME_DSOURCES_FREEBSD): Add core/sys/freebsd/unistd.d.
1014         (DRUNTIME_DSOURCES_POSIX): Add core/sys/posix/spawn.d.
1015         * libdruntime/Makefile.in: Regenerate.
1017 2019-03-23  Johannes Pfau  <johannespfau@gmail.com>
1019         * configure.ac: Update autotool version comment.
1021 2019-02-19  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1023         * src/Makefile.am: Avoid the -D option which is not available
1024         with the install-sh fallback.  Use $(MKDIR_P) instead.
1025         * libdruntime/Makefile.am: Likewise.
1026         * src/Makefile.in: Regenerated.
1027         * libdruntime/Makefile.in: Regenerated.
1029 2019-02-19  Iain Buclaw  <ibuclaw@gdcproject.org>
1031         * testsuite/libphobos.shared/load.d: Import core.sys.posix.dlfcn.
1032         [DragonFlyBSD, FreeBSD, linux, NetBSD, OSX, Solaris]: Import only
1033         RTLD_NOLOAD from core.sys.*.dlfcn.
1034         Assert RTLD_NOLOAD is available.
1036 2019-02-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1038         * m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_NET): New macro.
1039         * configure.ac: Invoke it.
1040         * configure: Regenerate.
1042 2019-02-19  Johannes Pfau  <johannespfau@gmail.com>
1044         PR d/88127
1045         * m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_CLIB): Add new macro.
1046         * configure.ac: Use DRUNTIME_LIBRARIES_CLIB.
1047         * configure: Regenerate
1048         * Makefile.in: Regenerate
1049         * libdruntime/gcc/config.d.in: Add Have_Qsort_R.
1050         * libdruntime/Makefile.in: Regenerate.
1051         * src/Makefile.in: Regenerate.
1052         * testsuite/Makefile.in: Regenerate.
1054 2019-02-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1056         * testsuite/lib/libphobos-dg.exp: Tabify.
1057         * testsuite/lib/libphobos.exp: Likewise.
1058         * testsuite/libphobos.cycles/cycles.exp: Likewise.
1059         * testsuite/libphobos.shared/shared.exp: Likewise.
1060         * testsuite/libphobos.unittests/unittests.exp: Likewise.
1062 2019-02-14  Maya Rashish  <coypu@sdf.org>
1064         * configure.tgt: Add netbsd/x86 as supported target.
1066 2019-02-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1068         PR d/87864
1069         * configure.ac (DRTSTUFF_SPEC): New variable.
1070         Substitute it.
1071         * libdruntime/m4/druntime/os.m4 (DRUNTIME_OS_MINFO_BRACKETING):
1072         New automake conditional.
1073         * configure: Regenerate.
1074         * libdruntime/gcc/drtstuff.c: New file.
1075         * libdruntime/Makefile.am [!DRUNTIME_OS_MINFO_BRACKETING]
1076         (DRTSTUFF, toolexeclib_DATA): New variables.
1077         (gcc/drtbegin.lo, gcc/drtend.lo): New rules.
1078         (libgdruntime_la_LDFLAGS): Use -Wc instead of -Xcompiler.
1079         Add -dstartfiles -B../src -Bgcc.
1080         (libgdruntime_la_DEPENDENCIES): New variable.
1081         (unittest_static_LDFLAGS): Use -Wc instead of -Xcompiler.
1082         (libgdruntime_t_la_LDFLAGS): Likewise.
1083         (unittest_LDFLAGS): Likewise.
1084         * src/Makefile.am (libgphobos_la_LDFLAGS): Use -Wc instead of
1085         -Xcompiler.
1086         Add -dstartfiles -B../libdruntime/gcc.
1087         (unittest_static_LDFLAGS): Use -Wc instead of -Xcompiler.
1088         (libgphobos_t_la_LDFLAGS): Likewise.
1089         (unittest_LDFLAGS): Likewise.
1090         * libdruntime/Makefile.in, src/Makefile.in: Regenerate.
1091         * Makefile.in, testsuite/Makefile.in: Regenerate.
1092         * libdruntime/rt/sections_elf_shared.d (Minfo_Bracketing): Don't
1093         assert.
1094         * libdruntime/gcc/config.d.in (Minfo_Bracketing): Remove.
1095         * src/drtstuff.spec: New file.
1096         * src/libgphobos.spec.in (DRTSTUFF_SPEC): Substitute.
1097         (*lib): Only pass SPEC_PHOBOS_DEPS without -debuglib, -defaultlib,
1098         -nophoboslib.
1099         * testsuite/testsuite_flags.in <--gdcldflags> (GDCLDFLAGS): Add
1100         -B${BUILD_DIR}/libdruntime/gcc.
1102 2019-02-13  Iain Buclaw  <ibuclaw@gdcproject.org>
1104         * libdruntime/core/runtime.d (defaultTraceHandler): Give
1105         UnwindBacktrace handler precedence over backtrace.
1107 2019-02-10  Iain Buclaw  <ibuclaw@gdcproject.org>
1109         * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Remove rt/util/hash.d
1110         * libdruntime/Makefile.in: Rebuild.
1111         * testsuite/libphobos.aa/aa.exp: New file.
1112         * testsuite/libphobos.aa/test_aa.d: New test.
1113         * testsuite/libphobos.hash/hash.exp: New file.
1114         * testsuite/libphobos.hash/test_hash.d: New test.
1116 2019-01-12  Iain Buclaw  <ibuclaw@gdcproject.org>
1118         * README.gcc: New file.
1120 2019-01-01  Jakub Jelinek  <jakub@redhat.com>
1122         Update copyright years.
1124 2018-12-14  Iain Buclaw  <ibuclaw@gdcproject.org>
1126         * src/std/internal/digest: Remove empty directory.
1128 2018-12-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1130         * Makefile.am (AM_MAKEFLAGS): Pass CCASFLAGS, GDCFLAGS.
1131         * Makefile.in: Regenerate.
1133 2018-11-28  Iain Buclaw  <ibuclaw@gdcproject.org>
1135         * Makefile.in: Rebuild.
1136         * configure: Rebuild.
1137         * configure.ac (DRUNTIME_SOVERSION): Remove.
1138         (PHOBOS_SOVERSION): Remove.
1139         (libtool_VERSION): Add.
1140         * libdruntime/Makefile.am: Use libtool_VERSION.
1141         * libdruntime/Makefile.in: Rebuild.
1142         * src/Makefile.am: Use libtool_VERSION.
1143         * src/Makefile.in: Rebuild.
1144         * testsuite/Makefile.in: Rebuild.
1146 2018-11-22  Johannes Pfau  <johannespfau@gmail.com>
1148         PR d/87824
1149         * testsuite/libphobos.shared/shared.exp: Set proper path to phobos
1150         library for multilib builds.
1152 2018-11-19  Iain Buclaw  <ibuclaw@gdcproject.org>
1154         * src/Makefile.am: Remove std.internal.digest.sha_SSSE3 and
1155         std.internal.math.biguintx86 modules.
1156         * src/Makefile.in: Rebuild.
1157         * src/std/internal/digest/sha_SSSE3.d: Remove.
1158         * src/std/internal/math/biguintx86.d: Remove.
1160 2018-11-02  Iain Buclaw  <ibuclaw@gdcproject.org>
1162         PR d/87827
1163         * Makefile.in: Rebuild.
1164         * configure: Rebuild.
1165         * configure.ac: Properly set MULTISUBDIR.
1166         * d_rules.am: Set toolexecdir and toolexeclibdir.
1167         * libdruntime/Makefile.in: Rebuild.
1168         * m4/druntime.m4 (DRUNTIME_INSTALL_DIRECTORIES): Add
1169         --enable-version-specific-runtime-libs.
1170         * src/Makefile.in: Rebuild.
1171         * testsuite/Makefile.in: Rebuild.
1173 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
1175         PR bootstrap/82856
1176         * Makefile.am: Include multilib.am.
1177         * configure.ac: Remove AC_PREREQ.  Use -Wno-override in
1178         AM_INIT_AUTOMAKE call.
1179         * m4/autoconf.m4: Add extra argument to AC_LANG_DEFINE call.
1180         * m4/druntime/os.m4: Use AC_LANG_SOURCE.
1181         * testsuite/Makefile.am (RUNTEST): Remove quotes.
1182         * Makefile.in, aclocal.m4, configure, libdruntime/Makefile.in,
1183         src/Makefile.in, testsuite/Makefile.in: Regenerate.
1185 2018-10-31  Iain Buclaw  <ibuclaw@gdcproject.org>
1187         PR bootstrap/87789
1188         PR d/87818
1189         PR d/87819
1190         * configure.tgt: New file.
1192 2018-10-28  Iain Buclaw  <ibuclaw@gdcproject.org>
1194         * Makefile.am: New file.
1195         * Makefile.in: New file.
1196         * acinclude.m4: New file.
1197         * aclocal.m4: New file.
1198         * config.h.in: New file.
1199         * configure: New file.
1200         * configure.ac: New file.
1201         * d_rules.am: New file.
1202         * libdruntime/Makefile.am: New file.
1203         * libdruntime/Makefile.in: New file.
1204         * libdruntime/__entrypoint.di: New file.
1205         * libdruntime/__main.di: New file.
1206         * libdruntime/gcc/attribute.d: New file.
1207         * libdruntime/gcc/backtrace.d: New file.
1208         * libdruntime/gcc/builtins.d: New file.
1209         * libdruntime/gcc/config.d.in: New file.
1210         * libdruntime/gcc/deh.d: New file.
1211         * libdruntime/gcc/libbacktrace.d.in: New file.
1212         * libdruntime/gcc/unwind/arm.d: New file.
1213         * libdruntime/gcc/unwind/arm_common.d: New file.
1214         * libdruntime/gcc/unwind/c6x.d: New file.
1215         * libdruntime/gcc/unwind/generic.d: New file.
1216         * libdruntime/gcc/unwind/package.d: New file.
1217         * libdruntime/gcc/unwind/pe.d: New file.
1218         * m4/autoconf.m4: New file.
1219         * m4/druntime.m4: New file.
1220         * m4/druntime/cpu.m4: New file.
1221         * m4/druntime/libraries.m4: New file.
1222         * m4/druntime/os.m4: New file.
1223         * m4/gcc_support.m4: New file.
1224         * m4/gdc.m4: New file.
1225         * m4/libtool.m4: New file.
1226         * src/Makefile.am: New file.
1227         * src/Makefile.in: New file.
1228         * src/libgphobos.spec.in: New file.
1229         * testsuite/Makefile.am: New file.
1230         * testsuite/Makefile.in: New file.
1231         * testsuite/config/default.exp: New file.
1232         * testsuite/lib/libphobos-dg.exp: New file.
1233         * testsuite/lib/libphobos.exp: New file.
1234         * testsuite/testsuite_flags.in: New file.
1237 Copyright (C) 2018-2021 Free Software Foundation, Inc.
1239 Copying and distribution of this file, with or without modification,
1240 are permitted in any medium without royalty provided the copyright
1241 notice and this notice are preserved.