diff options
author | Nick Clifton <nickc@redhat.com> | 2005-01-11 11:58:49 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-01-11 11:58:49 +0000 |
commit | 195a97ce8e9be697d17facbfbac05e57ea7ae605 (patch) | |
tree | 2e6fdb6a3ca6799f0543a7137e57a4ca008c6e08 /binutils | |
parent | e9b181b83cb9bc58821beea95a9ae67f8f383896 (diff) | |
download | fsf-binutils-gdb-195a97ce8e9be697d17facbfbac05e57ea7ae605.zip fsf-binutils-gdb-195a97ce8e9be697d17facbfbac05e57ea7ae605.tar.gz fsf-binutils-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')
-rw-r--r-- | binutils/ChangeLog | 7 | ||||
-rw-r--r-- | binutils/doc/binutils.texi | 2 |
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. |