Fix typo in warning message.

PR 21810
	* dwarf.c (display_gdb_index): Fix typo in warning message.
This commit is contained in:
Nick Clifton 2017-07-21 15:56:54 +01:00
parent b57e815ca1
commit 13bace4ab9
1 changed files with 1 additions and 1 deletions

View 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;
}