From dcaa097bdac430958d365d0e0d092f9c6f517957 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Tue, 14 Oct 2003 22:05:29 +0000 Subject: 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 --- appendixa/binutils-desc.xml | 3 ++- appendixa/gcc-desc.xml | 3 --- appendixa/gcc-shortdesc.xml | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) (limited to 'appendixa') diff --git a/appendixa/binutils-desc.xml b/appendixa/binutils-desc.xml index 8207d081c..6d31dcd49 100644 --- a/appendixa/binutils-desc.xml +++ b/appendixa/binutils-desc.xml @@ -15,7 +15,8 @@ the archive). as is an assembler. It assembles the output of gcc into object files. -c++filt demangles C++ and Java symbols. +c++filt is used by the linker to demangle C++ and +Java symbols, to keep overloaded functions from clashing. gprof displays call graph profile data. 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 @@ Short descriptions -c++filt is used by the linker to demangle C++ -symbols, to keep overloaded functions from clashing. - cpp is the C preprocessor. It is used by the compiler to have the #include and #define and such statements expanded in the source files. diff --git a/appendixa/gcc-shortdesc.xml b/appendixa/gcc-shortdesc.xml index 7dd329e90..6ffb486a0 100644 --- a/appendixa/gcc-shortdesc.xml +++ b/appendixa/gcc-shortdesc.xml @@ -5,7 +5,7 @@ The GCC package contains the GNU compiler collection, including the C and C++ compilers. -Installed programs: c++, c++filt, cc (link to gcc), +Installed programs: c++, cc (link to gcc), cc1, cc1plus, collect2, cpp, g++, gcc, gccbug, and gcov Installed libraries: libgcc.a, libgcc_eh.a, -- cgit v1.2.3-54-g00ecf