search for: r_386_copy

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

2016 Apr 04
2
[LLD][ELF] Dynamic relocations list depends on the input files order
...a.out % readelf -Sr a.out ... [ 7] .got PROGBITS 00012058 002058 000004 00 WA 0 0 4 ... Relocation section '.rel.dyn' at offset 0x15c contains 2 entries: Offset Info Type Sym.Value Sym. Name 00012058 00000106 R_386_GLOB_DAT 00013000 foo 00013000 00000105 R_386_COPY 00013000 foo BTW the D18711 patch changes the LLD behavior. With this patch the following command completes successfully, but does not produce .got section. % lld -flavor gnu r-32.o r-got.o libdata.so -o a.out I planned to fix this problem but while D18711 is active I think it does not...