aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-06-24 19:53:12 +0000
committerNick Clifton <nickc@redhat.com>2000-06-24 19:53:12 +0000
commitd1cdf501447d3759857acea63b43a0a951a610bb (patch)
treee4d3f407dc45c7e1c35a99bf774424c19e1ca5a8 /binutils
parent680d2857724c14e32d8df8cec611444be27a63fe (diff)
downloadgdb-d1cdf501447d3759857acea63b43a0a951a610bb.zip
gdb-d1cdf501447d3759857acea63b43a0a951a610bb.tar.gz
gdb-d1cdf501447d3759857acea63b43a0a951a610bb.tar.bz2
Fix description of --stabs switch
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog4
-rw-r--r--binutils/objdump.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index e1fc95b..13ec867 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,7 @@
+2000-06-24 Nick Clifton <nickc@cygnus.com>
+
+ * objdump.c (usage): Fix description of --stabs switch.
+
2000-06-22 Alan Modra <alan@linuxcare.com.au>
* Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
diff --git a/binutils/objdump.c b/binutils/objdump.c
index 4adabd2..8237c2d 100644
--- a/binutils/objdump.c
+++ b/binutils/objdump.c
@@ -233,7 +233,7 @@ usage (stream, status)
-S --source Intermix source code with disassembly\n\
-s --full-contents Display the full contents of all sections requested\n\
-g --debugging Display debug information in object file\n\
- -G --stabs Display the STABS contents of an ELF format file\n\
+ -G --stabs Display (in raw form) any STABS info in the file\n\
-t --syms Display the contents of the symbol table(s)\n\
-T --dynamic-syms Display the contents of the dynamic symbol table\n\
-r --reloc Display the relocation entries in the file\n\