search for: d18711

Displaying 3 results from an estimated 3 matches for "d18711".

Did you mean: 18711
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 i...
2016 Apr 19
2
state of the lld linker for aarch64
...sting FreeBSD/arm64 buildworld with lld and managed to get everything to link with an earlier version of D18960 and an equivalent set of workarounds as on FreeBSD/amd64. There is some TLS bug outstanding that caused all binaries to segfault at start, though. I plan to take another look at that once D18711 and D18960 land.
2016 Apr 19
2
state of the lld linker for aarch64
Hi, Some time ago there were some information about aarch64 support for the lld linker project: http://lld.llvm.org/open_projects.html#elf-aarch64 Right now there is no such information. Also there is some presentation described that the simple application can be linked using lld: http://llvm.org/devmtg/2016-03/Presentations/EuroLLVM%202016-%20New%20LLD%20linker%20for%20ELF.pdf What is the