diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-07 19:36:49 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-07 19:36:49 +0000 |
commit | afeca3f4959c8222eafb114e3f7b340287b850fe (patch) | |
tree | 016935876bb7af49885ec5cb6eb40e41f9b4fbb4 /appendixa/gcc-desc.xml | |
parent | c3d7b5633c9c61261ae65b0ac5ca4d2c3a111cef (diff) |
grammar fixes etc
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1870 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |