]> git.ipfire.org Git - thirdparty/gcc.git/blob
2f1106174a62837758b99956b2e24fc90cb07ba5
[thirdparty/gcc.git] /
1 ..
2 Copyright 1988-2022 Free Software Foundation, Inc.
3 This is part of the GCC manual.
4 For copying conditions, see the copyright.rst file.
5
6 .. _library-files:
7
8 Library Source Files and Headers under the gcc Directory
9 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10
11 .. todo:: list here, with explanation, all the C source files and headers
12 under the :samp:`gcc` directory that aren't built into the GCC
13 executable but rather are part of runtime libraries and object files,
14 such as :samp:`crtstuff.c` and :samp:`unwind-dw2.c`. See :ref:`headers`, for more information about the
15 :samp:`ginclude` directory.