xref: /netbsd-src/external/gpl3/gcc.old/dist/libphobos/README.gcc (revision 627f7eb200a4419d89b531d55fccd2ee3ffdcde0)
1*627f7eb2SmrgThe files in this directory where noted are part of the DRuntime
2*627f7eb2Smrgand Phobos library.
3*627f7eb2Smrg
4*627f7eb2SmrgDRuntime is the low-level runtime library backing the D programming
5*627f7eb2Smrglanguage, hosted at https://github.com/dlang/druntime/.
6*627f7eb2Smrg
7*627f7eb2SmrgPhobos is the standard library for the D Programming Language, hosted
8*627f7eb2Smrgat https://github.com/dlang/phobos/.
9*627f7eb2Smrg
10*627f7eb2SmrgThe following sources and directories are part of DRuntime:
11*627f7eb2Smrg  libdruntime/core/
12*627f7eb2Smrg  libdruntime/gc/
13*627f7eb2Smrg  libdruntime/gcstub/
14*627f7eb2Smrg  libdruntime/object.d
15*627f7eb2Smrg  libdruntime/rt/
16*627f7eb2Smrg
17*627f7eb2SmrgThe following sources and directories are part of Phobos:
18*627f7eb2Smrg  src/etc/
19*627f7eb2Smrg  src/index.d
20*627f7eb2Smrg  src/std/
21*627f7eb2Smrg
22*627f7eb2SmrgTo report a bug or look up known issues with the runtime or standard
23*627f7eb2Smrglibrary please visit the issue tracker at https://issues.dlang.org/.
24*627f7eb2Smrg
25*627f7eb2SmrgAll changes to either of these libraries should go through the
26*627f7eb2Smrgupstream repository first, then merged back to GCC.
27