[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 29 10:19:04 PDT 2009


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


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

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|INVALID                     |FIXED




--- Comment #25 from Anton Korobeynikov <asl at math.spbu.ru>  2009-03-29 12:19:00 ---
(In reply to comment #24)
> Anton, what do you think?  Your comment 15 implies that you know something
> about this :)
Ok. Finally I looked over code again and realized that regardless of relro
stuff we emitted things improperly in PIC mode.

The following series of commits hopefully should fix it:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090323/075816.html
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090323/075817.html
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090323/075818.html
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090323/075819.html
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090323/075820.html


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