Displaying 1 result from an estimated 1 matches for "r_x86_64_gottpoff".
2015 Nov 18
3
Linking the FreeBSD base system with lld
...using ar instead.
2. -E / --export-dynamic
This is used by our GDB build.
3. -Y [path]
Used by the 32-bit compat libraries. GNU ld documents this as "add
path to the default library search path." I don't understand exactly
what this option does, versus -L.
4. unrecognized reloc 22 (R_X86_64_GOTTPOFF)
Encountered in one of the libc tests.
5. --no-undefined vs _GLOBAL_OFFSET_TABLE_
A number of libraries are linked with --no-undefined. These fail wtih
an error of the form:
undefined symbol: _GLOBAL_OFFSET_TABLE_ in /<path>tmp/usr/lib/crtbeginS.o
6. emulation type "elf_i386_fbsd"...