diff options
Diffstat (limited to 'appendixa/gcc-desc.xml')
-rw-r--r-- | appendixa/gcc-desc.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/appendixa/gcc-desc.xml b/appendixa/gcc-desc.xml index f2eb4a084..8d00c7634 100644 --- a/appendixa/gcc-desc.xml +++ b/appendixa/gcc-desc.xml @@ -20,7 +20,7 @@ gcc etc.</para></sect4> <para>c++filt is used to demangle C++ symbols.</para></sect4> <sect4><title>collect2</title> -<para>No description is currently available.</para></sect4> +<para>collect2 assists with the compilation of constructors.</para></sect4> <sect4><title>cpp, cpp0</title> <para>cpp pre-processes a source file, such as including @@ -31,7 +31,8 @@ contents of that file into the source file. That's one of the things a preprocessor does.</para></sect4> <sect4><title>gcov</title> -<para>No description is currently available.</para></sect4> +<para>gcov analyzes programs to help create more efficient, faster running +code through optimization.</para></sect4> <sect4><title>protoize</title> <para>Optional additional program which converts old-style pre-ANSI @@ -50,7 +51,7 @@ converted before with protoize)</para></sect4> <para>libgcc.a, libiberty.a, libstdc++.[a,so]</para> <sect4><title>libgcc</title> -<para>libgcc.a is a run-time support file for gcc.Most of the time, on most +<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>libiberty</title> |