diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-10-14 22:05:29 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-10-14 22:05:29 +0000 |
commit | dcaa097bdac430958d365d0e0d092f9c6f517957 (patch) | |
tree | 2f7733796c119b9df5e98e002ef4d9fdf88c8dfe /appendixa/gcc-desc.xml | |
parent | 7debe50a7eb3ec61e183dfe7f9ccb2b9dc91db0a (diff) |
Removed c++filt from the GCC descriptions and moved them to the Binutils descriptions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2985 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/gcc-desc.xml')
-rw-r--r-- | appendixa/gcc-desc.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/appendixa/gcc-desc.xml b/appendixa/gcc-desc.xml index aa9e16bae..9524892f9 100644 --- a/appendixa/gcc-desc.xml +++ b/appendixa/gcc-desc.xml @@ -2,9 +2,6 @@ <sect2><title>Short descriptions</title> -<para><command>c++filt</command> is used by the linker to demangle C++ -symbols, to keep overloaded functions from clashing.</para> - <para><command>cpp</command> is the C preprocessor. It is used by the compiler to have the #include and #define and such statements expanded in the source files.</para> |