[LLVMbugs] [Bug 4619] New: wrong session type

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sat Jul 25 03:35:48 PDT 2009


http://llvm.org/bugs/show_bug.cgi?id=4619

           Summary: wrong session type
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Backend: X86
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: rafael.espindola at gmail.com
                CC: llvmbugs at cs.uiuc.edu


Compiling

target datalayout =
"e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32"
target triple = "i386-unknown-linux-gnu"
@foo = common global i32 0

produces

        .type   foo, at object
        .section        .gnu.linkonce.b.foo,"aw", at progbits
        .comm   foo,4,4         # foo

the use of @progbits causes the assembler to print

Warning: setting incorrect section type for .gnu.linkonce.b.foo

This was introduced by revision 76971


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list