freebsd-dev/libexec/rtld-elf
Adrian Chadd 6f9dab906e [mips] flip from =v to =r - let the compiler choose a temp register.
=v is some ye olde gcc "use this specific register as the temp register"
thing that they've deprecated and clang/llvm doesn't implement.

Poked again and again by: sbruno
2016-08-25 22:32:10 +00:00
..
aarch64 Do not call callbacks for dl_iterate_phdr(3) with the rtld bind and 2016-01-20 07:21:33 +00:00
amd64 Do not call callbacks for dl_iterate_phdr(3) with the rtld bind and 2016-01-20 07:21:33 +00:00
arm rtld-elf: use NULL instead of zero for pointers. 2016-04-19 19:03:55 +00:00
i386 Do not call callbacks for dl_iterate_phdr(3) with the rtld bind and 2016-01-20 07:21:33 +00:00
mips [mips] flip from =v to =r - let the compiler choose a temp register. 2016-08-25 22:32:10 +00:00
powerpc rtld-elf: use NULL instead of zero for pointers. 2016-04-19 19:03:55 +00:00
powerpc64 rtld-elf: use NULL instead of zero for pointers. 2016-04-19 19:03:55 +00:00
riscv Follow r293066 adding a generalized exec hook for RISC-V as well. 2016-01-23 11:46:52 +00:00
sparc64 Do not call callbacks for dl_iterate_phdr(3) with the rtld bind and 2016-01-20 07:21:33 +00:00
tests Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed 2016-05-04 23:20:53 +00:00
debug.c Do not call callbacks for dl_iterate_phdr(3) with the rtld bind and 2016-01-20 07:21:33 +00:00
debug.h
libmap.c
libmap.h
Makefile Fix race for incrementally rebuilding VERSION_MAP. 2016-07-03 17:28:39 +00:00
Makefile.depend
malloc.c libexec: minor spelling fixes in comments. 2016-05-01 19:39:23 +00:00
map_object.c Fix handling of DT_TEXTREL for an object with more than one read-only 2016-03-02 16:36:24 +00:00
paths.h Convert casperd(8) daemon to the libcasper. 2016-02-25 18:23:40 +00:00
rtld_lock.c
rtld_lock.h
rtld_printf.c
rtld_printf.h
rtld_tls.h
rtld_utrace.h Move defines common between rtld and libsysdecode into the header, 2016-08-12 19:31:41 +00:00
rtld.1
rtld.c Move defines common between rtld and libsysdecode into the header, 2016-08-12 19:31:41 +00:00
rtld.h Fix handling of DT_TEXTREL for an object with more than one read-only 2016-03-02 16:36:24 +00:00
Symbol.map
xmalloc.c