From 9eb39bca511f11b6b21fb823cf9216d52cf3a8bc Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 15 Jun 1994 16:13:59 +0000 Subject: * nm.c (long_options): Add --no-demangle to turn off --demangle, and --no-cplus for Linux compatibility. (usage): Mention --no-demangle. * binutils.texi: Document --no-demangle. --- binutils/binutils.texi | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'binutils/binutils.texi') diff --git a/binutils/binutils.texi b/binutils/binutils.texi index 820890c..10f4665 100644 --- a/binutils/binutils.texi +++ b/binutils/binutils.texi @@ -572,7 +572,7 @@ nm [ -a | --debug-syms ] [ -g | --extern-only ] [ -r | --reverse-sort ] [ -u | --undefined-only ] [ -t @var{radix} | --radix=@var{radix} ] [ -P | --portability ] [ --target=@var{bfdname} ] [ -f @var{format} | --format=@var{format} ] - [ -V | --version ] [ --help ] [ @var{objfile}@dots{} ] + [ --no-demangle ] [ -V | --version ] [ --help ] [ @var{objfile}@dots{} ] @end smallexample GNU @code{nm} lists the symbols from object files @var{objfile}@dots{}. @@ -653,6 +653,9 @@ Besides removing any initial underscore prepended by the system, this makes C++ function names readable. @xref{c++filt}, for more information on demangling. +@item --no-demangle +Do not demangle low-level symbol names. This is the default. + @item -D @itemx --dynamic @cindex dynamic symbols -- cgit v1.1