libphobos: Merge upstream druntime d37ef985.
authorIain Buclaw <ibuclaw@gdcproject.org>
Thu, 26 Nov 2020 10:23:11 +0000 (11:23 +0100)
committerIain Buclaw <ibuclaw@gdcproject.org>
Fri, 27 Nov 2020 20:27:13 +0000 (21:27 +0100)
commitf886c4a79573f1f1b46c37a1d5d68a4cf5d1319d
tree498cf75f8c473444a553fe80239d9d5966298b6c
parent6ac67dddc31e6ab4f954e27e1f86e005537efc12
libphobos: Merge upstream druntime d37ef985.

Adds support for FreeBSD/x86 53-bit precision reals, updates bindings
for FreeBSD 12.x, and removes all support code and tests for the
extern(Pascal) calling convention.

Reviewed-on: https://github.com/dlang/druntime/pull/3286
     https://github.com/dlang/druntime/pull/3287

libphobos/ChangeLog:

* libdruntime/MERGE: Merge upstream druntime d37ef985.
* libdruntime/Makefile.am (DRUNTIME_DSOURCES_FREEBSD): Add
core/sys/freebsd/config.d
* libdruntime/Makefile.in: Regenerate.
13 files changed:
libphobos/libdruntime/MERGE
libphobos/libdruntime/Makefile.am
libphobos/libdruntime/Makefile.in
libphobos/libdruntime/core/demangle.d
libphobos/libdruntime/core/internal/convert.d
libphobos/libdruntime/core/sys/freebsd/config.d [new file with mode: 0644]
libphobos/libdruntime/core/sys/freebsd/sys/event.d
libphobos/libdruntime/core/sys/freebsd/sys/mount.d
libphobos/libdruntime/core/sys/posix/dirent.d
libphobos/libdruntime/core/sys/posix/sys/stat.d
libphobos/libdruntime/core/sys/posix/sys/types.d
libphobos/libdruntime/rt/critical_.d
libphobos/libdruntime/rt/dmain2.d