]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/doc/gccint/source-tree-structure-and-build-system/the-gcc-subdirectory/library-source-files-and-headers-under-the-gcc-directory.rst
sphinx: copy files from texi2rst-generated repository
[thirdparty/gcc.git] / gcc / doc / gccint / source-tree-structure-and-build-system / the-gcc-subdirectory / library-source-files-and-headers-under-the-gcc-directory.rst
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.