Go to file
Nicolas Koenig 9fc240973e Only allocate a single chunk of memory on startup. 2021-10-28 22:41:40 +02:00
INSTALL
c++tools Merged current trunk to branch. 2021-09-13 19:49:49 +02:00
config Merged current trunk to branch. 2021-09-13 19:49:49 +02:00
contrib Merged current trunk to branch. 2021-09-13 19:49:49 +02:00
fixincludes Merged current trunk to branch. 2021-09-13 19:49:49 +02:00
gcc Take memory from envirnoment variables; document those. 2021-10-04 22:34:53 +02:00
gnattools Merged current trunk to branch. 2021-09-13 19:49:49 +02:00
gotools Merged current trunk to branch. 2021-09-13 19:49:49 +02:00
include Merged current trunk to branch. 2021-09-13 19:49:49 +02:00
intl Merged current trunk to branch. 2021-09-13 19:49:49 +02:00
libada Merged current trunk to branch. 2021-09-13 19:49:49 +02:00
libatomic Merged current trunk to branch. 2021-09-13 19:49:49 +02:00
libbacktrace Merged current trunk to branch. 2021-09-13 19:49:49 +02:00
libcc1 Merged current trunk to branch. 2021-09-13 19:49:49 +02:00
libcody Merged current trunk to branch. 2021-09-13 19:49:49 +02:00
libcpp Merged current trunk to branch. 2021-09-13 19:49:49 +02:00
libdecnumber Merged current trunk to branch. 2021-09-13 19:49:49 +02:00
libffi Merged current trunk to branch. 2021-09-13 19:49:49 +02:00
libgcc Merged current trunk to branch. 2021-09-13 19:49:49 +02:00
libgfortran Only allocate a single chunk of memory on startup. 2021-10-28 22:41:40 +02:00
libgo Merged current trunk to branch. 2021-09-13 19:49:49 +02:00
libgomp Merged current trunk to branch. 2021-09-13 19:49:49 +02:00
libiberty Merged current trunk to branch. 2021-09-13 19:49:49 +02:00
libitm Merged current trunk to branch. 2021-09-13 19:49:49 +02:00
libobjc Merged current trunk to branch. 2021-09-13 19:49:49 +02:00
liboffloadmic Merged current trunk to branch. 2021-09-13 19:49:49 +02:00
libphobos Merged current trunk to branch. 2021-09-13 19:49:49 +02:00
libquadmath Merged current trunk to branch. 2021-09-13 19:49:49 +02:00
libsanitizer Merged current trunk to branch. 2021-09-13 19:49:49 +02:00
libssp Merged current trunk to branch. 2021-09-13 19:49:49 +02:00
libstdc++-v3 Merged current trunk to branch. 2021-09-13 19:49:49 +02:00
libvtv Merged current trunk to branch. 2021-09-13 19:49:49 +02:00
lto-plugin Merged current trunk to branch. 2021-09-13 19:49:49 +02:00
maintainer-scripts Merged current trunk to branch. 2021-09-13 19:49:49 +02:00
zlib Merged current trunk to branch. 2021-09-13 19:49:49 +02:00
.dir-locals.el Merged current trunk to branch. 2021-09-13 19:49:49 +02:00
.gitattributes
.gitignore Merged current trunk to branch. 2021-09-13 19:49:49 +02:00
ABOUT-NLS
COPYING
COPYING.LIB
COPYING.RUNTIME
COPYING3
COPYING3.LIB
ChangeLog Merged current trunk to branch. 2021-09-13 19:49:49 +02:00
ChangeLog.jit
ChangeLog.tree-ssa
MAINTAINERS Merged current trunk to branch. 2021-09-13 19:49:49 +02:00
Makefile.def Merged current trunk to branch. 2021-09-13 19:49:49 +02:00
Makefile.in Merged current trunk to branch. 2021-09-13 19:49:49 +02:00
Makefile.tpl Merged current trunk to branch. 2021-09-13 19:49:49 +02:00
README
ar-lib
compile
config-ml.in
config.guess Merged current trunk to branch. 2021-09-13 19:49:49 +02:00
config.rpath
config.sub Merged current trunk to branch. 2021-09-13 19:49:49 +02:00
configure Merged current trunk to branch. 2021-09-13 19:49:49 +02:00
configure.ac Merged current trunk to branch. 2021-09-13 19:49:49 +02:00
depcomp
install-sh
libtool-ldflags
libtool.m4 Merged current trunk to branch. 2021-09-13 19:49:49 +02:00
ltgcc.m4
ltmain.sh
ltoptions.m4
ltsugar.m4
ltversion.m4
lt~obsolete.m4
missing
mkdep
mkinstalldirs
move-if-change
multilib.am
symlink-tree
test-driver
ylwrap

README

This directory contains the GNU Compiler Collection (GCC).

The GNU Compiler Collection is free software.  See the files whose
names start with COPYING for copying permission.  The manuals, and
some of the runtime libraries, are under different terms; see the
individual source files for details.

The directory INSTALL contains copies of the installation information
as HTML and plain text.  The source of this information is
gcc/doc/install.texi.  The installation information includes details
of what is included in the GCC sources and what files GCC installs.

See the file gcc/doc/gcc.texi (together with other files that it
includes) for usage and porting information.  An online readable
version of the manual is in the files gcc/doc/gcc.info*.

See http://gcc.gnu.org/bugs/ for how to report bugs usefully.

Copyright years on GCC source files may be listed using range
notation, e.g., 1987-2012, indicating that every year in the range,
inclusive, is a copyrightable year that could otherwise be listed
individually.