gcc/libphobos
Iain Buclaw 0da83a168f libphobos: Backport extern(C) bindings from druntime 2.085.
Merges upstream druntime b9564bef.

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

libphobos/ChangeLog:

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.

From-SVN: r269948
2019-03-26 15:18:19 +00:00
..
libdruntime libphobos: Backport extern(C) bindings from druntime 2.085. 2019-03-26 15:18:19 +00:00
m4 Fix libphobos linking on Solaris 11 2019-02-19 09:24:50 +00:00
src [libphobos] Update MERGE file, remove ill-formatted changelog entry 2019-03-23 15:07:16 +00:00
testsuite Fix libphobos.shared/load.d compile failure on Solaris 2019-02-19 12:38:48 +00:00
acinclude.m4
aclocal.m4
ChangeLog libphobos: Backport extern(C) bindings from druntime 2.085. 2019-03-26 15:18:19 +00:00
config.h.in
configure Fix libphobos linking on Solaris 11 2019-02-19 09:24:50 +00:00
configure.ac [libphobos] Update info about required autotools versions 2019-03-23 15:07:25 +00:00
configure.tgt
d_rules.am
Makefile.am
Makefile.in
README.gcc

The files in this directory where noted are part of the DRuntime
and Phobos library.

DRuntime is the low-level runtime library backing the D programming
language, hosted at https://github.com/dlang/druntime/.

Phobos is the standard library for the D Programming Language, hosted
at https://github.com/dlang/phobos/.

The following sources and directories are part of DRuntime:
  libdruntime/core/
  libdruntime/gc/
  libdruntime/gcstub/
  libdruntime/object.d
  libdruntime/rt/

The following sources and directories are part of Phobos:
  src/etc/
  src/index.d
  src/std/

To report a bug or look up known issues with the runtime or standard
library please visit the issue tracker at https://issues.dlang.org/.

All changes to either of these libraries should go through the
upstream repository first, then merged back to GCC.