[PATCH] D30699: [ELF] - Stop producing broken output for R_386_GOT32X relocation.

Joerg Sonnenberger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 13 04:34:54 PDT 2017


joerg added a comment.

Statically linked binaries don't normally have a GOT, but should synthesize an entry in .data for it. Chances are that is exactly the problem you are seeing?


https://reviews.llvm.org/D30699





More information about the llvm-commits mailing list