aboutsummaryrefslogtreecommitdiff
path: root/binutils/doc
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-01-11 11:58:49 +0000
committerNick Clifton <nickc@redhat.com>2005-01-11 11:58:49 +0000
commit195a97ce8e9be697d17facbfbac05e57ea7ae605 (patch)
tree2e6fdb6a3ca6799f0543a7137e57a4ca008c6e08 /binutils/doc
parente9b181b83cb9bc58821beea95a9ae67f8f383896 (diff)
downloadgdb-195a97ce8e9be697d17facbfbac05e57ea7ae605.zip
gdb-195a97ce8e9be697d17facbfbac05e57ea7ae605.tar.gz
gdb-195a97ce8e9be697d17facbfbac05e57ea7ae605.tar.bz2
PR binutils/637
* doc/binutils.texi (c++filt): Use uppercase CXXFILT in the footnote in order to prevent the sed script in the Makefile from converting it into c++filt.
Diffstat (limited to 'binutils/doc')
-rw-r--r--binutils/doc/binutils.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi
index 7f6b8ef..557326e 100644
--- a/binutils/doc/binutils.texi
+++ b/binutils/doc/binutils.texi
@@ -2378,7 +2378,7 @@ takes parameters of different types). All C++ and Java function names
are encoded into a low-level assembly label (this process is known as
@dfn{mangling}). The @command{c++filt}
@footnote{MS-DOS does not allow @kbd{+} characters in file names, so on
-MS-DOS this program is named @command{cxxfilt}.}
+MS-DOS this program is named @command{CXXFILT}.}
program does the inverse mapping: it decodes (@dfn{demangles}) low-level
names into user-level names so that the linker can keep these overloaded
functions from clashing.