diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-06-11 15:33:33 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-06-11 15:33:33 +0000 |
commit | 9898c41635f5bdbda6dbe47245c63a6518cbb0c6 (patch) | |
tree | 48f510b54820eba200554f488529149edfbfa6b5 /appendixa/gcc-desc.xml | |
parent | b864e062cefe820a20842ef1d0842d7e74289e6b (diff) |
Updated the package contents and the estimated required disk space for GCC.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1984 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/gcc-desc.xml')
-rw-r--r-- | appendixa/gcc-desc.xml | 33 |
1 files changed, 19 insertions, 14 deletions
diff --git a/appendixa/gcc-desc.xml b/appendixa/gcc-desc.xml index 5d671e4cb..9881a2ed1 100644 --- a/appendixa/gcc-desc.xml +++ b/appendixa/gcc-desc.xml @@ -4,7 +4,8 @@ <sect3><title>Program Files</title> <para>c++, c++filt, cc (link to gcc), cc1, cc1plus, collect2, cpp, cpp0, -g++, gcc, gcov, protoize and unprotoize</para></sect3> +g++, gcc, gccbug, gcov, i686-pc-linux-gnu-c++, i686-pc-linux-gnu-g++, +i686-pc-linux-gnu-gcc, tradcpp0</para></sect3> <sect3><title>Descriptions</title> @@ -32,29 +33,29 @@ like #include <filename>. The preprocessor inserts the contents of that file into the source file. That's one of the things a preprocessor does.</para></sect4> +<sect4><title>gccbug</title> +<para>gccbug is a shell script which is used to simplify the creation of +bug reports.</para></sect4> + <sect4><title>gcov</title> <para>gcov analyzes programs to help create more efficient, faster running code through optimization.</para></sect4> -<sect4><title>protoize</title> -<para>protoize converts old-style pre-ANSI -functions or definitions to new-style ANSI C prototypes (the default file -for looking known ones up is -<filename>/usr/lib/gcc-lib/<arch>/<version>/SYSCALLS.c.X</filename>).</para></sect4> +<sect4><title>i686-pc-linux-gnu-c++, i686-pc-linux-gnu-g++, +i686-pc-linux-gnu-gcc</title> +<para>No description is currently available.</para></sect4> -<sect4><title>unprotoize</title> -<para>unprotoize converts prototypes -back to the original old-style pre-ANSI functions, doing a correct -job only when they were converted with protoize.</para></sect4> +<sect4><title>tradcpp0</title> +<para>No description is currently available.</para></sect4> </sect3> <sect3><title>Library Files</title> -<para>libgcc.a, libiberty.a, libstdc++.[a,so]</para> +<para>libgcc.a, libgcc_eh.a, libgcc_s.so, libiberty.a, libstdc++.[a,so], +libsupc++.a</para> -<sect4><title>libgcc</title> -<para>libgcc.a is a run-time support file for gcc. Most of the time, on most -machines, libgcc.a is not actually necessary.</para></sect4> +<sect4><title>libgcc, libgcc_eh, libgcc_s</title> +<para>Run-time support files for gcc.</para></sect4> <sect4><title>libiberty</title> <para>libiberty is a collection of subroutines used by various GNU @@ -67,6 +68,10 @@ programmer doesn't have to write certain functions (such as writing a string of text to the screen) from scratch every time he creates a program.</para></sect4> +<sect4><title>libsupc++</title> +<para>libsup++ provides support for the c++ programming language. Among other +things, libsup++ contains routines for exception handling.</para></sect4> + </sect3> </sect2> |