bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/10143] New: Failed compilation at bfin-parse.c


From: LiraNuna at gmail dot com
Subject: [Bug gas/10143] New: Failed compilation at bfin-parse.c
Date: 11 May 2009 07:50:41 -0000

binutils will fail to compile for triplet bfin-unknown-elf (or just bfin-elf for
short) because gas is compiled with -Werror and a warning in the code.

A diff to fix the problem: (file ./binutils-2.19.51/gas/bfin-parse.c)

565c565
<     as_bad (buffer);
---
>     as_bad ("%s", buffer);

-- 
           Summary: Failed compilation at bfin-parse.c
           Product: binutils
           Version: 2.19
            Status: NEW
          Severity: minor
          Priority: P2
         Component: gas
        AssignedTo: unassigned at sources dot redhat dot com
        ReportedBy: LiraNuna at gmail dot com
                CC: bug-binutils at gnu dot org
 GCC build triplet: x86_64-unknown-linux-gnu
  GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: bfin-unknown-elf


http://sourceware.org/bugzilla/show_bug.cgi?id=10143

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




reply via email to

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