[PATCH] D14950: [ELF2][MIPS] Support R_MIPS_CALL16 relocation

Simon Atanasyan via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 24 14:30:54 PST 2015


atanasyan added a comment.

In http://reviews.llvm.org/D14950#296022, @ruiu wrote:

> Did you pass a SymbolBody just for checking if its a global symbol? Do we need that? (We don't have to find all ABI violations -- if input is garbage, output may be garbage.)


In this patch I pass a `SymbolBody` just for the checking. But later I will anyway need to recognize `_gp_disp` symbol and handle relocations against this symbol in a special way.


Repository:
  rL LLVM

http://reviews.llvm.org/D14950





More information about the llvm-commits mailing list