ubuntu-buildroot/output/build/host-gcc-final-11.4.0/libphobos
chenyf 8b0660016e 1 2024-04-01 23:19:46 +08:00
..
libdruntime 1 2024-04-01 23:19:46 +08:00
m4 1 2024-04-01 23:19:46 +08:00
src 1 2024-04-01 23:19:46 +08:00
testsuite 1 2024-04-01 23:19:46 +08:00
ChangeLog 1 2024-04-01 23:19:46 +08:00
Makefile.am 1 2024-04-01 23:19:46 +08:00
Makefile.in 1 2024-04-01 23:19:46 +08:00
README.gcc 1 2024-04-01 23:19:46 +08:00
acinclude.m4 1 2024-04-01 23:19:46 +08:00
aclocal.m4 1 2024-04-01 23:19:46 +08:00
config.h.in 1 2024-04-01 23:19:46 +08:00
configure 1 2024-04-01 23:19:46 +08:00
configure.ac 1 2024-04-01 23:19:46 +08:00
configure.tgt 1 2024-04-01 23:19:46 +08:00
d_rules.am 1 2024-04-01 23:19:46 +08:00

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.