Fix typo in warning message.
PR 21810 * dwarf.c (display_gdb_index): Fix typo in warning message.
This commit is contained in:
parent
b57e815ca1
commit
13bace4ab9
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user