aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa/gcc-desc.xml
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2002-06-14 16:27:49 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2002-06-14 16:27:49 +0000
commitc68394e344ee62498c6444ef2decc57f36f6e716 (patch)
tree965cd5166a163cc7981618123fdd4c7fee995827 /appendixa/gcc-desc.xml
parent6bbdfcd32651631eff38d097304dd366495da3fd (diff)
Updated Binutils package descriptions and GCC c++filt description.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1994 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/gcc-desc.xml')
-rw-r--r--appendixa/gcc-desc.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/appendixa/gcc-desc.xml b/appendixa/gcc-desc.xml
index 9881a2ed1..4a7bce989 100644
--- a/appendixa/gcc-desc.xml
+++ b/appendixa/gcc-desc.xml
@@ -20,7 +20,13 @@ file from one or more of these compiler generated object files.</para></sect4>
gcc etc.</para></sect4>
<sect4><title>c++filt</title>
-<para>c++filt is used to demangle C++ symbols.</para></sect4>
+<para>The C++ language provides function overloading, which means that it is
+possible to write many functions with the same name (providing each takes
+parameters of different types). All C++ function names are encoded into
+a low-level assembly label (this process is known as mangling). The c++filt
+program does the inverse mapping: it decodes (demangles) low-level names
+into user-level names so that the linker can keep these overloaded functions
+from clashing.</para></sect4>
<sect4><title>collect2</title>
<para>collect2 assists with the compilation of constructors.</para></sect4>