This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
PR25172, Wrong description of --stop-address=ADDR switch
- From: Alan Modra <amodra at gmail dot com>
- To: binutils at sourceware dot org
- Date: Fri, 8 Nov 2019 14:46:07 +1030
- Subject: PR25172, Wrong description of --stop-address=ADDR switch
PR 25172
* objdump.c (usage): Correct --stop-address description.
diff --git a/binutils/objdump.c b/binutils/objdump.c
index a2a0645685..1be3b23235 100644
--- a/binutils/objdump.c
+++ b/binutils/objdump.c
@@ -264,7 +264,7 @@ usage (FILE *stream, int status)
-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 whose address is >= ADDR\n\
- --stop-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\
--insn-width=WIDTH Display WIDTH bytes on a single line for -d\n\
--
Alan Modra
Australia Development Lab, IBM