From 195a97ce8e9be697d17facbfbac05e57ea7ae605 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 11 Jan 2005 11:58:49 +0000 Subject: [PATCH] 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. --- binutils/ChangeLog | 7 +++++++ binutils/doc/binutils.texi | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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 + + 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 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. -- 2.7.4