bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/21810] New: typo (%xl) in warn message


From: fmarchal at perso dot be
Subject: [Bug binutils/21810] New: typo (%xl) in warn message
Date: Fri, 21 Jul 2017 10:10:28 +0000

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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]