[LLVMbugs] [Bug 4852] New: [Sparc] The code generator uses ".bss" instead of ". section .bss"
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Tue Sep 1 06:25:47 PDT 2009
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: unassignedbugs at nondot.org
ReportedBy: rich at pennware.com
CC: llvmbugs at cs.uiuc.edu
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.
More information about the llvm-bugs
mailing list