From: Nick Clifton Date: Fri, 21 Jul 2017 14:56:54 +0000 (+0100) Subject: Fix typo in warning message. X-Git-Tag: users/ARM/embedded-binutils-master-2017q4~1578 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=13bace4ab963a56102d8646cb16a8ec505536107;p=external%2Fbinutils.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 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; }