bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/10801] New: Trivial build failure in gas, tc-arm.c


From: zkrynicki at gmail dot com
Subject: [Bug gas/10801] New: Trivial build failure in gas, tc-arm.c
Date: 18 Oct 2009 03:43:49 -0000

Binutils fails to build for arm-none-eabi due to gcc warning and -Werror.

diff -Naur binutils-2.20.orig/gas/config/tc-arm.c 
binutils-2.20/gas/config/tc-arm.c
--- binutils-2.20.orig/gas/config/tc-arm.c      2009-08-30 07:10:59.000000000 
+0900
+++ binutils-2.20/gas/config/tc-arm.c   2009-10-18 12:30:59.711116684 +0900
@@ -2486,7 +2486,9 @@
       frag->tc_frag_data.first_map = symbolP;
     }
   if (frag->tc_frag_data.last_map != NULL)
-    know (S_GET_VALUE (frag->tc_frag_data.last_map) < S_GET_VALUE (symbolP));
+    {
+      know (S_GET_VALUE (frag->tc_frag_data.last_map) < S_GET_VALUE (symbolP));
+    }
   frag->tc_frag_data.last_map = symbolP;
 }

-- 
           Summary: Trivial build failure in gas, tc-arm.c
           Product: binutils
           Version: 2.20
            Status: NEW
          Severity: minor
          Priority: P2
         Component: gas
        AssignedTo: unassigned at sources dot redhat dot com
        ReportedBy: zkrynicki at gmail dot com
                CC: bug-binutils at gnu dot org
 GCC build triplet: i486-linux-gnu
  GCC host triplet: i486-linux-gnu
GCC target triplet: arm-none-eabi


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

------- 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]