2021-06-12 02:16:27 +02:00
|
|
|
|
2021-06-11 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
PR d/100999
|
|
|
|
|
* src/MERGE: Merge upstream phobos 55bb17543.
|
|
|
|
|
|
2021-05-15 02:16:27 +02:00
|
|
|
|
2021-05-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
|
|
|
|
|
|
|
|
|
|
* src/std/process.d (unittest): Remove tmpname on exit.
|
|
|
|
|
* src/MERGE: Merge upstream phobos 63f4caa90.
|
|
|
|
|
|
2021-05-14 02:16:30 +02:00
|
|
|
|
2021-05-13 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* libdruntime/MERGE: Merge upstream druntime 98c6ff0c.
|
|
|
|
|
|
2021-05-11 02:16:36 +02:00
|
|
|
|
2021-05-10 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* src/MERGE: Merge upstream phobos 32cfe9b61.
|
|
|
|
|
|
2021-04-22 02:16:32 +02:00
|
|
|
|
2021-04-21 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* libdruntime/core/thread/osthread.d (callWithStackShell): Statically
|
|
|
|
|
generate PPC and PPC64 asm implementations, and conditionally remove
|
|
|
|
|
PPC register names on non-Darwin targets.
|
|
|
|
|
|
2021-04-21 02:16:23 +02:00
|
|
|
|
2021-04-20 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
PR d/98584
|
|
|
|
|
* libdruntime/gcc/deh.d (scanLSDA): Update calls to read_uleb128 and
|
|
|
|
|
read_encoded_value.
|
|
|
|
|
(actionTableLookup): Update calls to read_sleb128 and
|
|
|
|
|
read_encoded_value_with_base.
|
|
|
|
|
* libdruntime/gcc/unwind/pe.d (read_uleb128): Update signature.
|
|
|
|
|
(read_sleb128): Update signature.
|
|
|
|
|
(read_unaligned): New function.
|
|
|
|
|
(read_encoded_value_with_base): Update signature. Call read_unaligned
|
|
|
|
|
instead of unsafe pointer dereferencing.
|
|
|
|
|
(read_encoded_value): Update signature.
|
|
|
|
|
|
2021-04-20 02:16:27 +02:00
|
|
|
|
2021-04-19 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
PR d/98494
|
|
|
|
|
* libdruntime/MERGE: Merge upstream druntime 89f870b7.
|
|
|
|
|
* src/MERGE: Merge upstream phobos e6907ff3e.
|
|
|
|
|
|
|
|
|
|
2021-04-19 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
PR d/98058
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
* libdruntime/Makefile.am (DRUNTIME_DSOURCES_DARWIN): Add
|
|
|
|
|
core/sys/darwin/config.d
|
|
|
|
|
* libdruntime/Makefile.in: Regenerate.
|
|
|
|
|
* libdruntime/config/powerpc/switchcontext.S: Implement
|
|
|
|
|
fiber_switchContext for __MACH__.
|
|
|
|
|
* libdruntime/config/x86/switchcontext.S: Likewise.
|
|
|
|
|
* libdruntime/core/sys/darwin/config.d: New file.
|
|
|
|
|
* libdruntime/core/thread/fiber.d (Fiber.getThis): Mark noinline.
|
|
|
|
|
(UnsafeFiberMigration): Define for OSX/X86 and OSX/X86_64.
|
|
|
|
|
* libdruntime/core/thread/osthread.d (callWithStackShell): Add inline
|
|
|
|
|
assembler implementation for X86, X86_64, PPC, and PPC64.
|
|
|
|
|
* libdruntime/core/thread/threadbase.d (ThreadBase.getThis): Mark
|
|
|
|
|
noinline.
|
|
|
|
|
* libdruntime/gcc/deh.d (FuncTable): Remove definition.
|
|
|
|
|
* m4/druntime/os.m4 (DRUNTIME_OS_MINFO_BRACKETING): Check for right
|
|
|
|
|
bracket symbol on darwin* targets.
|
|
|
|
|
* testsuite/libphobos.thread/fiber_guard_page.d: Update test to
|
|
|
|
|
support ucontext-based Fibers.
|
|
|
|
|
|
|
|
|
|
2021-04-19 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
PR d/99794
|
|
|
|
|
* libdruntime/Makefile.am (DRUNTIME_SOURCES_CONFIGURED): Add
|
|
|
|
|
config/mingw/msvc.c on DRUNTIME_OS_MINGW.
|
|
|
|
|
* libdruntime/Makefile.in: Regenerate.
|
|
|
|
|
* libdruntime/config/mingw/msvc.c: New file.
|
|
|
|
|
* libdruntime/config/mingw/switchcontext.S (fiber_switchContext): Fix
|
|
|
|
|
function definition.
|
|
|
|
|
* libdruntime/gcc/deh.d (__gdc_personality_seh0): Fix call to
|
|
|
|
|
_GCC_specific_handler.
|
|
|
|
|
* libdruntime/gcc/gthread.d (__gthread_once_t): Fix definition.
|
|
|
|
|
* libdruntime/gcc/unwind/generic.d (_GCC_specific_handler): Fix
|
|
|
|
|
declaration.
|
|
|
|
|
* libdruntime/rt/dmain2.d (rt_loadLibrary): Remove function.
|
|
|
|
|
(rt_loadLibraryW): Remove function.
|
|
|
|
|
(initLibrary): Remove function.
|
|
|
|
|
(rt_unloadLibrary): Remove function.
|
|
|
|
|
|
|
|
|
|
2021-04-19 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
PR d/99691
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
* libdruntime/config/common/threadasm.S: Add __OpenBSD__.
|
|
|
|
|
* libdruntime/gcc/backtrace.d: Import core.sys.openbsd.dlfcn on
|
|
|
|
|
OpenBSD platforms.
|
|
|
|
|
* libdruntime/gcc/sections/elf.d (SharedElf): Define on OpenBSD.
|
|
|
|
|
(linkMapForHandle): Implement for OpenBSD.
|
|
|
|
|
(exeLinkMap): Remove.
|
|
|
|
|
(getDependencies): Adjust dlpi_addr on OpenBSD.
|
|
|
|
|
(handleForName): Implement for OpenBSD.
|
|
|
|
|
(IterateManually): Define on OpenBSD.
|
|
|
|
|
* libdruntime/gcc/sections/package.d (SectionsElf): Define on OpenBSD.
|
|
|
|
|
* m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_ATOMIC): Test for
|
|
|
|
|
enable_libatomic.
|
|
|
|
|
(DRUNTIME_LIBRARIES_BACKTRACE): Test for enable_libbacktrace.
|
|
|
|
|
|
2021-04-11 02:16:24 +02:00
|
|
|
|
2021-04-10 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
* configure.ac: Call DRUNTIME_SECTION_FLAGS.
|
|
|
|
|
* libdruntime/Makefile.am: Add SECTION_FLAGS to AM_DFLAGS.
|
|
|
|
|
* libdruntime/Makefile.in: Regenerate.
|
|
|
|
|
* m4/druntime.m4 (DRUNTIME_SECTION_FLAGS): New macro.
|
|
|
|
|
* src/Makefile.am: Add SECTION_FLAGS to AM_DFLAGS.
|
|
|
|
|
* src/Makefile.in: Regenerate.
|
|
|
|
|
* testsuite/Makefile.in: Regenerate.
|
|
|
|
|
|
|
|
|
|
2021-04-10 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* libdruntime/Makefile.am (DRUNTIME_DSOURCES): Removed
|
|
|
|
|
gcc/sections/android.d, elf_shared.d, osx.d, win32.d, and win64.d.
|
|
|
|
|
Added gcc/sections/common.d, elf.d macho.d, and pecoff.d.
|
|
|
|
|
* libdruntime/Makefile.in: Regenerate.
|
|
|
|
|
* libdruntime/core/thread/osthread.d: Update externDFunc FQDN names to
|
|
|
|
|
use platform independant section function names.
|
|
|
|
|
* libdruntime/gcc/sections/elf_shared.d: Renamed to...
|
|
|
|
|
* libdruntime/gcc/sections/elf.d: ...this. Mangle functions for
|
|
|
|
|
core.thread interface as if they come from the gcc.sections module.
|
|
|
|
|
* libdruntime/gcc/sections/package.d: Update public imports, declare
|
|
|
|
|
functions for core.thread interface.
|
|
|
|
|
* libdruntime/gcc/sections/android.d: Removed.
|
|
|
|
|
* libdruntime/gcc/sections/osx.d: Removed.
|
|
|
|
|
* libdruntime/gcc/sections/win32.d: Removed.
|
|
|
|
|
* libdruntime/gcc/sections/win64.d: Removed.
|
|
|
|
|
* libdruntime/gcc/sections/common.d: New file.
|
|
|
|
|
* libdruntime/gcc/sections/macho.d: New file.
|
|
|
|
|
* libdruntime/gcc/sections/pecoff.d: New file.
|
|
|
|
|
|
|
|
|
|
2021-04-10 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* testsuite/libphobos.druntime/druntime.exp: Compile all tests with
|
|
|
|
|
-static-libphobos.
|
|
|
|
|
* testsuite/libphobos.phobos/phobos.exp: Likewise.
|
|
|
|
|
|
|
|
|
|
2021-04-10 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* testsuite/libphobos.druntime/druntime.exp: Remove
|
|
|
|
|
is-effective-target static.
|
|
|
|
|
* testsuite/libphobos.phobos/phobos.exp: Likewise.
|
|
|
|
|
|
|
|
|
|
2021-04-10 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
PR d/99812
|
|
|
|
|
* testsuite/libphobos.druntime_shared/druntime_shared.exp: Re-add
|
|
|
|
|
-fno-moduleinfo flag to dg-runtest.
|
|
|
|
|
* testsuite/libphobos.phobos_shared/phobos_shared.exp: Likewise.
|
|
|
|
|
|
2021-04-09 02:16:56 +02:00
|
|
|
|
2021-04-08 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* libdruntime/Makefile.am (DRUNTIME_DSOURCES): Add
|
|
|
|
|
gcc/attributes.d.
|
|
|
|
|
* libdruntime/Makefile.in: Regenerate.
|
|
|
|
|
* libdruntime/gcc/attribute.d: Deprecate module, publicly import
|
|
|
|
|
gcc.attributes.
|
|
|
|
|
* libdruntime/gcc/deh.d: Update imports.
|
|
|
|
|
* libdruntime/gcc/attributes.d: New file.
|
|
|
|
|
|
2021-04-07 02:16:39 +02:00
|
|
|
|
2021-04-06 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* libdruntime/MERGE: Merge upstream druntime 1134b710.
|
|
|
|
|
|
2021-04-04 02:16:26 +02:00
|
|
|
|
2021-04-03 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* libdruntime/MERGE: Merge upstream druntime 483bc129.
|
|
|
|
|
* libdruntime/Makefile.am (DRUNTIME_DSOURCES_DARWIN): Add
|
|
|
|
|
core/sys/darwin/fcntl.d.
|
|
|
|
|
(DRUNTIME_DSOURCES_OPENBSD): Add core/sys/openbsd/unistd.d.
|
|
|
|
|
(DRUNTIME_DSOURCES_WINDOWS): Add core/sys/windows/stdc/malloc.d.
|
|
|
|
|
* libdruntime/Makefile.in: Regenerate.
|
|
|
|
|
* src/MERGE: Merge upstream phobos f89dc217a.
|
|
|
|
|
* src/Makefile.am (PHOBOS_DSOURCES): Add std/regex/internal/tests2.d.
|
|
|
|
|
* src/Makefile.in: Regenerate.
|
|
|
|
|
* testsuite/libphobos.exceptions/chain.d: Fix format arguments.
|
|
|
|
|
* testsuite/libphobos.exceptions/line_trace.d: Likewise.
|
|
|
|
|
|
2021-03-27 01:16:27 +01:00
|
|
|
|
2021-03-26 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
* configure.ac: Substitute enable_shared, enable_static, and
|
|
|
|
|
phobos_lt_pic_flag.
|
|
|
|
|
* libdruntime/Makefile.am (AM_DFLAGS): Replace
|
|
|
|
|
phobos_compiler_pic_flag with phobos_lt_pic_flags, and
|
|
|
|
|
phobos_compiler_shared_flag.
|
|
|
|
|
* libdruntime/Makefile.in: Regenerate.
|
|
|
|
|
* src/Makefile.am (AM_DFLAGS): Replace phobos_compiler_pic_flag
|
|
|
|
|
with phobos_lt_pic_flag, and phobos_compiler_shared_flag.
|
|
|
|
|
* src/Makefile.in: Regenerate.
|
|
|
|
|
* testsuite/Makefile.in: Regenerate.
|
|
|
|
|
* testsuite/libphobos.druntime_shared/druntime_shared.exp: Remove
|
|
|
|
|
-fversion=Shared and -fno-moduleinfo from default extra test flags.
|
|
|
|
|
* testsuite/libphobos.phobos_shared/phobos_shared.exp: Likewise.
|
|
|
|
|
* testsuite/testsuite_flags.in: Add phobos_compiler_shared_flag to
|
|
|
|
|
--gdcflags.
|
|
|
|
|
|
2021-02-05 01:16:23 +01:00
|
|
|
|
2021-02-04 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
PR d/98910
|
|
|
|
|
* libdruntime/MERGE: Merge upstream druntime 0fd4364c.
|
|
|
|
|
* libdruntime/Makefile.am (DRUNTIME_DSOURCES): Add core/volatile.d.
|
|
|
|
|
* libdruntime/Makefile.in: Regenerate.
|
|
|
|
|
* testsuite/libphobos.allocations/tls_gc_integration.d: Update test.
|
|
|
|
|
|
2021-02-04 01:16:32 +01:00
|
|
|
|
2021-02-03 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
PR d/98910
|
|
|
|
|
* libdruntime/MERGE: Merge upstream druntime 9d0c8364.
|
|
|
|
|
* libdruntime/Makefile.am (DRUNTIME_DSOURCES): Add
|
|
|
|
|
core/internal/attributes.d
|
|
|
|
|
(DRUNTIME_DSOURCES_BIONIC): Add core/sys/bionic/stdlib.d.
|
|
|
|
|
(DRUNTIME_DSOURCES_DARWIN): Add core/sys/darwin/stdlib.d, and
|
|
|
|
|
core/sys/darwin/sys/sysctl.d.
|
|
|
|
|
(DRUNTIME_DSOURCES_DRAGONFLYBSD): Add
|
|
|
|
|
core/sys/dragonflybsd/stdlib.d, and
|
|
|
|
|
core/sys/dragonflybsd/sys/sysctl.d.
|
|
|
|
|
(DRUNTIME_DSOURCES_FREEBSD): Add core/sys/freebsd/stdlib.d, and
|
|
|
|
|
core/sys/freebsd/sys/sysctl.d.
|
|
|
|
|
(DRUNTIME_DSOURCES_NETBSD): Add core/sys/netbsd/stdlib.d, and
|
|
|
|
|
core/sys/netbsd/sys/sysctl.d.
|
|
|
|
|
(DRUNTIME_DSOURCES_OPENBSD): Add core/sys/openbsd/stdlib.d, and
|
|
|
|
|
core/sys/openbsd/sys/sysctl.d.
|
|
|
|
|
(DRUNTIME_DSOURCES_SOLARIS): Add core/sys/solaris/stdlib.d.
|
|
|
|
|
* libdruntime/Makefile.in: Regenerate.
|
|
|
|
|
* src/MERGE: Merge upstream phobos 9d575282e.
|
|
|
|
|
|
2021-01-31 01:16:20 +01:00
|
|
|
|
2021-01-30 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
* libdruntime/MERGE: Merge upstream druntime e4aae28e.
|
|
|
|
|
* libdruntime/Makefile.am (DRUNTIME_DSOURCES): Refresh module list.
|
|
|
|
|
(DRUNTIME_DSOURCES_BIONIC): Add core/sys/bionic/err.d.
|
|
|
|
|
(DRUNTIME_DSOURCES_DARWIN): Add core/sys/darwin/err.d,
|
|
|
|
|
core/sys/darwin/ifaddrs.d, core/sys/darwin/mach/nlist.d,
|
|
|
|
|
core/sys/darwin/mach/stab.d, and core/sys/darwin/sys/attr.d.
|
|
|
|
|
(DRUNTIME_DSOURCES_DRAGONFLYBSD): Add core/sys/dragonflybsd/err.d.
|
|
|
|
|
(DRUNTIME_DSOURCES_FREEBSD): Add core/sys/freebsd/err.d.
|
|
|
|
|
(DRUNTIME_DSOURCES_LINUX): Add core/sys/linux/err.d.
|
|
|
|
|
(DRUNTIME_DSOURCES_NETBSD): Add core/sys/netbsd/err.d.
|
|
|
|
|
(DRUNTIME_DSOURCES_OPENBSD): Add core/sys/openbsd/err.d.
|
|
|
|
|
(DRUNTIME_DSOURCES_POSIX): Add core/sys/posix/locale.d,
|
|
|
|
|
core/sys/posix/stdc/time.d, core/sys/posix/string.d, and
|
|
|
|
|
core/sys/posix/strings.d.
|
|
|
|
|
(DRUNTIME_DSOURCES_SOLARIS): Add core/sys/solaris/err.d.
|
|
|
|
|
(DRUNTIME_DSOURCES_WINDOWS): Add core/sys/windows/sdkddkver.d,
|
|
|
|
|
and core/sys/windows/stdc/time.d
|
|
|
|
|
* libdruntime/Makefile.in: Regenerate.
|
|
|
|
|
* libdruntime/gcc/sections/elf_shared.d (sizeofTLS): New function.
|
|
|
|
|
* testsuite/libphobos.thread/fiber_guard_page.d: Use
|
|
|
|
|
__traits(getMember) to get internal fields.
|
|
|
|
|
|
2021-01-27 01:16:33 +01:00
|
|
|
|
2021-01-26 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* src/MERGE: Merge upstream phobos 3dd5df686.
|
|
|
|
|
* testsuite/libphobos.phobos/phobos.exp: Add compiler flag
|
|
|
|
|
-fversion=Linux_Pre_2639 if target is linux_pre_2639.
|
|
|
|
|
* testsuite/libphobos.phobos_shared/phobos_shared.exp: Likewise.
|
|
|
|
|
|
2021-01-24 01:16:16 +01:00
|
|
|
|
2021-01-23 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
PR d/98806
|
|
|
|
|
* libdruntime/gcc/sections/elf_shared.d (MIPS_Any): Declare version
|
|
|
|
|
for MIPS32 and MIPS64.
|
|
|
|
|
(getDependencies): Adjust dlpi_addr on MIPS_Any.
|
|
|
|
|
|
2021-01-06 01:16:55 +01:00
|
|
|
|
2021-01-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
|
|
|
|
|
|
|
|
|
|
* configure: Re-generate.
|
|
|
|
|
|
2020-12-06 01:16:44 +01:00
|
|
|
|
2020-12-05 Iain Sandoe <iain@sandoe.co.uk>
|
|
|
|
|
|
|
|
|
|
PR target/97865
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
|
2020-12-01 01:16:38 +01:00
|
|
|
|
2020-11-30 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
PR d/87818
|
|
|
|
|
* configure.tgt: Add x86_64-*-freebsd* and i?86-*-freebsd* as
|
|
|
|
|
supported targets.
|
|
|
|
|
|
2020-11-28 01:16:38 +01:00
|
|
|
|
2020-11-27 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
PR d/98025
|
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
* configure.ac (DCFG_ENABLE_CET): Substitute.
|
|
|
|
|
* libdruntime/MERGE: Merge upstream druntime 0fe7974c.
|
|
|
|
|
* libdruntime/Makefile.in: Regenerate.
|
|
|
|
|
* libdruntime/core/thread.d: Import gcc.config.
|
|
|
|
|
(class Fiber): Add ucontext_t fields when GNU_Enable_CET is true.
|
|
|
|
|
* libdruntime/gcc/config.d.in (GNU_Enable_CET): Define.
|
|
|
|
|
* src/Makefile.in: Regenerate.
|
|
|
|
|
* testsuite/Makefile.in: Regenerate.
|
|
|
|
|
|
|
|
|
|
2020-11-27 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* libdruntime/MERGE: Merge upstream druntime d37ef985.
|
|
|
|
|
* libdruntime/Makefile.am (DRUNTIME_DSOURCES_FREEBSD): Add
|
|
|
|
|
core/sys/freebsd/config.d
|
|
|
|
|
* libdruntime/Makefile.in: Regenerate.
|
|
|
|
|
|
|
|
|
|
2020-11-27 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* src/MERGE: Merge upstream phobos 38873fe6e.
|
|
|
|
|
|
|
|
|
|
2020-11-27 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* libdruntime/MERGE: Merge upstream druntime 5e4492c4.
|
|
|
|
|
|
2020-11-19 01:16:30 +01:00
|
|
|
|
2020-11-18 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* configure.tgt: Add *-*-dragonfly* as a supported target.
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
* m4/druntime/os.m4 (DRUNTIME_OS_SOURCES): Add dragonfly* as a posix
|
|
|
|
|
target.
|
|
|
|
|
|
|
|
|
|
2020-11-18 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* src/MERGE: Merge upstream phobos 7948e0967.
|
|
|
|
|
|
2020-11-14 01:16:38 +01:00
|
|
|
|
2020-11-13 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
* configure.ac (libtool_VERSION): Update to 2:0.0.
|
|
|
|
|
|
2020-10-28 01:16:38 +01:00
|
|
|
|
2020-10-27 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* libdruntime/MERGE: Merge upstream druntime 58560d51.
|
|
|
|
|
|
2020-10-13 02:16:26 +02:00
|
|
|
|
2020-10-12 Maciej W. Rozycki <macro@linux-mips.org>
|
|
|
|
|
|
|
|
|
|
* libdruntime/config/mips/switchcontext.S [__mips_hard_float]:
|
|
|
|
|
Use L.D and S.D generic assembly instructions rather than LDC1
|
|
|
|
|
and SDC1 MIPS II hardware instructions.
|
|
|
|
|
|
|
|
|
|
2020-10-12 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* testsuite/lib/libphobos.exp: Define tool_timeout, set to 600.
|
|
|
|
|
|
2020-09-11 02:16:28 +02:00
|
|
|
|
2020-09-10 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
PR d/95680
|
|
|
|
|
PR d/97007
|
|
|
|
|
* Makefile.am (AM_MAKEFLAGS): Remove $(CET_FLAGS).
|
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
* configure.ac (DCFG_ENABLE_CET): Remove substitution.
|
|
|
|
|
(CET_DFLAGS): Substitute.
|
|
|
|
|
* libdruntime/Makefile.am (AM_DFLAGS): Add $(CET_DFLAGS).
|
|
|
|
|
(AM_CFLAGS): Add $(CET_FLAGS).
|
|
|
|
|
(AM_CCASFLAGS): Likewise.
|
|
|
|
|
* libdruntime/Makefile.in: Regenerate.
|
|
|
|
|
* libdruntime/core/thread.d: Replace static if GNU_Enable_CET
|
|
|
|
|
condition with `version (CET)'.
|
|
|
|
|
* libdruntime/gcc/config.d.in (GNU_Enable_CET): Remove.
|
|
|
|
|
* src/Makefile.am (AM_DFLAGS): Add $(CET_DFLAGS).
|
|
|
|
|
(AM_CFLAGS): Add $(CET_FLAGS).
|
|
|
|
|
* src/Makefile.in: Regenerate.
|
|
|
|
|
* testsuite/Makefile.in: Regenerate.
|
|
|
|
|
* testsuite/testsuite_flags.in: Add $(CET_DFLAGS) to --gdcflags.
|
|
|
|
|
|
2020-09-10 02:16:28 +02:00
|
|
|
|
2020-09-09 H.J. Lu <hjl.tools@gmail.com>
|
|
|
|
|
|
|
|
|
|
PR d/95680
|
|
|
|
|
* libdruntime/config/x86/switchcontext.S: Include <cet.h> to
|
|
|
|
|
generate the CET marker for -fcf-protection.
|
|
|
|
|
|
2020-09-09 02:16:29 +02:00
|
|
|
|
2020-09-08 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
PR d/95680
|
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
* configure.ac (DCFG_ENABLE_CET): Substitute.
|
|
|
|
|
* libdruntime/Makefile.in: Regenerate.
|
|
|
|
|
* libdruntime/config/x86/switchcontext.S: Remove CET support code.
|
|
|
|
|
* libdruntime/core/thread.d: Import gcc.config. Don't set version
|
|
|
|
|
AsmExternal when GNU_Enable_CET is true.
|
|
|
|
|
* libdruntime/gcc/config.d.in (GNU_Enable_CET): Define.
|
|
|
|
|
* src/Makefile.in: Regenerate.
|
|
|
|
|
* testsuite/Makefile.in: Regenerate.
|
|
|
|
|
|
2020-06-26 02:16:23 +02:00
|
|
|
|
2020-06-25 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* libdruntime/MERGE: Merge upstream druntime d05ebaad.
|
|
|
|
|
* src/MERGE: Merge upstream phobos 021ae0df7.
|
|
|
|
|
* testsuite/libphobos.typeinfo/struct-align.d: Remove empty statement.
|
|
|
|
|
|
2020-05-30 02:16:27 +02:00
|
|
|
|
2020-05-29 H.J. Lu <hjl.tools@gmail.com>
|
|
|
|
|
|
|
|
|
|
PR bootstrap/95413
|
|
|
|
|
* configure: Regenerated.
|
|
|
|
|
|
2020-05-15 18:06:50 +02:00
|
|
|
|
2020-05-15 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
PR bootstrap/95147
|
|
|
|
|
* configure: Regenerated.
|
|
|
|
|
|
2020-05-09 00:13:04 +02:00
|
|
|
|
2020-05-08 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* libdruntime/config/x86/switchcontext.S: Include <cet.h> if
|
|
|
|
|
__CET__ is defined.
|
|
|
|
|
(_CET_ENDBR): New. Define if __CET__ is not defined.
|
|
|
|
|
(fiber_switchContext): Add _CET_ENDBR after .cfi_startproc.
|
|
|
|
|
|
2020-05-09 00:11:24 +02:00
|
|
|
|
2020-05-08 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* Makefile.am (AM_MAKEFLAGS): Add $(CET_FLAGS) to GCC FLAGS.
|
|
|
|
|
* configure.ac (CET_FLAGS): Add GCC_CET_FLAGS and AC_SUBST.
|
|
|
|
|
* Makefile.in: Regenerated.
|
|
|
|
|
* aclocal.m4: Likewise.
|
|
|
|
|
* configure.ac: Likewise.
|
|
|
|
|
|
2020-04-30 12:20:04 +02:00
|
|
|
|
2020-04-30 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* libdruntime/Makefile.am (DRUNTIME_SOURCES_CONFIGURED): Remove
|
|
|
|
|
config/powerpc/switchcontext.S
|
|
|
|
|
* libdruntime/Makefile.in: Regenerate.
|
|
|
|
|
* libdruntime/config/powerpc/callwithstack.S: Remove.
|
|
|
|
|
* libdruntime/config/powerpc/switchcontext.S: Fix symbol name of
|
|
|
|
|
fiber_switchContext.
|
|
|
|
|
* libdruntime/core/thread.d: Disable fiber migration tests on PPC.
|
|
|
|
|
* testsuite/libphobos.thread/fiber_guard_page.d: Set guardPageSize
|
|
|
|
|
same as stackSize.
|
|
|
|
|
|
2020-04-29 10:42:21 +02:00
|
|
|
|
2020-04-29 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* testsuite/lib/libphobos.exp (check_effective_target_linux_pre_2639):
|
|
|
|
|
Fix KERNEL_VERSION condition.
|
|
|
|
|
|
2020-04-28 21:42:41 +02:00
|
|
|
|
2020-04-28 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
PR d/94825
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
* libdruntime/Makefile.am (DRUNTIME_SOURCES_CONFIGURED): Add both
|
|
|
|
|
switchcontext.S and callwithstack.S if DRUNTIME_CPU_POWERPC.
|
|
|
|
|
* libdruntime/Makefile.in: Regenerate.
|
|
|
|
|
* libdruntime/config/powerpc/switchcontext.S: Add !__PPC64__ guards.
|
|
|
|
|
* libdruntime/config/powerpc64/callwithstack.S: Add __PPC64__ guards.
|
|
|
|
|
* m4/druntime/cpu.m4 (DRUNTIME_CPU_SOURCES): Define DRUNTIME_CPU_POWER
|
|
|
|
|
for all powerpc biarchs. Remove DRUNTIME_CPU_POWER64 conditional.
|
|
|
|
|
|
2020-04-27 23:33:18 +02:00
|
|
|
|
2020-04-27 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* libdruntime/Makefile.am (DRUNTIME_DSOURCES_LINUX): Remove
|
|
|
|
|
core/sys/linux/sys/netinet/tcp.d.
|
|
|
|
|
* libdruntime/Makefile.in: Regenerate.
|
|
|
|
|
|
2020-04-27 02:41:08 +02:00
|
|
|
|
2020-04-27 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* configure.tgt: Add hppa-*-linux* as a supported target.
|
|
|
|
|
|
2020-04-26 11:32:57 +02:00
|
|
|
|
2020-04-26 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
* configure.tgt: Add power*-*-linux* as a supported target, only
|
|
|
|
|
building libdruntime.
|
|
|
|
|
* m4/druntime/cpu.m4 (DRUNTIME_CPU_SOURCES): Add cases for powerpcle
|
|
|
|
|
and powerpc64le target cpus.
|
|
|
|
|
|
2020-04-20 18:20:12 +02:00
|
|
|
|
2020-04-21 Mathias Lang <pro.mathias.lang@gmail.com>
|
|
|
|
|
Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
* configure.ac: Call DRUNTIME_LIBRARIES_UCONTEXT.
|
|
|
|
|
* m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_UCONTEXT): Define to
|
|
|
|
|
search libraries for swapcontext.
|
|
|
|
|
* libdruntime/gcc/sections/elf_shared.d (getTLSRange): Always use
|
|
|
|
|
__tls_get_addr on Musl.
|
|
|
|
|
|
2020-04-20 18:50:36 +02:00
|
|
|
|
2020-04-20 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
* configure.ac: Fix option name for --with-libphobos-druntime-only.
|
|
|
|
|
|
2020-04-20 18:29:34 +02:00
|
|
|
|
2020-04-20 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
* configure.ac: Remove DRUNTIME_GC.
|
|
|
|
|
|
2020-04-18 20:53:08 +02:00
|
|
|
|
2020-04-18 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
PR d/94304
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
* configure.ac: Add --with-libphobos-druntime-only option and the
|
|
|
|
|
conditional ENABLE_LIBDRUNTIME_ONLY.
|
|
|
|
|
* configure.tgt: Define LIBDRUNTIME_ONLY.
|
|
|
|
|
* src/Makefile.am: Add phobos sources if not ENABLE_LIBDRUNTIME_ONLY.
|
|
|
|
|
* src/Makefile.in: Regenerate.
|
|
|
|
|
* testsuite/testsuite_flags.in: Add phobos path if compiling phobos.
|
|
|
|
|
|
2020-04-14 18:27:49 +02:00
|
|
|
|
2020-04-18 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* testsuite/libphobos.phobos/phobos.exp: Skip if effective target is
|
|
|
|
|
not d_runtime_has_std_library.
|
|
|
|
|
* testsuite/libphobos.phobos_shared/phobos_shared.exp: Likewise.
|
|
|
|
|
|
2020-04-13 11:25:26 +02:00
|
|
|
|
2020-04-13 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* libdruntime/core/stdc/stdarg.d: Remove run-time va_list template.
|
|
|
|
|
|
2020-04-10 09:35:09 +02:00
|
|
|
|
2020-04-10 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* d_rules.am (libdgruntime_la_LINK): Move to libdruntime/Makefile.am.
|
|
|
|
|
(libgphobos_la_LINK): Move to src/Makefile.am
|
|
|
|
|
* libdruntime/Makefile.am: Add libgdruntime_convenience library.
|
|
|
|
|
* libdruntime/Makefile.in: Regenerate.
|
|
|
|
|
* src/Makefile.am (libgphobos_la_LIBADD): Add libgdruntime_convenience
|
|
|
|
|
library.
|
|
|
|
|
(libgphobos_la_DEPENDENCIES): Likewise.
|
|
|
|
|
* src/Makefile.in: Regenerate.
|
|
|
|
|
* testsuite/lib/libphobos.exp: Remove libdruntime library paths.
|
|
|
|
|
* testsuite/testsuite_flags.in: Likewise.
|
|
|
|
|
|
2020-04-09 17:07:43 +02:00
|
|
|
|
2020-04-09 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
* libdruntime/Makefile.am (ALL_DRUNTIME_INSTALL_DSOURCES): Remove
|
|
|
|
|
DRUNTIME_DSOURCES_GC and DRUNTIME_DSOURCES_GCSTUB.
|
|
|
|
|
(DRUNTIME_DSOURCES): Add gc/*.d sources.
|
|
|
|
|
(DRUNTIME_DSOURCES_GC): Remove.
|
|
|
|
|
(DRUNTIME_DSOURCES_GCSTUB): Remove.
|
|
|
|
|
* libdruntime/Makefile.in: Regenerate.
|
|
|
|
|
* libdruntime/gcstub/gc.d: Remove.
|
|
|
|
|
* m4/druntime.m4 (DRUNTIME_GC): Remove.
|
|
|
|
|
|
2020-04-09 00:41:14 +02:00
|
|
|
|
2020-04-09 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
PR d/94305
|
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
* configure.ac: Add --enable-libphobos-checking and substitute
|
|
|
|
|
CHECKING_DFLAGS. Remove -frelease from GDCFLAGS.
|
|
|
|
|
* libdruntime/Makefile.am: Add CHECKING_DFLAGS to AM_DFLAGS.
|
|
|
|
|
* libdruntime/Makefile.in: Regenerate.
|
|
|
|
|
* src/Makefile.am: Add CHECKING_DFLAGS to AM_DFLAGS.
|
|
|
|
|
* src/Makefile.in: Regenerate.
|
|
|
|
|
* testsuite/Makefile.in: Regenerate.
|
|
|
|
|
* testsuite/testsuite_flags.in: Add -fno-release -funittest to
|
|
|
|
|
--gdcflags.
|
|
|
|
|
|
2020-04-09 00:16:57 +02:00
|
|
|
|
2020-04-09 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
* configure.ac: Use AC_SEARCH_LIBS for pthread_create.
|
|
|
|
|
* m4/druntime/libraries.m4: Remove DRUNTIME_LIBRARIES_THREAD.
|
|
|
|
|
|
2020-04-08 22:52:05 +02:00
|
|
|
|
2020-04-08 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
* configure.ac: Remove DRUNTIME_OS_UNIX.
|
|
|
|
|
* libdruntime/Makefile.am: Add DRUNTIME_DSOURCES_POSIX if
|
|
|
|
|
DRUNTIME_OS_POSIX is true.
|
|
|
|
|
* libdruntime/Makefile.in: Regenerate.
|
|
|
|
|
* m4/druntime/os.m4 (DRUNTIME_OS_UNIX): Remove, move AM_CONDITIONAL
|
|
|
|
|
logic to...
|
|
|
|
|
(DRUNTIME_OS_SOURCES): ...here. Rename conditional to
|
|
|
|
|
DRUNTIME_OS_POSIX.
|
|
|
|
|
|
2020-03-29 23:54:01 +02:00
|
|
|
|
2020-04-08 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
* configure.ac: Substite WARN_DFLAGS independently of GDCFLAGS.
|
|
|
|
|
* libdruntime/Makefile.am: Add WARN_DFLAGS to AM_DFLAGS.
|
|
|
|
|
* libdruntime/Makefile.in: Regenerate.
|
|
|
|
|
* src/Makefile.am: Add WARN_DFLAGS to AM_DFLAGS.
|
|
|
|
|
* src/Makefile.in: Regenerate.
|
|
|
|
|
* testsuite/Makefile.in: Regenerate.
|
|
|
|
|
* testsuite/testsuite_flags.in: Add WARN_DFLAGS to --gdcflags.
|
|
|
|
|
|
2020-04-07 21:05:38 +02:00
|
|
|
|
2020-04-07 Robin Dapp <rdapp@linux.ibm.com>
|
|
|
|
|
Stefan Liebler <stli@linux.ibm.com>
|
|
|
|
|
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
* libdruntime/Makefile.am: Add s390x and s390.
|
|
|
|
|
* libdruntime/Makefile.in: Regenerate.
|
|
|
|
|
* libdruntime/config/s390/get_tls_offset.S: New file.
|
|
|
|
|
* libdruntime/config/systemz/get_tls_offset.S: New file.
|
|
|
|
|
* libdruntime/gcc/sections/elf_shared.d: Use ibmz_get_tls_offset.
|
|
|
|
|
* m4/druntime/cpu.m4: Add s390x and s390.
|
|
|
|
|
|
2020-04-07 16:14:40 +02:00
|
|
|
|
2020-04-07 Stefan Liebler <stli@linux.ibm.com>
|
|
|
|
|
|
|
|
|
|
* libdruntime/core/sys/posix/signal.d:
|
|
|
|
|
Add struct sigaction_t for SystemZ.
|
|
|
|
|
|
2020-03-16 17:00:07 +01:00
|
|
|
|
2020-03-16 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
PR d/92792
|
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
* configure.ac (libtool_VERSION): Reset to 1:0:0.
|
|
|
|
|
* libdruntime/Makefile.in: Regenerate.
|
|
|
|
|
|
2020-02-17 13:20:06 +01:00
|
|
|
|
2020-02-17 Martin Liska <mliska@suse.cz>
|
|
|
|
|
|
|
|
|
|
PR other/93756
|
|
|
|
|
* src/std/algorithm/iteration.d: Fix typo.
|
|
|
|
|
|
2020-01-24 12:24:25 +01:00
|
|
|
|
2020-01-24 Maciej W. Rozycki <macro@wdc.com>
|
|
|
|
|
|
|
|
|
|
* m4/druntime.m4: Handle `--with-toolexeclibdir='.
|
|
|
|
|
* m4/Makefile.in: Regenerate.
|
|
|
|
|
* libdruntime/Makefile.in: Regenerate.
|
|
|
|
|
* src/Makefile.in: Regenerate.
|
|
|
|
|
* testsuite/Makefile.in: Regenerate.
|
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
|
* aclocal.m4: Regenerate.
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
|
2020-01-01 12:51:42 +01:00
|
|
|
|
2020-01-01 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
|
|
|
|
|
Update copyright years.
|
|
|
|
|
|
2019-09-27 23:24:42 +02:00
|
|
|
|
2019-09-27 Maciej W. Rozycki <macro@wdc.com>
|
|
|
|
|
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
|
2019-09-03 10:24:03 +02:00
|
|
|
|
2019-09-03 Bernd Edlinger <bernd.edlinger@hotmail.de>
|
|
|
|
|
|
|
|
|
|
* testsuite/lib/libphobos.exp (libphobos_init): Add multi-lib libgcc
|
|
|
|
|
dirs to the ld_library_path var.
|
|
|
|
|
|
2019-08-21 09:54:34 +02:00
|
|
|
|
2019-08-20 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* libdruntime/Makefile.am (DRUNTIME_DSOURCES_BIONIC): Add
|
|
|
|
|
core/sys/bionic/string.d.
|
|
|
|
|
(DRUNTIME_DSOURCES_DARWIN): Add core/sys/darwin/string.d.
|
|
|
|
|
(DRUNTIME_DSOURCES_DRAGONFLYBSD): Add core/sys/dragonflybsd/string.d,
|
|
|
|
|
core/sys/dragonflybsd/sys/socket.d.
|
|
|
|
|
(DRUNTIME_DSOURCES_FREEBSD): Add core/sys/freebsd/string.d.
|
|
|
|
|
(DRUNTIME_DSOURCES_LINUX): Add core/sys/linux/string.d.
|
|
|
|
|
(DRUNTIME_DSOURCES_NETBSD): Add core/sys/netbsd/string.d,
|
|
|
|
|
core/sys/netbsd/sys/featuretest.d.
|
|
|
|
|
* libdruntime/Makefile.in: Regenerate.
|
|
|
|
|
|
2019-08-21 09:54:19 +02:00
|
|
|
|
2019-08-20 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* libdruntime/Makefile.am (DRUNTIME_DSOURCES_OPENBSD): Add
|
|
|
|
|
core/sys/openbsd/sys/cdefs.d, core/sys/openbsd/sys/elf.d,
|
|
|
|
|
core/sys/openbsd/sys/elf32.d, core/sys/openbsd/sys/elf64.d,
|
|
|
|
|
core/sys/openbsd/sys/elf_common.d, core/sys/openbsd/sys/link_elf.d,
|
|
|
|
|
core/sys/openbsd/sys/mman.d, core/sys/openbsd/time.d.
|
|
|
|
|
* libdruntime/Makefile.in: Regenerate.
|
|
|
|
|
|
2019-05-07 12:38:45 +02:00
|
|
|
|
2019-05-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
|
|
|
|
|
|
|
|
|
* m4/druntime/os.m4 (DRUNTIME_OS_LINK_SPEC): Only use -z
|
|
|
|
|
relax=transtls if linker supports it.
|
|
|
|
|
* configure.ac (enable_libphobos, LIBPHOBOS_SUPPORTED): Move down.
|
|
|
|
|
(x86_64-*-solaris2.* | i?86-*-solaris2.*): Only
|
|
|
|
|
mark supported with either gld or ld -z relax=transtls.
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
|
2019-05-02 19:03:25 +02:00
|
|
|
|
2019-05-02 Maciej W. Rozycki <macro@wdc.com>
|
2019-05-02 18:38:08 +02:00
|
|
|
|
|
|
|
|
|
* std/math.d (IeeeFlags.getIeeeFlags): Handle RISC-V soft-float ABI.
|
|
|
|
|
(IeeeFlags.resetIeeeFlags): Likewise.
|
|
|
|
|
(FloatingPointControl.getControlState): Likewise.
|
|
|
|
|
(FloatingPointControl.setControlState): Likewise.
|
|
|
|
|
|
2019-04-25 17:31:35 +02:00
|
|
|
|
2019-04-25 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
PR d/90250
|
|
|
|
|
* libdruntime/gcc/sections/elf_shared.d (initTLSRanges): Populate
|
|
|
|
|
_tlsRanges in every startup thread.
|
|
|
|
|
* testsuite/libphobos.thread/thread.exp: Load libphobos-dg.exp.
|
|
|
|
|
* testsuite/libphobos.thread/tlsgc_sections.d: New test.
|
|
|
|
|
|
2019-04-25 14:39:33 +02:00
|
|
|
|
2019-04-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
|
|
|
|
|
|
|
|
|
* m4/druntime/cpu.m4 (DRUNTIME_CPU_SOURCES): Quote brackets.
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
|
2019-04-25 13:11:39 +02:00
|
|
|
|
2019-04-25 Johannes Pfau <johannespfau@gmail.com>
|
|
|
|
|
|
|
|
|
|
* libdruntime/Makefile.am: Add emutls and gthread files.
|
|
|
|
|
* libdruntime/Makefile.in: Regenerate.
|
|
|
|
|
* libdruntime/gcc/emutls.d: New file. Implement GC-compatible emutls.
|
|
|
|
|
* libdruntime/gcc/gthread.d: New file.
|
|
|
|
|
* libdruntime/gcc/sections/elf_shared.d: Integrate emutls support.
|
|
|
|
|
* testsuite/libphobos.allocations/tls_gc_integration.d: New test for TLS.
|
|
|
|
|
|
2019-04-25 08:26:57 +02:00
|
|
|
|
2019-04-25 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* testsuite/Makefile.am: Set PWD_COMMAND.
|
|
|
|
|
* testsuite/Makefile.in: Regenerate.
|
|
|
|
|
|
2019-04-25 00:46:59 +02:00
|
|
|
|
2019-04-25 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
PR d/90086
|
|
|
|
|
* m4/druntime/cpu.m4 (DRUNTIME_CPU_SOURCES): New macro.
|
|
|
|
|
* configure.ac: Use it.
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
* libdruntime/Makefile.am: Add new config sources to
|
|
|
|
|
DRUNTIME_SOURCES_CONFIGURED.
|
|
|
|
|
* libdruntime/Makefile.in: Regenerate.
|
|
|
|
|
* libdruntime/config/aarch64/switchcontext.S: New file.
|
|
|
|
|
* libdruntime/config/arm/switchcontext.S: New file.
|
|
|
|
|
* libdruntime/config/common/threadasm.S: New file.
|
|
|
|
|
* libdruntime/config/mingw/switchcontext.S: New file.
|
|
|
|
|
* libdruntime/config/mips/switchcontext.S: New file.
|
|
|
|
|
* libdruntime/config/powerpc/switchcontext.S: New file.
|
|
|
|
|
* libdruntime/config/powerpc64/callwithstack.S: New file.
|
|
|
|
|
* libdruntime/config/x86/switchcontext.S: New file.
|
|
|
|
|
* libdruntime/core/threadasm.S: Remove.
|
|
|
|
|
|
2019-04-24 20:57:36 +02:00
|
|
|
|
2019-04-24 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
PR d/89432
|
|
|
|
|
* testsuite/lib/libphobos.exp (check_effective_target_linux_pre_2639):
|
|
|
|
|
New proc.
|
|
|
|
|
* testsuite/libphobos.druntime/druntime.exp: Add compiler flag
|
|
|
|
|
-fversion=Linux_Pre_2639 if target is linux_pre_2639.
|
|
|
|
|
* testsuite/libphobos.druntime_shared/druntime_shared.exp: Likewise.
|
|
|
|
|
|
2019-04-24 16:17:34 +02:00
|
|
|
|
2019-04-24 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
PR d/88654
|
|
|
|
|
* testsuite/lib/libphobos.exp (libphobos-dg-test): Check
|
|
|
|
|
libphobos_skipped_test_p before running test.
|
|
|
|
|
(libphobos-dg-prune): New proc.
|
|
|
|
|
(libphobos_init): Set libphobos_skip_tests.
|
|
|
|
|
(libphobos_skipped_test_p): New proc.
|
|
|
|
|
(check_effective_target_libcurl_available): New proc.
|
|
|
|
|
* testsuite/libphobos.phobos/phobos.exp: Skip curl tests if library
|
|
|
|
|
not found.
|
|
|
|
|
* testsuite/libphobos.phobos_shared/phobos_shared.exp: Likewise.
|
|
|
|
|
|
2019-04-24 04:04:04 +02:00
|
|
|
|
2019-04-24 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
PR d/88431
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
* m4/libtool.m4 (lt_simple_compile_test_code): Update to not have
|
|
|
|
|
dependencies on libphobos.
|
|
|
|
|
(lt_simple_link_test_code): Likewise.
|
|
|
|
|
(GDCFLAGS): Don't override for D compiler tests.
|
|
|
|
|
|
2019-04-24 00:53:35 +02:00
|
|
|
|
2019-04-24 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* configure.tgt: Add aarch64*-*-linux* as a supported target.
|
|
|
|
|
|
2019-04-24 00:53:25 +02:00
|
|
|
|
2019-04-23 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
Robin Dapp <rdapp@linux.ibm.com>
|
|
|
|
|
|
|
|
|
|
* configure.tgt: Add s390*-linux* as a supported target.
|
|
|
|
|
* libdruntime/gcc/sections/elf_shared.d: import gcc.builtins.
|
|
|
|
|
(__tls_get_addr_internal): Declare.
|
|
|
|
|
(TLS_DTV_OFFSET): Define as zero on SystemZ.
|
|
|
|
|
(getTLSRange): Support getting TLS on SystemZ.
|
|
|
|
|
* testsuite/libphobos.typeinfo/struct-align.d: New test.
|
|
|
|
|
|
2019-04-24 00:53:12 +02:00
|
|
|
|
2019-04-23 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* configure.tgt: Add linux/riscv as supported target.
|
|
|
|
|
* libdruntime/gcc/sections/elf_shared.d (getDependencies): Adjust
|
|
|
|
|
dlpi_addr on RISCV32 and RISCV64.
|
|
|
|
|
* src/std/math.d: Add IEEE FPU control support for RISC-V.
|
|
|
|
|
|
2019-04-23 12:03:41 +02:00
|
|
|
|
2019-04-23 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
|
|
|
|
|
Bernd Edlinger <bernd.edlinger@hotmail.de>
|
|
|
|
|
Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
|
|
|
|
|
PR target/89093
|
|
|
|
|
* libdruntime/gcc/deh.d: Import gcc.attribute.
|
|
|
|
|
(personality_fn_attributes): New enum.
|
|
|
|
|
(scanLSDA, CONTINUE_UNWINDING, gdc_personality, __gdc_personality):
|
|
|
|
|
Add @personality_fn_attributes.
|
|
|
|
|
|
2019-04-20 19:14:50 +02:00
|
|
|
|
2019-04-20 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
PR d/89293
|
|
|
|
|
* libdruntime/core/atomic.d (casImpl): Remove static assert for
|
|
|
|
|
GNU_Have_Atomics, add static path to handle missing atomic support.
|
|
|
|
|
(atomicLoad): Likewise.
|
|
|
|
|
(atomicStore): Likewise.
|
|
|
|
|
(atomicFence): Likewise.
|
|
|
|
|
(atomicMutexHandle, AtomicMutex): Declare types.
|
|
|
|
|
(_getAtomicMutex): New function.
|
|
|
|
|
(getAtomicMutex): Declare.
|
|
|
|
|
|
2019-04-16 07:58:25 +02:00
|
|
|
|
2019-04-16 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* config.h.in: Regenerate.
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
* m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_BACKTRACE): Set
|
|
|
|
|
CPPFLAGS correctly for backtrace support test.
|
|
|
|
|
|
2019-04-14 11:38:01 +02:00
|
|
|
|
2019-04-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
|
|
|
|
|
|
|
|
|
* configure.tgt (LIBPHOBOS_SUPPORTED): Default to no.
|
|
|
|
|
Set to yes explicitly.
|
|
|
|
|
(x86_64-*-solaris2.11* | i?86-*-solaris2.11*): Mark supported.
|
|
|
|
|
* configure.ac: Handle --enable-libphobos.
|
|
|
|
|
(x86_64-*-solaris2.* | i?86-*-solaris2.*): Only mark supported
|
|
|
|
|
with gas.
|
|
|
|
|
(ENABLE_LIBPHOBOS): New conditional.
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
* Makefile.am (SUBDIRS): Only set if ENABLE_LIBPHOBOS.
|
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
|
|
2019-04-14 11:30:42 +02:00
|
|
|
|
2019-04-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
|
|
|
|
Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
PR d/88150
|
|
|
|
|
* m4/druntime/os.m4 (DRUNTIME_OS_DLPI_TLS_MODID): New macro.
|
|
|
|
|
* configure.ac: Use it.
|
|
|
|
|
Call AC_USE_SYSTEM_EXTENSIONS.
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
* Makefile.in, libdruntime/Makefile.in, src/Makefile.in,
|
|
|
|
|
testsuite/Makefile.in: Regenerate.
|
|
|
|
|
* libdruntime/gcc/config.d.in (OS_Have_Dlpi_Tls_Modid): Define.
|
|
|
|
|
* libdruntime/gcc/sections/elf_shared.d: Import gcc.config.
|
|
|
|
|
(scanSegments) <PT_TLS> [OS_Have_Dlpi_Tls_Modid]: Use
|
|
|
|
|
dlpi_tls_modid.
|
|
|
|
|
[Solaris]: Use dlinfo(RTLD_DI_LINKMAP) to get rt_tlsmodid.
|
|
|
|
|
Otherwise clear pdso._tlsMod, pdso._tlsSize.
|
|
|
|
|
(getTLSRange) [Solaris && !OS_Have_Dlpi_Tls_Modid]: Readjust mod.
|
|
|
|
|
|
2019-04-14 11:18:42 +02:00
|
|
|
|
2019-04-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
|
|
|
|
|
2019-04-14 11:24:26 +02:00
|
|
|
|
* m4/druntime/os.m4 (DRUNTIME_OS_LINK_SPEC): New macro.
|
|
|
|
|
* configure.ac: Call it.
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
* Makefile.in, libdruntime/Makefile.in, src/Makefile.in,
|
|
|
|
|
testsuite/Makefile.in: Regenerate.
|
|
|
|
|
* src/libgphobos.spec.in (*link): Append OS_LINK_SPEC.
|
|
|
|
|
|
2019-04-14 11:30:42 +02:00
|
|
|
|
2019-04-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
|
|
|
|
|
2019-04-14 11:18:42 +02:00
|
|
|
|
PR d/88150
|
|
|
|
|
* libdruntime/gcc/sections/elf_shared.d [Solaris] (SharedELF): Set
|
|
|
|
|
to true.
|
|
|
|
|
Import core.sys.solaris.dlfcn, core.sys.solaris.link,
|
|
|
|
|
core.sys.solaris.sys.elf, core.sys.solaris.sys.link.
|
|
|
|
|
(dummy_ref): Declare.
|
|
|
|
|
(initSections): Initialize dummy_ref.
|
|
|
|
|
(getDependencies): Set strtab.
|
|
|
|
|
(handleForName): Don't dlclose handle.
|
|
|
|
|
(findDSOInfoForAddr): Set IterateManually.
|
|
|
|
|
(getprogname): Declare.
|
|
|
|
|
(progname): Use it.
|
|
|
|
|
* libdruntime/gcc/sections/package.d [Solaris]: Import
|
|
|
|
|
gcc.sections.elf_shared instead of gcc.sections.solaris.
|
|
|
|
|
* libdruntime/gcc/sections/solaris.d: Remove.
|
|
|
|
|
* libdruntime/Makefile.am (DRUNTIME_DSOURCES): Remove
|
|
|
|
|
gcc/sections/solaris.d.
|
|
|
|
|
* libdruntime/Makefile.in: Regenerate.
|
|
|
|
|
|
2019-04-13 17:29:15 +02:00
|
|
|
|
2019-04-13 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* libdruntime/Makefile.am (DRUNTIME_CSOURCES): Remove bss_sections.c.
|
|
|
|
|
(DRUNTIME_DSOURCES): Rename rt/sections_* modules to gcc/sections/*.
|
|
|
|
|
* libdruntime/Makefile.in: Regenerate.
|
|
|
|
|
* libdruntime/gcc/sections/android.d: New file.
|
|
|
|
|
* libdruntime/gcc/sections/elf_shared.d: New file.
|
|
|
|
|
* libdruntime/gcc/sections/osx.d: New file.
|
|
|
|
|
* libdruntime/gcc/sections/package.d: New file.
|
|
|
|
|
* libdruntime/gcc/sections/solaris.d: New file.
|
|
|
|
|
* libdruntime/gcc/sections/win32.d: New file.
|
|
|
|
|
* libdruntime/gcc/sections/win64.d: New file.
|
|
|
|
|
* libdruntime/rt/bss_section.c: Remove.
|
|
|
|
|
* libdruntime/rt/sections.d: Publicly import gcc.sections.
|
|
|
|
|
* libdruntime/rt/sections_android.d: Remove.
|
|
|
|
|
* libdruntime/rt/sections_elf_shared.d: Remove.
|
|
|
|
|
* libdruntime/rt/sections_osx.d: Remove.
|
|
|
|
|
* libdruntime/rt/sections_solaris.d: Remove.
|
|
|
|
|
* libdruntime/rt/sections_win32.d: Remove.
|
|
|
|
|
* libdruntime/rt/sections_win64.d: Remove.
|
|
|
|
|
|
2019-04-12 23:50:42 +02:00
|
|
|
|
2019-04-12 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* configure.ac (AM_INIT_AUTOMAKE): Add subdir-objects.
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
* libdruntime/Makefile.in: Regenerate.
|
|
|
|
|
|
2019-04-12 22:13:34 +02:00
|
|
|
|
2019-04-12 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_ZLIB): Use
|
|
|
|
|
libz_convenience.a if not using system zlib.
|
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
* libdruntime/Makefile.in: Regenerate.
|
|
|
|
|
* src/Makefile.am: Remove ZLIB_CSOURCES and AM_CFLAGS.
|
|
|
|
|
* src/Makefile.in: Regenerate.
|
|
|
|
|
* testsuite/Makefile.in: Regenerate.
|
|
|
|
|
|
libphobos: Parallelize the libphobos testsuite
The removal of the check programs in libphobos means that all tests
will now be compiled one at a time, causing a notable slowdown in
comparison with the previous method of testing.
libphobos/ChangeLog:
2019-04-12 Iain Buclaw <ibuclaw@gdcproject.org>
* testsuite/Makefile.am:
* testsuite/Makefile.am (AUTOMAKE_OPTIONS): Remove dejagnu.
(RUNTEST): Remove variable.
(RUNTESTDEFAULTFLAGS, check_p_subno, check_p_numbers0,
check_p_numbers1, check_p_numbers2, check_p_numbers3,
check_p_numbers4, check_p_numbers5, check_p_numbers6, check_p_numbers,
check_p_subdirs, check_DEJAGNU_libphobos_targets): New variables.
(site.exp, %/site.exp, check-DEJAGNU, check-am, clean-local): New
rules written so that all the *.exp files are ran parallelized.
(CLEANFILES): Add *.exe, *.o, and site.exp.
* testsuite/Makefile.in: Regenerate.
From-SVN: r270303
2019-04-12 08:25:34 +02:00
|
|
|
|
2019-04-12 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* testsuite/Makefile.am (AUTOMAKE_OPTIONS): Remove dejagnu.
|
|
|
|
|
(RUNTEST): Remove variable.
|
|
|
|
|
(RUNTESTDEFAULTFLAGS, check_p_subno, check_p_numbers0,
|
|
|
|
|
check_p_numbers1, check_p_numbers2, check_p_numbers3,
|
|
|
|
|
check_p_numbers4, check_p_numbers5, check_p_numbers6, check_p_numbers,
|
|
|
|
|
check_p_subdirs, check_DEJAGNU_libphobos_targets): New variables.
|
|
|
|
|
(site.exp, %/site.exp, check-DEJAGNU, check-am, clean-local): New
|
|
|
|
|
rules written so that all the *.exp files are ran parallelized.
|
|
|
|
|
(CLEANFILES): Add *.exe, *.o, and site.exp.
|
|
|
|
|
* testsuite/Makefile.in: Regenerate.
|
|
|
|
|
|
libphobos: Replace library check programs with dg-runtest
Fixes multilib handling when running the libphobos testsuite.
libphobos/ChangeLog:
2019-04-12 Iain Buclaw <ibuclaw@gdcproject.org>
PR d/89255
* configure.ac (ENABLE_SHARED, ENABLE_STATIC): Remove conditionals.
* configure: Regenerate.
* d_rules.am (%.t.lo, %.t.o): Remove rules.
(unittest_static_LINK, unittest_LINK, libgdruntime_t_la_LINK,
libgphobos_t_la_LINK): Remove variables.
* libdruntime/Makefile.am (DRUNTIME_TEST_LOBJECTS,
DRUNTIME_TEST_OBJECTS, check_PROGRAMS, check_LTLIBRARIES,
unittest_static_SOURCES, unittest_static_LIBTOOLFLAGS,
unittest_static_LDFLAGS, unittest_static_LDADD,
EXTRA_unittest_static_DEPENDENCIES, libgdruntime_t_la_SOURCES,
libgdruntime_t_la_LIBTOOLFLAGS, libgdruntime_t_la_LDFLAGS,
libgdruntime_t_la_LIBADD, EXTRA_libgdruntime_t_la_DEPENDENCIES,
unittest_SOURCES, unittest_LIBTOOLFLAGS, unittest_LDFLAGS,
unittest_LDADD): Remove variables.
(clean-local): Remove rule.
* libdruntime/Makefile.in: Regenerate.
* src/Makefile.am (PHOBOS_TEST_LOBJECTS,
PHOBOS_TEST_OBJECTS, check_PROGRAMS, check_LTLIBRARIES,
unittest_static_SOURCES, unittest_static_LIBTOOLFLAGS,
unittest_static_LDFLAGS, unittest_static_LDADD,
EXTRA_unittest_static_DEPENDENCIES, libgdruntime_t_la_SOURCES,
libgdruntime_t_la_LIBTOOLFLAGS, libgdruntime_t_la_LDFLAGS,
libgdruntime_t_la_LIBADD, EXTRA_libgdruntime_t_la_DEPENDENCIES,
unittest_SOURCES, unittest_LIBTOOLFLAGS, unittest_LDFLAGS,
unittest_LDADD): Remove variables.
(clean-local): Remove rule.
* src/Makefile.in: Regenerate.
* testsuite/lib/libphobos.exp (libphobos_test_name): New global.
(libphobos_init): Set libphobos_test_name.
(libphobos-dg-test): Override name if libphobos_test_name is set.
(filter_libphobos_unittests): New proc.
* testsuite/libphobos.aa/aa.exp: Don't load libphobos-dg.exp.
* testsuite/libphobos.cycles/cycles.exp: Set libphobos_test_name.
* testsuite/libphobos.druntime/druntime.exp: New file.
* testsuite/libphobos.druntime_shared/druntime_shared.exp: New file.
* testsuite/libphobos.phobos/phobos.exp: New file.
* testsuite/libphobos.phobos_shared/phobos_shared.exp: New file.
* testsuite/libphobos.shared/shared.exp: Use dg-runtest to run tests.
* testsuite/libphobos.hash/hash.exp: Don't load libphobos-dg.exp
* testsuite/libphobos.init_fini/init_fini.exp: Likewise.
* testsuite/libphobos.thread/thread.exp: Likewise.
* testsuite/libphobos.typeinfo/typeinfo.exp: Likewise.
* testsuite/libphobos.unittests/unittests.exp: Remove.
* testsuite/test_runner.d: Remove.
* testsuite/testsuite_flags.in: Add phobos to --gdcpaths.
From-SVN: r270302
2019-04-12 08:25:17 +02:00
|
|
|
|
2019-04-12 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
2019-04-12 23:50:42 +02:00
|
|
|
|
PR d/89255
|
libphobos: Replace library check programs with dg-runtest
Fixes multilib handling when running the libphobos testsuite.
libphobos/ChangeLog:
2019-04-12 Iain Buclaw <ibuclaw@gdcproject.org>
PR d/89255
* configure.ac (ENABLE_SHARED, ENABLE_STATIC): Remove conditionals.
* configure: Regenerate.
* d_rules.am (%.t.lo, %.t.o): Remove rules.
(unittest_static_LINK, unittest_LINK, libgdruntime_t_la_LINK,
libgphobos_t_la_LINK): Remove variables.
* libdruntime/Makefile.am (DRUNTIME_TEST_LOBJECTS,
DRUNTIME_TEST_OBJECTS, check_PROGRAMS, check_LTLIBRARIES,
unittest_static_SOURCES, unittest_static_LIBTOOLFLAGS,
unittest_static_LDFLAGS, unittest_static_LDADD,
EXTRA_unittest_static_DEPENDENCIES, libgdruntime_t_la_SOURCES,
libgdruntime_t_la_LIBTOOLFLAGS, libgdruntime_t_la_LDFLAGS,
libgdruntime_t_la_LIBADD, EXTRA_libgdruntime_t_la_DEPENDENCIES,
unittest_SOURCES, unittest_LIBTOOLFLAGS, unittest_LDFLAGS,
unittest_LDADD): Remove variables.
(clean-local): Remove rule.
* libdruntime/Makefile.in: Regenerate.
* src/Makefile.am (PHOBOS_TEST_LOBJECTS,
PHOBOS_TEST_OBJECTS, check_PROGRAMS, check_LTLIBRARIES,
unittest_static_SOURCES, unittest_static_LIBTOOLFLAGS,
unittest_static_LDFLAGS, unittest_static_LDADD,
EXTRA_unittest_static_DEPENDENCIES, libgdruntime_t_la_SOURCES,
libgdruntime_t_la_LIBTOOLFLAGS, libgdruntime_t_la_LDFLAGS,
libgdruntime_t_la_LIBADD, EXTRA_libgdruntime_t_la_DEPENDENCIES,
unittest_SOURCES, unittest_LIBTOOLFLAGS, unittest_LDFLAGS,
unittest_LDADD): Remove variables.
(clean-local): Remove rule.
* src/Makefile.in: Regenerate.
* testsuite/lib/libphobos.exp (libphobos_test_name): New global.
(libphobos_init): Set libphobos_test_name.
(libphobos-dg-test): Override name if libphobos_test_name is set.
(filter_libphobos_unittests): New proc.
* testsuite/libphobos.aa/aa.exp: Don't load libphobos-dg.exp.
* testsuite/libphobos.cycles/cycles.exp: Set libphobos_test_name.
* testsuite/libphobos.druntime/druntime.exp: New file.
* testsuite/libphobos.druntime_shared/druntime_shared.exp: New file.
* testsuite/libphobos.phobos/phobos.exp: New file.
* testsuite/libphobos.phobos_shared/phobos_shared.exp: New file.
* testsuite/libphobos.shared/shared.exp: Use dg-runtest to run tests.
* testsuite/libphobos.hash/hash.exp: Don't load libphobos-dg.exp
* testsuite/libphobos.init_fini/init_fini.exp: Likewise.
* testsuite/libphobos.thread/thread.exp: Likewise.
* testsuite/libphobos.typeinfo/typeinfo.exp: Likewise.
* testsuite/libphobos.unittests/unittests.exp: Remove.
* testsuite/test_runner.d: Remove.
* testsuite/testsuite_flags.in: Add phobos to --gdcpaths.
From-SVN: r270302
2019-04-12 08:25:17 +02:00
|
|
|
|
* configure.ac (ENABLE_SHARED, ENABLE_STATIC): Remove conditionals.
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
* d_rules.am (%.t.lo, %.t.o): Remove rules.
|
|
|
|
|
(unittest_static_LINK, unittest_LINK, libgdruntime_t_la_LINK,
|
|
|
|
|
libgphobos_t_la_LINK): Remove variables.
|
|
|
|
|
* libdruntime/Makefile.am (DRUNTIME_TEST_LOBJECTS,
|
|
|
|
|
DRUNTIME_TEST_OBJECTS, check_PROGRAMS, check_LTLIBRARIES,
|
|
|
|
|
unittest_static_SOURCES, unittest_static_LIBTOOLFLAGS,
|
|
|
|
|
unittest_static_LDFLAGS, unittest_static_LDADD,
|
|
|
|
|
EXTRA_unittest_static_DEPENDENCIES, libgdruntime_t_la_SOURCES,
|
|
|
|
|
libgdruntime_t_la_LIBTOOLFLAGS, libgdruntime_t_la_LDFLAGS,
|
|
|
|
|
libgdruntime_t_la_LIBADD, EXTRA_libgdruntime_t_la_DEPENDENCIES,
|
|
|
|
|
unittest_SOURCES, unittest_LIBTOOLFLAGS, unittest_LDFLAGS,
|
|
|
|
|
unittest_LDADD): Remove variables.
|
|
|
|
|
(clean-local): Remove rule.
|
|
|
|
|
* libdruntime/Makefile.in: Regenerate.
|
|
|
|
|
* src/Makefile.am (PHOBOS_TEST_LOBJECTS,
|
|
|
|
|
PHOBOS_TEST_OBJECTS, check_PROGRAMS, check_LTLIBRARIES,
|
|
|
|
|
unittest_static_SOURCES, unittest_static_LIBTOOLFLAGS,
|
|
|
|
|
unittest_static_LDFLAGS, unittest_static_LDADD,
|
|
|
|
|
EXTRA_unittest_static_DEPENDENCIES, libgdruntime_t_la_SOURCES,
|
|
|
|
|
libgdruntime_t_la_LIBTOOLFLAGS, libgdruntime_t_la_LDFLAGS,
|
|
|
|
|
libgdruntime_t_la_LIBADD, EXTRA_libgdruntime_t_la_DEPENDENCIES,
|
|
|
|
|
unittest_SOURCES, unittest_LIBTOOLFLAGS, unittest_LDFLAGS,
|
|
|
|
|
unittest_LDADD): Remove variables.
|
|
|
|
|
(clean-local): Remove rule.
|
|
|
|
|
* src/Makefile.in: Regenerate.
|
|
|
|
|
* testsuite/lib/libphobos.exp (libphobos_test_name): New global.
|
|
|
|
|
(libphobos_init): Set libphobos_test_name.
|
|
|
|
|
(libphobos-dg-test): Override name if libphobos_test_name is set.
|
|
|
|
|
(filter_libphobos_unittests): New proc.
|
|
|
|
|
* testsuite/libphobos.aa/aa.exp: Don't load libphobos-dg.exp.
|
|
|
|
|
* testsuite/libphobos.cycles/cycles.exp: Set libphobos_test_name.
|
|
|
|
|
* testsuite/libphobos.druntime/druntime.exp: New file.
|
|
|
|
|
* testsuite/libphobos.druntime_shared/druntime_shared.exp: New file.
|
|
|
|
|
* testsuite/libphobos.phobos/phobos.exp: New file.
|
|
|
|
|
* testsuite/libphobos.phobos_shared/phobos_shared.exp: New file.
|
|
|
|
|
* testsuite/libphobos.shared/shared.exp: Use dg-runtest to run tests.
|
|
|
|
|
* testsuite/libphobos.hash/hash.exp: Don't load libphobos-dg.exp
|
|
|
|
|
* testsuite/libphobos.init_fini/init_fini.exp: Likewise.
|
|
|
|
|
* testsuite/libphobos.thread/thread.exp: Likewise.
|
|
|
|
|
* testsuite/libphobos.typeinfo/typeinfo.exp: Likewise.
|
|
|
|
|
* testsuite/libphobos.unittests/unittests.exp: Remove.
|
|
|
|
|
* testsuite/test_runner.d: Remove.
|
|
|
|
|
* testsuite/testsuite_flags.in: Add phobos to --gdcpaths.
|
|
|
|
|
|
2019-03-26 16:18:19 +01:00
|
|
|
|
2019-03-26 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* libdruntime/Makefile.am (DRUNTIME_DSOURCES_DARWIN): Add
|
|
|
|
|
core/sys/darwin/crt_externs.d.
|
|
|
|
|
(DRUNTIME_DSOURCES_FREEBSD): Add core/sys/freebsd/unistd.d.
|
|
|
|
|
(DRUNTIME_DSOURCES_POSIX): Add core/sys/posix/spawn.d.
|
|
|
|
|
* libdruntime/Makefile.in: Regenerate.
|
|
|
|
|
|
2019-03-23 16:07:25 +01:00
|
|
|
|
2019-03-23 Johannes Pfau <johannespfau@gmail.com>
|
|
|
|
|
|
|
|
|
|
* configure.ac: Update autotool version comment.
|
|
|
|
|
|
2019-02-19 19:21:26 +01:00
|
|
|
|
2019-02-19 Bernd Edlinger <bernd.edlinger@hotmail.de>
|
|
|
|
|
|
|
|
|
|
* src/Makefile.am: Avoid the -D option which is not available
|
|
|
|
|
with the install-sh fallback. Use $(MKDIR_P) instead.
|
|
|
|
|
* libdruntime/Makefile.am: Likewise.
|
|
|
|
|
* src/Makefile.in: Regenerated.
|
|
|
|
|
* libdruntime/Makefile.in: Regenerated.
|
|
|
|
|
|
2019-02-19 13:38:48 +01:00
|
|
|
|
2019-02-19 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* testsuite/libphobos.shared/load.d: Import core.sys.posix.dlfcn.
|
|
|
|
|
[DragonFlyBSD, FreeBSD, linux, NetBSD, OSX, Solaris]: Import only
|
|
|
|
|
RTLD_NOLOAD from core.sys.*.dlfcn.
|
|
|
|
|
Assert RTLD_NOLOAD is available.
|
|
|
|
|
|
2019-02-19 10:24:50 +01:00
|
|
|
|
2019-02-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
|
|
|
|
|
|
|
|
|
* m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_NET): New macro.
|
|
|
|
|
* configure.ac: Invoke it.
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
|
2019-02-19 00:29:39 +01:00
|
|
|
|
2019-02-19 Johannes Pfau <johannespfau@gmail.com>
|
|
|
|
|
|
|
|
|
|
PR d/88127
|
|
|
|
|
* m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_CLIB): Add new macro.
|
|
|
|
|
* configure.ac: Use DRUNTIME_LIBRARIES_CLIB.
|
|
|
|
|
* configure: Regenerate
|
|
|
|
|
* Makefile.in: Regenerate
|
|
|
|
|
* libdruntime/gcc/config.d.in: Add Have_Qsort_R.
|
|
|
|
|
* libdruntime/Makefile.in: Regenerate.
|
|
|
|
|
* src/Makefile.in: Regenerate.
|
|
|
|
|
* testsuite/Makefile.in: Regenerate.
|
|
|
|
|
|
2019-02-18 14:53:51 +01:00
|
|
|
|
2019-02-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
|
|
|
|
|
|
|
|
|
* testsuite/lib/libphobos-dg.exp: Tabify.
|
|
|
|
|
* testsuite/lib/libphobos.exp: Likewise.
|
|
|
|
|
* testsuite/libphobos.cycles/cycles.exp: Likewise.
|
|
|
|
|
* testsuite/libphobos.shared/shared.exp: Likewise.
|
|
|
|
|
* testsuite/libphobos.unittests/unittests.exp: Likewise.
|
|
|
|
|
|
2019-02-14 22:25:39 +01:00
|
|
|
|
2019-02-14 Maya Rashish <coypu@sdf.org>
|
|
|
|
|
|
|
|
|
|
* configure.tgt: Add netbsd/x86 as supported target.
|
|
|
|
|
|
2019-02-14 18:47:49 +01:00
|
|
|
|
2019-02-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
|
|
|
|
|
|
|
|
|
PR d/87864
|
|
|
|
|
* configure.ac (DRTSTUFF_SPEC): New variable.
|
|
|
|
|
Substitute it.
|
|
|
|
|
* libdruntime/m4/druntime/os.m4 (DRUNTIME_OS_MINFO_BRACKETING):
|
|
|
|
|
New automake conditional.
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
* libdruntime/gcc/drtstuff.c: New file.
|
|
|
|
|
* libdruntime/Makefile.am [!DRUNTIME_OS_MINFO_BRACKETING]
|
|
|
|
|
(DRTSTUFF, toolexeclib_DATA): New variables.
|
|
|
|
|
(gcc/drtbegin.lo, gcc/drtend.lo): New rules.
|
|
|
|
|
(libgdruntime_la_LDFLAGS): Use -Wc instead of -Xcompiler.
|
|
|
|
|
Add -dstartfiles -B../src -Bgcc.
|
|
|
|
|
(libgdruntime_la_DEPENDENCIES): New variable.
|
|
|
|
|
(unittest_static_LDFLAGS): Use -Wc instead of -Xcompiler.
|
|
|
|
|
(libgdruntime_t_la_LDFLAGS): Likewise.
|
|
|
|
|
(unittest_LDFLAGS): Likewise.
|
|
|
|
|
* src/Makefile.am (libgphobos_la_LDFLAGS): Use -Wc instead of
|
|
|
|
|
-Xcompiler.
|
|
|
|
|
Add -dstartfiles -B../libdruntime/gcc.
|
|
|
|
|
(unittest_static_LDFLAGS): Use -Wc instead of -Xcompiler.
|
|
|
|
|
(libgphobos_t_la_LDFLAGS): Likewise.
|
|
|
|
|
(unittest_LDFLAGS): Likewise.
|
|
|
|
|
* libdruntime/Makefile.in, src/Makefile.in: Regenerate.
|
|
|
|
|
* Makefile.in, testsuite/Makefile.in: Regenerate.
|
|
|
|
|
* libdruntime/rt/sections_elf_shared.d (Minfo_Bracketing): Don't
|
|
|
|
|
assert.
|
|
|
|
|
* libdruntime/gcc/config.d.in (Minfo_Bracketing): Remove.
|
|
|
|
|
* src/drtstuff.spec: New file.
|
|
|
|
|
* src/libgphobos.spec.in (DRTSTUFF_SPEC): Substitute.
|
|
|
|
|
(*lib): Only pass SPEC_PHOBOS_DEPS without -debuglib, -defaultlib,
|
|
|
|
|
-nophoboslib.
|
|
|
|
|
* testsuite/testsuite_flags.in <--gdcldflags> (GDCLDFLAGS): Add
|
|
|
|
|
-B${BUILD_DIR}/libdruntime/gcc.
|
|
|
|
|
|
2019-02-13 08:14:46 +01:00
|
|
|
|
2019-02-13 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* libdruntime/core/runtime.d (defaultTraceHandler): Give
|
|
|
|
|
UnwindBacktrace handler precedence over backtrace.
|
|
|
|
|
|
2019-02-10 22:01:24 +01:00
|
|
|
|
2019-02-10 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* libdruntime/Makefile.am (DRUNTIME_DSOURCES): Remove rt/util/hash.d
|
|
|
|
|
* libdruntime/Makefile.in: Rebuild.
|
|
|
|
|
* testsuite/libphobos.aa/aa.exp: New file.
|
|
|
|
|
* testsuite/libphobos.aa/test_aa.d: New test.
|
|
|
|
|
* testsuite/libphobos.hash/hash.exp: New file.
|
|
|
|
|
* testsuite/libphobos.hash/test_hash.d: New test.
|
|
|
|
|
|
2019-01-12 20:50:41 +01:00
|
|
|
|
2019-01-12 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* README.gcc: New file.
|
|
|
|
|
|
2019-01-01 13:31:55 +01:00
|
|
|
|
2019-01-01 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
|
|
|
|
|
Update copyright years.
|
|
|
|
|
|
2018-12-14 19:03:58 +01:00
|
|
|
|
2018-12-14 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* src/std/internal/digest: Remove empty directory.
|
|
|
|
|
|
2018-12-08 11:02:19 +01:00
|
|
|
|
2018-12-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
|
|
|
|
|
|
|
|
|
* Makefile.am (AM_MAKEFLAGS): Pass CCASFLAGS, GDCFLAGS.
|
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
|
|
2018-11-28 18:54:07 +01:00
|
|
|
|
2018-11-28 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* Makefile.in: Rebuild.
|
|
|
|
|
* configure: Rebuild.
|
|
|
|
|
* configure.ac (DRUNTIME_SOVERSION): Remove.
|
|
|
|
|
(PHOBOS_SOVERSION): Remove.
|
|
|
|
|
(libtool_VERSION): Add.
|
|
|
|
|
* libdruntime/Makefile.am: Use libtool_VERSION.
|
|
|
|
|
* libdruntime/Makefile.in: Rebuild.
|
|
|
|
|
* src/Makefile.am: Use libtool_VERSION.
|
|
|
|
|
* src/Makefile.in: Rebuild.
|
|
|
|
|
* testsuite/Makefile.in: Rebuild.
|
|
|
|
|
|
2018-11-22 07:14:47 +01:00
|
|
|
|
2018-11-22 Johannes Pfau <johannespfau@gmail.com>
|
|
|
|
|
|
|
|
|
|
PR d/87824
|
|
|
|
|
* testsuite/libphobos.shared/shared.exp: Set proper path to phobos
|
|
|
|
|
library for multilib builds.
|
|
|
|
|
|
2018-11-19 00:39:16 +01:00
|
|
|
|
2018-11-19 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* src/Makefile.am: Remove std.internal.digest.sha_SSSE3 and
|
|
|
|
|
std.internal.math.biguintx86 modules.
|
|
|
|
|
* src/Makefile.in: Rebuild.
|
|
|
|
|
* src/std/internal/digest/sha_SSSE3.d: Remove.
|
|
|
|
|
* src/std/internal/math/biguintx86.d: Remove.
|
|
|
|
|
|
2018-11-02 09:29:50 +01:00
|
|
|
|
2018-11-02 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
PR d/87827
|
|
|
|
|
* Makefile.in: Rebuild.
|
|
|
|
|
* configure: Rebuild.
|
|
|
|
|
* configure.ac: Properly set MULTISUBDIR.
|
|
|
|
|
* d_rules.am: Set toolexecdir and toolexeclibdir.
|
|
|
|
|
* libdruntime/Makefile.in: Rebuild.
|
|
|
|
|
* m4/druntime.m4 (DRUNTIME_INSTALL_DIRECTORIES): Add
|
|
|
|
|
--enable-version-specific-runtime-libs.
|
|
|
|
|
* src/Makefile.in: Rebuild.
|
|
|
|
|
* testsuite/Makefile.in: Rebuild.
|
|
|
|
|
|
Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).
This patch updates GCC to use autoconf 2.69 and automake 1.15.1.
(That's not the latest automake version, but it's the one used by
binutils-gdb, with which consistency is desirable, and in any case
seems a useful incremental update that should make a future update to
1.16.1 easier.)
The changes are generally similar to the binutils-gdb ones, and are
copied from there where shared files and directories are involved
(there are some further changes to such shared directories, however,
which I'd expect to apply to binutils-gdb once this patch is in GCC).
Largely, obsolete AC_PREREQ calls are removed, while many
AC_LANG_SOURCE calls are added to avoid warnings from aclocal and
autoconf. Multilib support is no longer included in core automake,
meaning that multilib.am needs copying from automake's contrib
directory into the GCC source tree. Autoconf 2.69 has Go support, so
local copies of that support are removed. I hope the D support will
soon be submitted to upstream autoconf so the local copy of that can
be removed in a future update. Changes to how automake generates
runtest calls mean quotes are removed from RUNTEST definitions in five
lib*/testsuite/Makefile.am files (libatomic, libgomp, libitm,
libphobos, libvtv; some others have RUNTEST definitions without
quotes, which are still OK); libgo and libphobos also get
-Wno-override added to AM_INIT_AUTOMAKE so those overrides of RUNTEST
do not generate automake warnings.
Note that the regeneration did not include regeneration of
fixincludes/config.h.in (attempting such regeneration resulted in all
the USED_FOR_TARGET conditionals disappearing; and I don't see
anything in the fixincludes/ directory that would result in such
conditionals being generated, unlike in the gcc/ directory). Also
note that libvtv/testsuite/other-tests/Makefile.in was not
regenerated; that directory is not listed as a subdirectory for which
Makefile.in gets regenerated by calling "automake" in libvtv/, so I'm
not sure how it's meant to be regenerated.
While I mostly fixed warnings should running aclocal / automake /
autoconf, there were various such warnings from automake in the
libgfortran, libgo, libgomp, liboffloadmic, libsanitizer, libphobos
directories that I did not fix, preferring to leave those to the
relevant subsystem maintainers. Specifically, most of those warnings
were of the following form (example from libgfortran):
Makefile.am:48: warning: source file 'caf/single.c' is in a subdirectory,
Makefile.am:48: but option 'subdir-objects' is disabled
automake: warning: possible forward-incompatibility.
automake: At least a source file is in a subdirectory, but the 'subdir-objects'
automake: automake option hasn't been enabled. For now, the corresponding output
automake: object file(s) will be placed in the top-level directory. However,
automake: this behaviour will change in future Automake versions: they
will
automake: unconditionally cause object files to be placed in the same subdirectory
automake: of the corresponding sources.
automake: You are advised to start using 'subdir-objects' option throughout your
automake: project, to avoid future incompatibilities.
I think it's best for the relevant maintainers to add subdir-objects
and do any other associated Makefile.am changes needed. In some cases
the paths in the warnings involved ../; I don't know if that adds any
extra complications to the use of subdir-objects.
I've tested this with native, cross and Canadian cross builds. The
risk of any OS-specific issues should I hope be rather lower than if a
libtool upgrade were included (we *should* do such an upgrade at some
point, but it's more complicated - it involves identifying all our
local libtool changes to see if any aren't included in the upstream
version we update to, and reverting an upstream libtool patch that's
inappropriate for use in GCC); I think it would be better to get this
update into GCC so that people can test in different configurations
and we can fix any issues found, rather than to try to get more and
more testing done before it goes in.
top level:
2018-10-31 Joseph Myers <joseph@codesourcery.com>
PR bootstrap/82856
* multilib.am: New file. From automake.
Merge from binutils-gdb:
2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
* libtool.m4: Use AC_LANG_SOURCE.
* configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
* ar-lib: New file.
* test-driver: New file.
* configure: Re-generate.
config:
2018-10-31 Joseph Myers <joseph@codesourcery.com>
PR bootstrap/82856
* math.m4, tls.m4: Use AC_LANG_SOURCE.
Merge from binutils-gdb:
2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
* override.m4 (_GCC_AUTOCONF_VERSION): Bump from 2.64 to 2.69.
fixincludes:
2018-10-31 Joseph Myers <joseph@codesourcery.com>
PR bootstrap/82856
* configure.ac: Remove AC_PREREQ.
* aclocal.m4, configure: Regenerate.
gcc:
2018-10-31 Joseph Myers <joseph@codesourcery.com>
PR bootstrap/82856
* configure.ac: Remove AC_PREREQ. Use AC_LANG_SOURCE. Use single
line for second argument of AC_DEFINE_UNQUOTED.
* doc/install.texi (Tools/packages necessary for modifying GCC):
Update to autoconf 2.69 and automake 1.15.1.
* aclocal.m4, config.in, configure: Regenerate.
gnattools:
2018-10-31 Joseph Myers <joseph@codesourcery.com>
PR bootstrap/82856
* configure.ac: Remove AC_PREREQ.
* configure: Regenerate.
gotools:
2018-10-31 Joseph Myers <joseph@codesourcery.com>
PR bootstrap/82856
* config/go.m4: Remove file.
* Makefile.am (ACLOCAL_AMFLAGS): Do not use -I ./config.
* configure.ac: Remove AC_PREREQ. Do not include config/go.m4.
* Makefile.in, aclocal.m4, configure: Regenerate.
intl:
2018-10-31 Joseph Myers <joseph@codesourcery.com>
PR bootstrap/82856
Merge from binutils-gdb:
2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
* configure.ac: Add AC_USE_SYSTEM_EXTENSIONS, remove AC_PREREQ.
* configure: Re-generate.
* config.h.in: Re-generate.
* aclocal.m4: Re-generate.
libada:
2018-10-31 Joseph Myers <joseph@codesourcery.com>
PR bootstrap/82856
* configure.ac: Remove AC_PREREQ.
* configure: Regenerate.
libatomic:
2018-10-31 Joseph Myers <joseph@codesourcery.com>
PR bootstrap/82856
* Makefile.am: Include multilib.am.
* acinclude.m4: Use AC_LANG_SOURCE.
* configure.ac: Remove AC_PREREQ.
* testsuite/Makefile.am (RUNTEST): Remove quotes.
* Makefile.in, aclocal.m4, configure, testsuite/Makefile.in:
Regenerate.
libbacktrace:
2018-10-31 Joseph Myers <joseph@codesourcery.com>
PR bootstrap/82856
* Makefile.am: Include multilib.am.
* configure.ac: Remove AC_PREREQ. Use AC_LANG_SOURCE.
* Makefile.in, aclocal.m4, config.h.in, configure: Regenerate.
libcc1:
2018-10-31 Joseph Myers <joseph@codesourcery.com>
PR bootstrap/82856
* configure.ac: Remove AC_PREREQ.
* Makefile.in, aclocal.m4, configure: Regenerate.
libcpp:
2018-10-31 Joseph Myers <joseph@codesourcery.com>
PR bootstrap/82856
* configure.ac: Remove AC_PREREQ. Use AC_LANG_SOURCE.
* aclocal.m4, config.in, configure: Regenerate.
libdecnumber:
2018-10-31 Joseph Myers <joseph@codesourcery.com>
PR bootstrap/82856
Merge from binutils-gdb:
2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
* configure.ac: Remove AC_PREREQ.
* configure: Re-generate.
* aclocal.m4.
libffi:
2018-10-31 Joseph Myers <joseph@codesourcery.com>
PR bootstrap/82856
* Makefile.am: Include multilib.am.
(AUTOMAKE_OPTIONS): Add info-in-builddir.
(CLEANFILES): Remove doc/libffi.info.
* configure.ac: Remove AC_PREREQ.
* Makefile.in, aclocal.m4, configure, fficonfig.h.in,
include/Makefile.in, man/Makefile.in, testsuite/Makefile.in:
Regenerate.
libgcc:
2018-10-31 Joseph Myers <joseph@codesourcery.com>
PR bootstrap/82856
* configure.ac: Remove AC_PREREQ. Use AC_LANG_SOURCE.
* configure: Regenerate.
libgfortran:
2018-10-31 Joseph Myers <joseph@codesourcery.com>
PR bootstrap/82856
* Makefile.am: Include multilib.am.
* configure.ac: Remove AC_PREREQ.
* Makefile.in, aclocal.m4, config.h.in, configure: Regenerate.
libgo [logically part of this change but omitted from the commit]:
2018-10-31 Joseph Myers <joseph@codesourcery.com>
PR bootstrap/82856
* Makefile.am: Include multilib.am.
* config/go.m4: Remove file.
* config/libtool.m4: Use AC_LANG_SOURCE.
* configure.ac: Remove AC_PREREQ. Use AC_LANG_SOURCE. Use
-Wno-override in AM_INIT_AUTOMAKE call.
* Makefile.in, aclocal.m4, configure, testsuite/Makefile.in:
Regenerate.
libgomp:
2018-10-31 Joseph Myers <joseph@codesourcery.com>
PR bootstrap/82856
* Makefile.am: Include multilib.am
(AUTOMAKE_OPTIONS): Add info-in-builddir.
(CLEANFILES): Remove libgomp.info.
* configure.ac: Remove AC_PREREQ.
* testsuite/Makefile.am (RUNTEST): Remove quotes.
* Makefile.in, aclocal.m4, configure, testsuite/Makefile.in:
Regenerate.
libhsail-rt:
2018-10-31 Joseph Myers <joseph@codesourcery.com>
PR bootstrap/82856
* configure.ac: Remove AC_PREREQ.
* Makefile.in, aclocal.m4, configure: Regenerate.
libiberty:
2018-10-31 Joseph Myers <joseph@codesourcery.com>
PR bootstrap/82856
Merge from binutils-gdb:
2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
* configure.ac: Remove AC_PREREQ.
* configure: Re-generate.
* config.in: Re-generate.
libitm:
2018-10-31 Joseph Myers <joseph@codesourcery.com>
PR bootstrap/82856
* Makefile.am: Include multilib.am.
(AUTOMAKE_OPTIONS): Add info-in-builddir.
(CLEANFILES): Remove libitm.info.
* configure.ac: Remove AC_PREREQ.
* testsuite/Makefile.am (RUNTEST): Remove quotes.
* Makefile.in, aclocal.m4, configure, testsuite/Makefile.in:
Regenerate.
libobjc:
2018-10-31 Joseph Myers <joseph@codesourcery.com>
PR bootstrap/82856
* configure.ac: Remove AC_PREREQ.
* aclocal.m4, config.h.in, configure: Regenerate.
liboffloadmic:
2018-10-31 Joseph Myers <joseph@codesourcery.com>
PR bootstrap/82856
* Makefile.am: Include multilib.am.
* configure.ac: Remove AC_PREREQ.
* plugin/Makefile.am: Include multilib.am.
* plugin/configure.ac: Remove AC_PREREQ.
* Makefile.in, aclocal.m4, configure, plugin/Makefile.in,
plugin/aclocal.m4, plugin/configure: Regenerate.
libphobos:
2018-10-31 Joseph Myers <joseph@codesourcery.com>
PR bootstrap/82856
* Makefile.am: Include multilib.am.
* configure.ac: Remove AC_PREREQ. Use -Wno-override in
AM_INIT_AUTOMAKE call.
* m4/autoconf.m4: Add extra argument to AC_LANG_DEFINE call.
* m4/druntime/os.m4: Use AC_LANG_SOURCE.
* testsuite/Makefile.am (RUNTEST): Remove quotes.
* Makefile.in, aclocal.m4, configure, libdruntime/Makefile.in,
src/Makefile.in, testsuite/Makefile.in: Regenerate.
libquadmath:
2018-10-31 Joseph Myers <joseph@codesourcery.com>
PR bootstrap/82856
* Makefile.am: Include multilib.am.
(AUTOMAKE_OPTIONS): Remove 1.8. Add info-in-builddir.
(all-local): Define outside conditional code.
(CLEANFILES): Remove libquadmath.info.
* configure.ac: Remove AC_PREREQ.
* Makefile.in, aclocal.m4, config.h.in, configure: Regenerate.
libsanitizer:
2018-10-31 Joseph Myers <joseph@codesourcery.com>
PR bootstrap/82856
* Makefile.am: Include multilib.am.
* configure.ac: Remove AC_PREREQ. Use AC_LANG_SOURCE.
* Makefile.in, aclocal.m4, asan/Makefile.in, configure,
interception/Makefile.in, libbacktrace/Makefile.in,
lsan/Makefile.in, sanitizer_common/Makefile.in, tsan/Makefile.in,
ubsan/Makefile.in: Regenerate.
libssp:
2018-10-31 Joseph Myers <joseph@codesourcery.com>
PR bootstrap/82856
* Makefile.am: Include multilib.am.
(AUTOMAKE_OPTIONS): Remove 1.9.5.
* configure.ac: Remove AC_PREREQ. Quote argument to
AC_RUN_IFELSE.
* Makefile.in, aclocal.m4, configure: Regenerate.
libstdc++-v3:
2018-10-31 Joseph Myers <joseph@codesourcery.com>
PR bootstrap/82856
* Makefile.am: Include multilib.am.
* configure.ac: Remove AC_PREREQ.
* Makefile.in, aclocal.m4, configure, doc/Makefile.in,
include/Makefile.in, libsupc++/Makefile.in, po/Makefile.in,
python/Makefile.in, src/Makefile.in, src/c++11/Makefile.in,
src/c++17/Makefile.in, src/c++98/Makefile.in,
src/filesystem/Makefile.in, testsuite/Makefile.in: Regenerate.
libvtv:
2018-10-31 Joseph Myers <joseph@codesourcery.com>
PR bootstrap/82856
* Makefile.am: Include multilib.am.
* configure.ac: Remove AC_PREREQ.
* testsuite/Makefile.am (RUNTEST): Remove quotes.
* Makefile.in, aclocal.m4, configure, testsuite/Makefile.in:
Regenerate.
lto-plugin:
2018-10-31 Joseph Myers <joseph@codesourcery.com>
PR bootstrap/82856
* configure.ac: Remove AC_PREREQ. Use AC_LANG_SOURCE.
* Makefile.in, aclocal.m4, config.h.in, configure: Regenerate.
zlib:
2018-10-31 Joseph Myers <joseph@codesourcery.com>
PR bootstrap/82856
* Makefile.am: Include multilib.am.
Merge from binutils-gdb:
2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
* configure.ac: Modernize AC_INIT call, remove AC_PREREQ.
* Makefile.am (AUTOMAKE_OPTIONS): Remove 1.8, cygnus, add foreign.
* Makefile.in: Re-generate.
* aclocal.m4: Re-generate.
* configure: Re-generate.
From-SVN: r265695
2018-10-31 18:03:16 +01:00
|
|
|
|
2018-10-31 Joseph Myers <joseph@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
PR bootstrap/82856
|
|
|
|
|
* Makefile.am: Include multilib.am.
|
|
|
|
|
* configure.ac: Remove AC_PREREQ. Use -Wno-override in
|
|
|
|
|
AM_INIT_AUTOMAKE call.
|
|
|
|
|
* m4/autoconf.m4: Add extra argument to AC_LANG_DEFINE call.
|
|
|
|
|
* m4/druntime/os.m4: Use AC_LANG_SOURCE.
|
|
|
|
|
* testsuite/Makefile.am (RUNTEST): Remove quotes.
|
|
|
|
|
* Makefile.in, aclocal.m4, configure, libdruntime/Makefile.in,
|
|
|
|
|
src/Makefile.in, testsuite/Makefile.in: Regenerate.
|
|
|
|
|
|
2018-10-31 10:44:31 +01:00
|
|
|
|
2018-10-31 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
PR bootstrap/87789
|
|
|
|
|
PR d/87818
|
|
|
|
|
PR d/87819
|
|
|
|
|
* configure.tgt: New file.
|
|
|
|
|
|
Add D front-end, libphobos library, and D2 testsuite.
ChangeLog:
* Makefile.def (target_modules): Add libphobos.
(flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
GDCFLAGS_FOR_TARGET.
(dependencies): Make libphobos depend on libatomic, libbacktrace
configure, and zlib configure.
(language): Add language d.
* Makefile.in: Rebuild.
* Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
(HOST_EXPORTS): Add GDC.
(POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
(BASE_TARGET_EXPORTS): Add GDC.
(GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
(GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
(EXTRA_HOST_FLAGS): Add GDC.
(STAGE1_FLAGS_TO_PASS): Add GDC.
(EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
* config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
environment variables.
* configure: Rebuild.
* configure.ac: Add target-libphobos to target_libraries. Set and
substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
config/ChangeLog:
* multi.m4: Set GDC.
gcc/ChangeLog:
* Makefile.in (tm_d_file_list, tm_d_include_list): New variables.
(TM_D_H, D_TARGET_DEF, D_TARGET_H, D_TARGET_OBJS): New variables.
(tm_d.h, cs-tm_d.h, default-d.o): New rules.
(d/d-target-hooks-def.h, s-d-target-hooks-def-h): New rules.
(s-tm-texi): Also check timestamp on d-target.def.
(generated_files): Add TM_D_H and d-target-hooks-def.h.
(build/genhooks.o): Also depend on D_TARGET_DEF.
* config.gcc (tm_d_file, d_target_objs, target_has_targetdm): New
variables.
* config/aarch64/aarch64-d.c: New file.
* config/aarch64/aarch64-linux.h (GNU_USER_TARGET_D_CRITSEC_SIZE):
Define.
* config/aarch64/aarch64-protos.h (aarch64_d_target_versions): New
prototype.
* config/aarch64/aarch64.h (TARGET_D_CPU_VERSIONS): Define.
* config/aarch64/t-aarch64 (aarch64-d.o): New rule.
* config/arm/arm-d.c: New file.
* config/arm/arm-protos.h (arm_d_target_versions): New prototype.
* config/arm/arm.h (TARGET_D_CPU_VERSIONS): Define.
* config/arm/linux-eabi.h (EXTRA_TARGET_D_OS_VERSIONS): Define.
* config/arm/t-arm (arm-d.o): New rule.
* config/default-d.c: New file.
* config/glibc-d.c: New file.
* config/gnu.h (GNU_USER_TARGET_D_OS_VERSIONS): Define.
* config/i386/i386-d.c: New file.
* config/i386/i386-protos.h (ix86_d_target_versions): New prototype.
* config/i386/i386.h (TARGET_D_CPU_VERSIONS): Define.
* config/i386/linux-common.h (EXTRA_TARGET_D_OS_VERSIONS): Define.
(GNU_USER_TARGET_D_CRITSEC_SIZE): Define.
* config/i386/t-i386 (i386-d.o): New rule.
* config/kfreebsd-gnu.h (GNU_USER_TARGET_D_OS_VERSIONS): Define.
* config/kopensolaris-gnu.h (GNU_USER_TARGET_D_OS_VERSIONS): Define.
* config/linux-android.h (ANDROID_TARGET_D_OS_VERSIONS): Define.
* config/linux.h (GNU_USER_TARGET_D_OS_VERSIONS): Define.
* config/mips/linux-common.h (EXTRA_TARGET_D_OS_VERSIONS): Define.
* config/mips/mips-d.c: New file.
* config/mips/mips-protos.h (mips_d_target_versions): New prototype.
* config/mips/mips.h (TARGET_D_CPU_VERSIONS): Define.
* config/mips/t-mips (mips-d.o): New rule.
* config/powerpcspe/linux.h (GNU_USER_TARGET_D_OS_VERSIONS): Define.
* config/powerpcspe/linux64.h (GNU_USER_TARGET_D_OS_VERSIONS): Define.
* config/powerpcspe/powerpcspe-d.c: New file.
* config/powerpcspe/powerpcspe-protos.h (rs6000_d_target_versions):
New prototype.
* config/powerpcspe/powerpcspe.c (rs6000_output_function_epilogue):
Support GNU D by using 0 as the language type.
* config/powerpcspe/powerpcspe.h (TARGET_D_CPU_VERSIONS): Define.
* config/powerpcspe/t-powerpcspe (powerpcspe-d.o): New rule.
* config/riscv/riscv-d.c: New file.
* config/riscv/riscv-protos.h (riscv_d_target_versions): New
prototype.
* config/riscv/riscv.h (TARGET_D_CPU_VERSIONS): Define.
* config/riscv/t-riscv (riscv-d.o): New rule.
* config/rs6000/linux.h (GNU_USER_TARGET_D_OS_VERSIONS): Define.
* config/rs6000/linux64.h (GNU_USER_TARGET_D_OS_VERSIONS): Define.
* config/rs6000/rs6000-d.c: New file.
* config/rs6000/rs6000-protos.h (rs6000_d_target_versions): New
prototype.
* config/rs6000/rs6000.c (rs6000_output_function_epilogue):
Support GNU D by using 0 as the language type.
* config/rs6000/rs6000.h (TARGET_D_CPU_VERSIONS): Define.
* config/rs6000/t-rs6000 (rs6000-d.o): New rule.
* config/s390/s390-d.c: New file.
* config/s390/s390-protos.h (s390_d_target_versions): New prototype.
* config/s390/s390.h (TARGET_D_CPU_VERSIONS): Define.
* config/s390/t-s390 (s390-d.o): New rule.
* config/sparc/sparc-d.c: New file.
* config/sparc/sparc-protos.h (sparc_d_target_versions): New
prototype.
* config/sparc/sparc.h (TARGET_D_CPU_VERSIONS): Define.
* config/sparc/t-sparc (sparc-d.o): New rule.
* config/t-glibc (glibc-d.o): New rule.
* configure: Regenerated.
* configure.ac (tm_d_file): New variable.
(tm_d_file_list, tm_d_include_list, d_target_objs): Add substitutes.
* doc/contrib.texi (Contributors): Add self for the D frontend.
* doc/frontends.texi (G++ and GCC): Mention D as a supported language.
* doc/install.texi (Configuration): Mention libphobos as an option for
--enable-shared. Mention d as an option for --enable-languages.
(Testing): Mention check-d as a target.
* doc/invoke.texi (Overall Options): Mention .d, .dd, and .di as file
name suffixes. Mention d as a -x option.
* doc/sourcebuild.texi (Top Level): Mention libphobos.
* doc/standards.texi (Standards): Add section on D language.
* doc/tm.texi: Regenerated.
* doc/tm.texi.in: Add @node for D language and ABI, and @hook for
TARGET_CPU_VERSIONS, TARGET_D_OS_VERSIONS, and TARGET_D_CRITSEC_SIZE.
* dwarf2out.c (is_dlang): New function.
(gen_compile_unit_die): Use DW_LANG_D for D.
(declare_in_namespace): Return module die for D, instead of adding
extra declarations into the namespace.
(gen_namespace_die): Generate DW_TAG_module for D.
(gen_decl_die): Handle CONST_DECLSs for D.
(dwarf2out_decl): Likewise.
(prune_unused_types_walk_local_classes): Handle DW_tag_interface_type.
(prune_unused_types_walk): Handle DW_tag_interface_type same as other
kinds of aggregates.
* gcc.c (default_compilers): Add entries for .d, .dd and .di.
* genhooks.c: Include d/d-target.def.
gcc/po/ChangeLog:
* EXCLUDES: Add sources from d/dmd.
gcc/testsuite/ChangeLog:
* gcc.misc-tests/help.exp: Add D to option descriptions check.
* gdc.dg/asan/asan.exp: New file.
* gdc.dg/asan/gdc272.d: New test.
* gdc.dg/compilable.d: New test.
* gdc.dg/dg.exp: New file.
* gdc.dg/gdc254.d: New test.
* gdc.dg/gdc260.d: New test.
* gdc.dg/gdc270a.d: New test.
* gdc.dg/gdc270b.d: New test.
* gdc.dg/gdc282.d: New test.
* gdc.dg/gdc283.d: New test.
* gdc.dg/imports/gdc170.d: New test.
* gdc.dg/imports/gdc231.d: New test.
* gdc.dg/imports/gdc239.d: New test.
* gdc.dg/imports/gdc241a.d: New test.
* gdc.dg/imports/gdc241b.d: New test.
* gdc.dg/imports/gdc251a.d: New test.
* gdc.dg/imports/gdc251b.d: New test.
* gdc.dg/imports/gdc253.d: New test.
* gdc.dg/imports/gdc254a.d: New test.
* gdc.dg/imports/gdc256.d: New test.
* gdc.dg/imports/gdc27.d: New test.
* gdc.dg/imports/gdcpkg256/package.d: New test.
* gdc.dg/imports/runnable.d: New test.
* gdc.dg/link.d: New test.
* gdc.dg/lto/lto.exp: New file.
* gdc.dg/lto/ltotests_0.d: New test.
* gdc.dg/lto/ltotests_1.d: New test.
* gdc.dg/runnable.d: New test.
* gdc.dg/simd.d: New test.
* gdc.test/gdc-test.exp: New file.
* lib/gdc-dg.exp: New file.
* lib/gdc.exp: New file.
libphobos/ChangeLog:
* Makefile.am: New file.
* Makefile.in: New file.
* acinclude.m4: New file.
* aclocal.m4: New file.
* config.h.in: New file.
* configure: New file.
* configure.ac: New file.
* d_rules.am: New file.
* libdruntime/Makefile.am: New file.
* libdruntime/Makefile.in: New file.
* libdruntime/__entrypoint.di: New file.
* libdruntime/__main.di: New file.
* libdruntime/gcc/attribute.d: New file.
* libdruntime/gcc/backtrace.d: New file.
* libdruntime/gcc/builtins.d: New file.
* libdruntime/gcc/config.d.in: New file.
* libdruntime/gcc/deh.d: New file.
* libdruntime/gcc/libbacktrace.d.in: New file.
* libdruntime/gcc/unwind/arm.d: New file.
* libdruntime/gcc/unwind/arm_common.d: New file.
* libdruntime/gcc/unwind/c6x.d: New file.
* libdruntime/gcc/unwind/generic.d: New file.
* libdruntime/gcc/unwind/package.d: New file.
* libdruntime/gcc/unwind/pe.d: New file.
* m4/autoconf.m4: New file.
* m4/druntime.m4: New file.
* m4/druntime/cpu.m4: New file.
* m4/druntime/libraries.m4: New file.
* m4/druntime/os.m4: New file.
* m4/gcc_support.m4: New file.
* m4/gdc.m4: New file.
* m4/libtool.m4: New file.
* src/Makefile.am: New file.
* src/Makefile.in: New file.
* src/libgphobos.spec.in: New file.
* testsuite/Makefile.am: New file.
* testsuite/Makefile.in: New file.
* testsuite/config/default.exp: New file.
* testsuite/lib/libphobos-dg.exp: New file.
* testsuite/lib/libphobos.exp: New file.
* testsuite/testsuite_flags.in: New file.
From-SVN: r265573
2018-10-28 20:51:47 +01:00
|
|
|
|
2018-10-28 Iain Buclaw <ibuclaw@gdcproject.org>
|
|
|
|
|
|
|
|
|
|
* Makefile.am: New file.
|
|
|
|
|
* Makefile.in: New file.
|
|
|
|
|
* acinclude.m4: New file.
|
|
|
|
|
* aclocal.m4: New file.
|
|
|
|
|
* config.h.in: New file.
|
|
|
|
|
* configure: New file.
|
|
|
|
|
* configure.ac: New file.
|
|
|
|
|
* d_rules.am: New file.
|
|
|
|
|
* libdruntime/Makefile.am: New file.
|
|
|
|
|
* libdruntime/Makefile.in: New file.
|
|
|
|
|
* libdruntime/__entrypoint.di: New file.
|
|
|
|
|
* libdruntime/__main.di: New file.
|
|
|
|
|
* libdruntime/gcc/attribute.d: New file.
|
|
|
|
|
* libdruntime/gcc/backtrace.d: New file.
|
|
|
|
|
* libdruntime/gcc/builtins.d: New file.
|
|
|
|
|
* libdruntime/gcc/config.d.in: New file.
|
|
|
|
|
* libdruntime/gcc/deh.d: New file.
|
|
|
|
|
* libdruntime/gcc/libbacktrace.d.in: New file.
|
|
|
|
|
* libdruntime/gcc/unwind/arm.d: New file.
|
|
|
|
|
* libdruntime/gcc/unwind/arm_common.d: New file.
|
|
|
|
|
* libdruntime/gcc/unwind/c6x.d: New file.
|
|
|
|
|
* libdruntime/gcc/unwind/generic.d: New file.
|
|
|
|
|
* libdruntime/gcc/unwind/package.d: New file.
|
|
|
|
|
* libdruntime/gcc/unwind/pe.d: New file.
|
|
|
|
|
* m4/autoconf.m4: New file.
|
|
|
|
|
* m4/druntime.m4: New file.
|
|
|
|
|
* m4/druntime/cpu.m4: New file.
|
|
|
|
|
* m4/druntime/libraries.m4: New file.
|
|
|
|
|
* m4/druntime/os.m4: New file.
|
|
|
|
|
* m4/gcc_support.m4: New file.
|
|
|
|
|
* m4/gdc.m4: New file.
|
|
|
|
|
* m4/libtool.m4: New file.
|
|
|
|
|
* src/Makefile.am: New file.
|
|
|
|
|
* src/Makefile.in: New file.
|
|
|
|
|
* src/libgphobos.spec.in: New file.
|
|
|
|
|
* testsuite/Makefile.am: New file.
|
|
|
|
|
* testsuite/Makefile.in: New file.
|
|
|
|
|
* testsuite/config/default.exp: New file.
|
|
|
|
|
* testsuite/lib/libphobos-dg.exp: New file.
|
|
|
|
|
* testsuite/lib/libphobos.exp: New file.
|
|
|
|
|
* testsuite/testsuite_flags.in: New file.
|
|
|
|
|
|
|
|
|
|
|
2021-01-04 09:35:45 +01:00
|
|
|
|
Copyright (C) 2018-2021 Free Software Foundation, Inc.
|
Add D front-end, libphobos library, and D2 testsuite.
ChangeLog:
* Makefile.def (target_modules): Add libphobos.
(flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
GDCFLAGS_FOR_TARGET.
(dependencies): Make libphobos depend on libatomic, libbacktrace
configure, and zlib configure.
(language): Add language d.
* Makefile.in: Rebuild.
* Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
(HOST_EXPORTS): Add GDC.
(POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
(BASE_TARGET_EXPORTS): Add GDC.
(GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
(GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
(EXTRA_HOST_FLAGS): Add GDC.
(STAGE1_FLAGS_TO_PASS): Add GDC.
(EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
* config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
environment variables.
* configure: Rebuild.
* configure.ac: Add target-libphobos to target_libraries. Set and
substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
config/ChangeLog:
* multi.m4: Set GDC.
gcc/ChangeLog:
* Makefile.in (tm_d_file_list, tm_d_include_list): New variables.
(TM_D_H, D_TARGET_DEF, D_TARGET_H, D_TARGET_OBJS): New variables.
(tm_d.h, cs-tm_d.h, default-d.o): New rules.
(d/d-target-hooks-def.h, s-d-target-hooks-def-h): New rules.
(s-tm-texi): Also check timestamp on d-target.def.
(generated_files): Add TM_D_H and d-target-hooks-def.h.
(build/genhooks.o): Also depend on D_TARGET_DEF.
* config.gcc (tm_d_file, d_target_objs, target_has_targetdm): New
variables.
* config/aarch64/aarch64-d.c: New file.
* config/aarch64/aarch64-linux.h (GNU_USER_TARGET_D_CRITSEC_SIZE):
Define.
* config/aarch64/aarch64-protos.h (aarch64_d_target_versions): New
prototype.
* config/aarch64/aarch64.h (TARGET_D_CPU_VERSIONS): Define.
* config/aarch64/t-aarch64 (aarch64-d.o): New rule.
* config/arm/arm-d.c: New file.
* config/arm/arm-protos.h (arm_d_target_versions): New prototype.
* config/arm/arm.h (TARGET_D_CPU_VERSIONS): Define.
* config/arm/linux-eabi.h (EXTRA_TARGET_D_OS_VERSIONS): Define.
* config/arm/t-arm (arm-d.o): New rule.
* config/default-d.c: New file.
* config/glibc-d.c: New file.
* config/gnu.h (GNU_USER_TARGET_D_OS_VERSIONS): Define.
* config/i386/i386-d.c: New file.
* config/i386/i386-protos.h (ix86_d_target_versions): New prototype.
* config/i386/i386.h (TARGET_D_CPU_VERSIONS): Define.
* config/i386/linux-common.h (EXTRA_TARGET_D_OS_VERSIONS): Define.
(GNU_USER_TARGET_D_CRITSEC_SIZE): Define.
* config/i386/t-i386 (i386-d.o): New rule.
* config/kfreebsd-gnu.h (GNU_USER_TARGET_D_OS_VERSIONS): Define.
* config/kopensolaris-gnu.h (GNU_USER_TARGET_D_OS_VERSIONS): Define.
* config/linux-android.h (ANDROID_TARGET_D_OS_VERSIONS): Define.
* config/linux.h (GNU_USER_TARGET_D_OS_VERSIONS): Define.
* config/mips/linux-common.h (EXTRA_TARGET_D_OS_VERSIONS): Define.
* config/mips/mips-d.c: New file.
* config/mips/mips-protos.h (mips_d_target_versions): New prototype.
* config/mips/mips.h (TARGET_D_CPU_VERSIONS): Define.
* config/mips/t-mips (mips-d.o): New rule.
* config/powerpcspe/linux.h (GNU_USER_TARGET_D_OS_VERSIONS): Define.
* config/powerpcspe/linux64.h (GNU_USER_TARGET_D_OS_VERSIONS): Define.
* config/powerpcspe/powerpcspe-d.c: New file.
* config/powerpcspe/powerpcspe-protos.h (rs6000_d_target_versions):
New prototype.
* config/powerpcspe/powerpcspe.c (rs6000_output_function_epilogue):
Support GNU D by using 0 as the language type.
* config/powerpcspe/powerpcspe.h (TARGET_D_CPU_VERSIONS): Define.
* config/powerpcspe/t-powerpcspe (powerpcspe-d.o): New rule.
* config/riscv/riscv-d.c: New file.
* config/riscv/riscv-protos.h (riscv_d_target_versions): New
prototype.
* config/riscv/riscv.h (TARGET_D_CPU_VERSIONS): Define.
* config/riscv/t-riscv (riscv-d.o): New rule.
* config/rs6000/linux.h (GNU_USER_TARGET_D_OS_VERSIONS): Define.
* config/rs6000/linux64.h (GNU_USER_TARGET_D_OS_VERSIONS): Define.
* config/rs6000/rs6000-d.c: New file.
* config/rs6000/rs6000-protos.h (rs6000_d_target_versions): New
prototype.
* config/rs6000/rs6000.c (rs6000_output_function_epilogue):
Support GNU D by using 0 as the language type.
* config/rs6000/rs6000.h (TARGET_D_CPU_VERSIONS): Define.
* config/rs6000/t-rs6000 (rs6000-d.o): New rule.
* config/s390/s390-d.c: New file.
* config/s390/s390-protos.h (s390_d_target_versions): New prototype.
* config/s390/s390.h (TARGET_D_CPU_VERSIONS): Define.
* config/s390/t-s390 (s390-d.o): New rule.
* config/sparc/sparc-d.c: New file.
* config/sparc/sparc-protos.h (sparc_d_target_versions): New
prototype.
* config/sparc/sparc.h (TARGET_D_CPU_VERSIONS): Define.
* config/sparc/t-sparc (sparc-d.o): New rule.
* config/t-glibc (glibc-d.o): New rule.
* configure: Regenerated.
* configure.ac (tm_d_file): New variable.
(tm_d_file_list, tm_d_include_list, d_target_objs): Add substitutes.
* doc/contrib.texi (Contributors): Add self for the D frontend.
* doc/frontends.texi (G++ and GCC): Mention D as a supported language.
* doc/install.texi (Configuration): Mention libphobos as an option for
--enable-shared. Mention d as an option for --enable-languages.
(Testing): Mention check-d as a target.
* doc/invoke.texi (Overall Options): Mention .d, .dd, and .di as file
name suffixes. Mention d as a -x option.
* doc/sourcebuild.texi (Top Level): Mention libphobos.
* doc/standards.texi (Standards): Add section on D language.
* doc/tm.texi: Regenerated.
* doc/tm.texi.in: Add @node for D language and ABI, and @hook for
TARGET_CPU_VERSIONS, TARGET_D_OS_VERSIONS, and TARGET_D_CRITSEC_SIZE.
* dwarf2out.c (is_dlang): New function.
(gen_compile_unit_die): Use DW_LANG_D for D.
(declare_in_namespace): Return module die for D, instead of adding
extra declarations into the namespace.
(gen_namespace_die): Generate DW_TAG_module for D.
(gen_decl_die): Handle CONST_DECLSs for D.
(dwarf2out_decl): Likewise.
(prune_unused_types_walk_local_classes): Handle DW_tag_interface_type.
(prune_unused_types_walk): Handle DW_tag_interface_type same as other
kinds of aggregates.
* gcc.c (default_compilers): Add entries for .d, .dd and .di.
* genhooks.c: Include d/d-target.def.
gcc/po/ChangeLog:
* EXCLUDES: Add sources from d/dmd.
gcc/testsuite/ChangeLog:
* gcc.misc-tests/help.exp: Add D to option descriptions check.
* gdc.dg/asan/asan.exp: New file.
* gdc.dg/asan/gdc272.d: New test.
* gdc.dg/compilable.d: New test.
* gdc.dg/dg.exp: New file.
* gdc.dg/gdc254.d: New test.
* gdc.dg/gdc260.d: New test.
* gdc.dg/gdc270a.d: New test.
* gdc.dg/gdc270b.d: New test.
* gdc.dg/gdc282.d: New test.
* gdc.dg/gdc283.d: New test.
* gdc.dg/imports/gdc170.d: New test.
* gdc.dg/imports/gdc231.d: New test.
* gdc.dg/imports/gdc239.d: New test.
* gdc.dg/imports/gdc241a.d: New test.
* gdc.dg/imports/gdc241b.d: New test.
* gdc.dg/imports/gdc251a.d: New test.
* gdc.dg/imports/gdc251b.d: New test.
* gdc.dg/imports/gdc253.d: New test.
* gdc.dg/imports/gdc254a.d: New test.
* gdc.dg/imports/gdc256.d: New test.
* gdc.dg/imports/gdc27.d: New test.
* gdc.dg/imports/gdcpkg256/package.d: New test.
* gdc.dg/imports/runnable.d: New test.
* gdc.dg/link.d: New test.
* gdc.dg/lto/lto.exp: New file.
* gdc.dg/lto/ltotests_0.d: New test.
* gdc.dg/lto/ltotests_1.d: New test.
* gdc.dg/runnable.d: New test.
* gdc.dg/simd.d: New test.
* gdc.test/gdc-test.exp: New file.
* lib/gdc-dg.exp: New file.
* lib/gdc.exp: New file.
libphobos/ChangeLog:
* Makefile.am: New file.
* Makefile.in: New file.
* acinclude.m4: New file.
* aclocal.m4: New file.
* config.h.in: New file.
* configure: New file.
* configure.ac: New file.
* d_rules.am: New file.
* libdruntime/Makefile.am: New file.
* libdruntime/Makefile.in: New file.
* libdruntime/__entrypoint.di: New file.
* libdruntime/__main.di: New file.
* libdruntime/gcc/attribute.d: New file.
* libdruntime/gcc/backtrace.d: New file.
* libdruntime/gcc/builtins.d: New file.
* libdruntime/gcc/config.d.in: New file.
* libdruntime/gcc/deh.d: New file.
* libdruntime/gcc/libbacktrace.d.in: New file.
* libdruntime/gcc/unwind/arm.d: New file.
* libdruntime/gcc/unwind/arm_common.d: New file.
* libdruntime/gcc/unwind/c6x.d: New file.
* libdruntime/gcc/unwind/generic.d: New file.
* libdruntime/gcc/unwind/package.d: New file.
* libdruntime/gcc/unwind/pe.d: New file.
* m4/autoconf.m4: New file.
* m4/druntime.m4: New file.
* m4/druntime/cpu.m4: New file.
* m4/druntime/libraries.m4: New file.
* m4/druntime/os.m4: New file.
* m4/gcc_support.m4: New file.
* m4/gdc.m4: New file.
* m4/libtool.m4: New file.
* src/Makefile.am: New file.
* src/Makefile.in: New file.
* src/libgphobos.spec.in: New file.
* testsuite/Makefile.am: New file.
* testsuite/Makefile.in: New file.
* testsuite/config/default.exp: New file.
* testsuite/lib/libphobos-dg.exp: New file.
* testsuite/lib/libphobos.exp: New file.
* testsuite/testsuite_flags.in: New file.
From-SVN: r265573
2018-10-28 20:51:47 +01:00
|
|
|
|
|
|
|
|
|
Copying and distribution of this file, with or without modification,
|
|
|
|
|
are permitted in any medium without royalty provided the copyright
|
|
|
|
|
notice and this notice are preserved.
|