aboutsummaryrefslogtreecommitdiff
path: root/binutils/objdump.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-02-13 09:53:07 +0000
committerNick Clifton <nickc@redhat.com>2003-02-13 09:53:07 +0000
commitf0c8c24a697dc386b56b86c0a0b869ac7c3f857d (patch)
treefc69eac319ee8ce5857b1ee5bc21dda58486662e /binutils/objdump.c
parent073c427b16fb0d13a6f5df9864589d92cd7c6fd5 (diff)
downloadfsf-binutils-gdb-f0c8c24a697dc386b56b86c0a0b869ac7c3f857d.zip
fsf-binutils-gdb-f0c8c24a697dc386b56b86c0a0b869ac7c3f857d.tar.gz
fsf-binutils-gdb-f0c8c24a697dc386b56b86c0a0b869ac7c3f857d.tar.bz2
Fix help messages about demangling styles
Diffstat (limited to 'binutils/objdump.c')
-rw-r--r--binutils/objdump.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/binutils/objdump.c b/binutils/objdump.c
index eb777a8..97eddd7 100644
--- a/binutils/objdump.c
+++ b/binutils/objdump.c
@@ -1,6 +1,6 @@
/* objdump.c -- dump information about an object file.
Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- 2000, 2001, 2002
+ 2000, 2001, 2002, 2003
Free Software Foundation, Inc.
This file is part of GNU Binutils.
@@ -230,12 +230,13 @@ usage (stream, status)
--file-start-context Include context from start of file (with -S)\n\
-l, --line-numbers Include line numbers and filenames in output\n\
-C, --demangle[=STYLE] Decode mangled/processed symbol names\n\
- The STYLE, if specified, can be `auto', 'gnu',\n\
- 'lucid', 'arm', 'hp', 'edg', or 'gnu-v3'\n\
+ The STYLE, if specified, can be `auto', `gnu',\n\
+ `lucid', `arm', `hp', `edg', `gnu-v3', `java'\n\
+ or `gnat'\n\
-w, --wide Format output for more than 80 columns\n\
-z, --disassemble-zeroes Do not skip blocks of zeroes when disassembling\n\
- --start-address=ADDR Only process data whoes address is >= ADDR\n\
- --stop-address=ADDR Only process data whoes address is <= ADDR\n\
+ --start-address=ADDR Only process data whose address is >= ADDR\n\
+ --stop-address=ADDR Only process data whose address is <= ADDR\n\
--prefix-addresses Print complete address alongside disassembly\n\
--[no-]show-raw-insn Display hex alongside symbolic disassembly\n\
--adjust-vma=OFFSET Add OFFSET to all displayed section addresses\n\