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 | 9d390e82333bc5d0f7c29b64c721acf2a2909f11 (patch) | |
tree | 7dd0d4a4d838b6b971d4129d66354ba7782a0711 | |
parent | 770187e099ac58a5d1be19d4bda6eeb6212dc014 (diff) | |
download | binutils-redhat-9d390e82333bc5d0f7c29b64c721acf2a2909f11.tar.gz |
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/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 6e7af01fe8..a28e28a185 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 7f6b8eff7d..557326e488 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. |