aboutsummaryrefslogtreecommitdiff
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
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.
-rw-r--r--binutils/ChangeLog7
-rw-r--r--binutils/doc/binutils.texi2
2 files changed, 8 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 6e7af01..a28e28a 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,10 @@
+2005-01-11 Nick Clifton <nickc@redhat.com>
+
+ 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.
+
2005-01-10 H.J. Lu <hongjiu.lu@intel.com>
BZ 635
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.