[PATCH] D27524: [ELF][MIPS] Make _gp, _gp_disp, __gnu_local_gp global symbols

Meador Inge via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 7 11:40:43 PST 2016


meadori added a comment.

Other than the one question above, LGTM.  I tested this patch with my WIP patch for https://reviews.llvm.org/D27276.  Thank you for fixing this.



================
Comment at: ELF/Relocations.cpp:357
       return true;
+    if (&Body == ElfSym<ELFT>::MipsGpDisp)
+      return true;
----------------
Is this related to the problem being discussed in D26133?


Repository:
  rL LLVM

https://reviews.llvm.org/D27524





More information about the llvm-commits mailing list