[binutils-gdb] Fix typo in warning message.

Nick Clifton nickc@sourceware.org
Fri Jul 21 14:57:00 GMT 2017


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

commit 13bace4ab963a56102d8646cb16a8ec505536107
Author: Nick Clifton <nickc@redhat.com>
Date:   Fri Jul 21 15:56:54 2017 +0100

    Fix typo in warning message.
    
    	PR 21810
    	* dwarf.c (display_gdb_index): Fix typo in warning message.

Diff:
---
 binutils/dwarf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/binutils/dwarf.c b/binutils/dwarf.c
index f8e24cb..d2fc799 100644
--- a/binutils/dwarf.c
+++ b/binutils/dwarf.c
@@ -8158,7 +8158,7 @@ display_gdb_index (struct dwarf_section *section,
   /* PR 17531: file: 18a47d3d.  */
   if (symbol_table_offset < address_table_offset)
     {
-      warn (_("Symbol table offset (%xl) is less then Address table offset (%x)\n"),
+      warn (_("Symbol table offset (%x) is less then Address table offset (%x)\n"),
 	    symbol_table_offset, address_table_offset);
       return 0;
     }



More information about the Binutils-cvs mailing list