[LLVMbugs] [Bug 3750] FreeBSD's ld-elf.so crashes on startup: data not stored in .data .rel.ro.

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sun Mar 8 05:05:02 PDT 2009


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


Anton Korobeynikov <asl at math.spbu.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |INVALID




--- Comment #15 from Anton Korobeynikov <asl at math.spbu.ru>  2009-03-08 07:04:56 ---
(In reply to comment #14)
> It seems GCC stores the array in .data.rel.ro, while LLVM puts it in .rodata.
> It seems GCC does this because of -fpic.
Putting stuff into .data.rel.ro is just an optimization hint for linker, we
don't support it nowadays. Semantically it does not make any difference between
.rodata and .data.rel.ro.


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