[PATCH] D17593: [ELF][MIPS] Add STO_MIPS_PLT flag to the symbols require pointer equality
Simon Atanasyan via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 25 13:21:49 PST 2016
On Thu, Feb 25, 2016 at 10:15 PM, Rui Ueyama <ruiu at google.com> wrote:
> ================
> Comment at: lld/trunk/ELF/OutputSections.cpp:1519
> @@ -1512,1 +1518,3 @@
> + Body->NeedsCopyOrPltAddr)
> + ESym->st_other |= ELF::STO_MIPS_PLT;
> ++ESym;
> ----------------
> I think you can remove "ELF::"
Fixed at r261928.
--
Simon Atanasyan
More information about the llvm-commits
mailing list