From 831bd6aa3b2d5e36c94b89756f58bb99f35026ca Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Fri, 8 Nov 2019 14:02:05 +1030 Subject: PR25172, Wrong description of --stop-address=ADDR switch PR 25172 * objdump.c (usage): Correct --stop-address description. --- binutils/ChangeLog | 5 +++++ binutils/objdump.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'binutils') diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 06823b2..adb24a8 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 a2a0645..1be3b23 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\ -- cgit v1.1