]> Git Repo - binutils.git/blobdiff - binutils/nm.1
* ldlang.c (open_output, lang_check): Check return value of
[binutils.git] / binutils / nm.1
index e62586b1291eb68b46ae4aaebea3d00735476abc..08407999835b1a2142f3a2768f127fcd07d3359d 100644 (file)
@@ -17,6 +17,8 @@ nm\(em\&list symbols from object files.
 .B nm
 .RB "[\|" \-a | \-\-debug\-syms "\|]" 
 .RB "[\|" \-g | \-\-extern\-only "\|]"
+.RB "[\|" \-B "\|]"  
+.RB "[\|" \-C | \-\-demangle "\|]" 
 .RB "[\|" \-s | \-\-print\-armap "\|]" 
 .RB "[\|" \-o | \-\-print\-file\-name "\|]"  
 .RB "[\|" \-n | \-\-numeric\-sort "\|]" 
@@ -71,6 +73,14 @@ The same as
 .B \-\-format=bsd
 (for compatibility with the MIPS \fBnm\fP).
 
+.TP
+.B \-C
+.TP
+.B \-\-demangle
+Decode (\fIdemangle\fP) low-level symbol names into user-level names.
+Besides removing any initial underscore prepended by the system, this
+makes C++ function names readable.
+
 .TP
 .B "\-f \fIformat"
 Use the output format \fIformat\fP, which can be ``bsd'',
This page took 0.022942 seconds and 4 git commands to generate.