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