search for: d1871

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

Did you mean: 1871
2016 Apr 04
2
[LLD][ELF] Dynamic relocations list depends on the input files order
...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 have a sense to change the same code...