search for: r_mips_rel32

Displaying 1 result from an estimated 1 matches for "r_mips_rel32".

2016 Apr 04
2
[LLD][ELF] Dynamic relocations list depends on the input files order
Hi, For MIPS it is possible that output executable file contains both GOT entry and R_MIPS_COPY or R_MIPS_REL32 relocation for the same target symbol. If LLD processes the relocation requires GOT entry before the relocation requires COPY dynamic relocation, it generates the correct output. If the order is reversed, LLD emits COPY dynamic relocation only and does not generate a GOT entry (or shows an error in...