From: Nick Clifton Date: Fri, 21 Jul 2017 14:56:54 +0000 (+0100) Subject: Fix typo in warning message. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=13bace4ab963a56102d8646cb16a8ec505536107;p=binutils-gdb.git Fix typo in warning message. PR 21810 * dwarf.c (display_gdb_index): Fix typo in warning message. --- diff --git a/binutils/dwarf.c b/binutils/dwarf.c index f8e24cb20c5..d2fc7993cc8 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; }