musl/arch/x32
Rich Felker adf94c1966 refactor to remove arch-specific relocation code from dynamic linker
this was one of the main instances of ugly code duplication: all archs
use basically the same types of relocations, but roughly equivalent
logic was duplicated for each arch to account for the different naming
and numbering of relocation types and variation in whether REL or RELA
records are used.

as an added bonus, both REL and RELA are now supported on all archs,
regardless of which is used by the standard toolchain.
2014-06-18 02:44:02 -04:00
..
bits add sched_{get,set}attr syscall numbers and SCHED_DEADLINE macro 2014-05-30 13:06:51 -04:00
src add namespace-protected name for sysinfo function 2014-04-15 18:16:37 -04:00
atomic.h import vanilla x86_64 code as x32 2014-02-23 11:07:18 +01:00
crt_arch.h import vanilla x86_64 code as x32 2014-02-23 11:07:18 +01:00
pthread_arch.h import vanilla x86_64 code as x32 2014-02-23 11:07:18 +01:00
reloc.h refactor to remove arch-specific relocation code from dynamic linker 2014-06-18 02:44:02 -04:00
syscall_arch.h fix x32 syscall arch.h timespec fixup code 2014-02-23 20:49:58 +01:00