mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 10:30:46 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user