From afeca3f4959c8222eafb114e3f7b340287b850fe Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Tue, 7 May 2002 19:36:49 +0000 Subject: grammar fixes etc git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1870 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendixa/gcc-desc.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'appendixa/gcc-desc.xml') 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. c++filt is used to demangle C++ symbols. collect2 -No description is currently available. +collect2 assists with the compilation of constructors. cpp, cpp0 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. gcov -No description is currently available. +gcov analyzes programs to help create more efficient, faster running +code through optimization. protoize Optional additional program which converts old-style pre-ANSI @@ -50,7 +51,7 @@ converted before with protoize) libgcc.a, libiberty.a, libstdc++.[a,so] libgcc -libgcc.a is a run-time support file for gcc.Most of the time, on most +libgcc.a is a run-time support file for gcc. Most of the time, on most machines, libgcc.a is not actually necessary. libiberty -- cgit v1.2.3-54-g00ecf