https://sourceware.org/bugzilla/show_bug.cgi?id=21810
Bug ID: 21810
Summary: typo (%xl) in warn message
Product: binutils
Version: 2.28
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: binutils
Assignee: unassigned at sourceware dot org
Reporter: fmarchal at perso dot be
Target Milestone: ---
In dward.c at line 8169
(https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob;f=binutils/dwarf.c;h=ab6446defb06d7288625a140599774c6f3f2b3c7;hb=HEAD#l8169),
there is this message:
if (symbol_table_offset < address_table_offset)
{
warn (_("Symbol table offset (%xl) is less then Address table offset
(%x)\n"),
symbol_table_offset, address_table_offset);
return 0;
}
I suspect %xl is a typo.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-binutils