diff options
author | David MacKenzie <djm@cygnus> | 1993-08-02 18:41:14 +0000 |
---|---|---|
committer | David MacKenzie <djm@cygnus> | 1993-08-02 18:41:14 +0000 |
commit | 68dd529571b31d4890c722da2a7e6b5eeca5119c (patch) | |
tree | 11369afc708269495e494b65eed2d574dac60708 /binutils/nm.1 | |
parent | da0baf42e117028d29359ee2f93862ff591176e0 (diff) | |
download | gdb-68dd529571b31d4890c722da2a7e6b5eeca5119c.zip gdb-68dd529571b31d4890c722da2a7e6b5eeca5119c.tar.gz gdb-68dd529571b31d4890c722da2a7e6b5eeca5119c.tar.bz2 |
add nm -B
Diffstat (limited to 'binutils/nm.1')
-rw-r--r-- | binutils/nm.1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/nm.1 b/binutils/nm.1 index f2d629a..e62586b 100644 --- a/binutils/nm.1 +++ b/binutils/nm.1 @@ -66,6 +66,12 @@ symbols. Display debugger-only symbols; normally these are not listed. .TP +.B \-B +The same as +.B \-\-format=bsd +(for compatibility with the MIPS \fBnm\fP). + +.TP .B "\-f \fIformat" Use the output format \fIformat\fP, which can be ``bsd'', ``sysv'', or ``posix''. The default is `bsd''. |