[llvm-bugs] [Bug 43116] PPC32: executables linked with LLD gives segfault at _start on FreeBSD
    via llvm-bugs 
    llvm-bugs at lists.llvm.org
       
    Thu Aug 29 04:40:00 PDT 2019
    
    
  
https://bugs.llvm.org/show_bug.cgi?id=43116
Alfredo Dal'Ava Júnior <alfredo.junior at eldorado.org.br> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
--- Comment #12 from Alfredo Dal'Ava Júnior <alfredo.junior at eldorado.org.br> ---
Thank you Fangrui, test program is working fine now with your patches and the
lines bellow added right after ".text" in crt1.s:
.globl _GLOBAL_OFFSET_TABLE_
.reloc 0, R_PPC_NONE, _GLOBAL_OFFSET_TABLE_
Backport from trunk to llvm9 was requested (and merged) by
https://bugs.llvm.org/show_bug.cgi?id=43148
So I believe this can be closed
-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190829/b9576707/attachment.html>
    
    
More information about the llvm-bugs
mailing list