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.
This commit is contained in:
Nick Clifton 2005-01-11 11:58:49 +00:00
parent e9b181b83c
commit 195a97ce8e
2 changed files with 8 additions and 1 deletions

View 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

View 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.