From: Alan Modra Date: Fri, 8 Nov 2019 03:32:05 +0000 (+1030) Subject: PR25172, Wrong description of --stop-address=ADDR switch X-Git-Tag: binutils-2_34~826 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=831bd6aa3b2d5e36c94b89756f58bb99f35026ca;p=thirdparty%2Fbinutils-gdb.git PR25172, Wrong description of --stop-address=ADDR switch PR 25172 * objdump.c (usage): Correct --stop-address description. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 06823b27ab2..adb24a89f08 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2019-11-08 Alan Modra + + PR 25172 + * objdump.c (usage): Correct --stop-address description. + 2019-11-07 Nick Clifton * ar.c (open_output_file): Check for filename validity before diff --git a/binutils/objdump.c b/binutils/objdump.c index a2a0645685c..1be3b232353 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\