PR binutils/637
authorNick Clifton <nickc@redhat.com>
Tue, 11 Jan 2005 11:58:49 +0000 (11:58 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 11 Jan 2005 11:58:49 +0000 (11:58 +0000)
* 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.

binutils/ChangeLog
binutils/doc/binutils.texi

index 6e7af01fe84cd37f83301b54a02cd75bf3aced69..a28e28a185c2d858f0df64139b75a9990504695a 100644 (file)
@@ -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
index 7f6b8eff7d802ad957f9723fd11228896a22c842..557326e488dec1a576bad99714057d7f749b4b65 100644 (file)
@@ -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.
This page took 0.028615 seconds and 4 git commands to generate.