diff options
author | Nick Clifton <nickc@redhat.com> | 2003-02-13 09:53:07 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-02-13 09:53:07 +0000 |
commit | f0c8c24a697dc386b56b86c0a0b869ac7c3f857d (patch) | |
tree | fc69eac319ee8ce5857b1ee5bc21dda58486662e /binutils/nm.c | |
parent | 073c427b16fb0d13a6f5df9864589d92cd7c6fd5 (diff) | |
download | gdb-f0c8c24a697dc386b56b86c0a0b869ac7c3f857d.zip gdb-f0c8c24a697dc386b56b86c0a0b869ac7c3f857d.tar.gz gdb-f0c8c24a697dc386b56b86c0a0b869ac7c3f857d.tar.bz2 |
Fix help messages about demangling styles
Diffstat (limited to 'binutils/nm.c')
-rw-r--r-- | binutils/nm.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/binutils/nm.c b/binutils/nm.c index 06d99af..5d88ae6 100644 --- a/binutils/nm.c +++ b/binutils/nm.c @@ -1,6 +1,6 @@ /* nm.c -- Describe symbol table of a rel file. Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, - 2001, 2002 + 2001, 2002, 2003 Free Software Foundation, Inc. This file is part of GNU Binutils. @@ -288,7 +288,8 @@ usage (stream, status) -B Same as --format=bsd\n\ -C, --demangle[=STYLE] Decode low-level symbol names into user-level names\n\ The STYLE, if specified, can be `auto' (the default),\n\ - `gnu', 'lucid', 'arm', 'hp', 'edg' or 'gnu-v3'\n\ + `gnu', `lucid', `arm', `hp', `edg', `gnu-v3', `java'\n\ + or `gnat'\n\ --no-demangle Do not demangle low-level symbol names\n\ -D, --dynamic Display dynamic symbols instead of normal symbols\n\ --defined-only Display only defined symbols\n\ |