]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix typo in warning message.
authorNick Clifton <nickc@redhat.com>
Fri, 21 Jul 2017 14:56:54 +0000 (15:56 +0100)
committerNick Clifton <nickc@redhat.com>
Fri, 21 Jul 2017 14:56:54 +0000 (15:56 +0100)
PR 21810
* dwarf.c (display_gdb_index): Fix typo in warning message.

binutils/dwarf.c

index f8e24cb20c5087d4782fa460519ecc7af6fd5e72..d2fc7993cc87ef825437206716ed36998d4e257a 100644 (file)
@@ -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;
     }