http://llvm.org/bugs/show_bug.cgi?id=4852
Summary: [Sparc] The code generator uses ".bss" instead of
".section .bss"
Product: new-bugs
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
Created an attachment (id=3412)
--> (http://llvm.org/bugs/attachment.cgi?id=3412)
A small example that generates .bss
In the attached file, there is a static initialized variable that is
initialized to zero. It is placed in the .bss section by using a ".bss"
directive rather than a .section .bss" directive.
--
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs