This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] PR25172, Wrong description of --stop-address=ADDR switch


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=831bd6aa3b2d5e36c94b89756f58bb99f35026ca

commit 831bd6aa3b2d5e36c94b89756f58bb99f35026ca
Author: Alan Modra <amodra@gmail.com>
Date:   Fri Nov 8 14:02:05 2019 +1030

    PR25172, Wrong description of --stop-address=ADDR switch
    
    	PR 25172
    	* objdump.c (usage): Correct --stop-address description.

Diff:
---
 binutils/ChangeLog | 5 +++++
 binutils/objdump.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

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  <amodra@gmail.com>
+
+	PR 25172
+	* objdump.c (usage): Correct --stop-address description.
+
 2019-11-07  Nick Clifton  <nickc@redhat.com>
 
 	* 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\


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]