freebsd-dev/libexec/rtld-elf/amd64
Konstantin Belousov 4105901933 rtld-elf: Remove x86 elf_rtld.x linker scripts.
First, amd64 version of the script cannot work at least due to the
wrong architecture specification.  Second, kernel can activate shared
objects for long time, due to PIE support.

It seems the intent was to allow ld-elf.so.1 to be build and used as
an executable.  Since we have direct exec mode implemented for dso
ld-elf.so.1, the non-functional and commented out scripts can be
finally removed.

Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
2019-08-04 21:43:34 +00:00
..
Makefile.inc rtld-elf: Remove x86 elf_rtld.x linker scripts. 2019-08-04 21:43:34 +00:00
reloc.c Improve R_AARCH64_TLSDESC relocation. 2018-12-15 10:38:07 +00:00
rtld_machdep.h libexec: adoption of SPDX licensing ID tags. 2017-11-27 15:25:02 +00:00
rtld_start.S rtld: do not rely on a populated GOT on amd64 2017-01-16 14:49:29 +00:00