From d1cdf501447d3759857acea63b43a0a951a610bb Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Sat, 24 Jun 2000 19:53:12 +0000 Subject: [PATCH] Fix description of --stabs switch --- binutils/ChangeLog | 4 ++++ binutils/objdump.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * objdump.c (usage): Fix description of --stabs switch. + 2000-06-22 Alan Modra * 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\ -- 2.7.4