[PATCH libphobos] Committed merge with upstream druntime 7915b6a3

2020-03-14 Thread Iain Buclaw via Gcc-patches
Hi, This patch merges the libphobos implementation with upstream druntime 7915b6a3. Includes port fixes for Musl on ARM, AArch64, and SystemZ targets. Bootstrapped and tested on x86_64-linux-gnu, and committed to trunk. Regards Iain. --- diff --git a/libphobos/libdruntime/MERGE b/libphobos/

Re: [PATCH, libphobos] Committed merge with upstream druntime 5bb8ce19

2019-08-22 Thread Matthias Klose
On 21.08.19 10:02, Iain Buclaw wrote: > Hi, > > This patch merges the libdruntime library with upstream druntime 5bb8ce19. > > Synchronizes extern(C) bindings with the latest release, mostly this > is just Musl target support. > > Bootstrapped and regression tested on x86_64-linux-gnu and x86_64

[PATCH, libphobos] Committed merge with upstream druntime 109f0f2e

2019-04-22 Thread Iain Buclaw
Hi, This patch merges the libdruntime sub-directory with upstream druntime 109f0f2e. Includes more backports for extern(C) bindings, notably for DragonFly and FreeBSD platforms. After adding the relevant compiler parts, it should now be possible to turn on libphobos for x86_64 and i?38 dragronfl

[PATCH, libphobos] Committed merge with upstream druntime 4b2674b3

2019-04-21 Thread Iain Buclaw
Hi, This patch merges the libdruntime sub-library with upstream druntime 4b2674b3. Adds version (BacktraceExternal) for using libexecinfo instead of internal implementation on FreeBSD, NetBSD, and DragonFly. Bootstrapped and regression tested on x86_64-linux-gnu, with preliminary build testing d

[PATCH, libphobos] Committed merge with upstream druntime

2019-04-15 Thread Iain Buclaw
Hi, This patch merges the libdruntime library with upstream druntime 70b9fea6. Backports fixes in the extern(C) bindings for the Solaris/SPARC port. Bootstrapped and regression tested on x86_64-linux-gnu and i386-pc-solaris2.11. Committed to trunk as r270372. -- Iain --- diff --git a/libphobo

[PATCH, libphobos] Committed merge with upstream druntime

2019-04-11 Thread Iain Buclaw
Hi, This patch merges the libdruntime sub-library with upstream druntime 175bf5fc. Backports extern(C) bindings from upstream druntime that have been committed since the last sync. Notably, the Solaris port has been undergoing a some testing to get it all passing. Bootstrapped and regression tes