musl/arch/sh
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 fix RLIMIT_ constants for mips 2014-04-15 19:17:52 -04:00
src fix typo in filename used in sh port 2014-03-18 22:11:14 -04:00
atomic.h
crt_arch.h superh: fix dynamic linking of __fpscr_values 2014-03-16 16:17:28 -05:00
pthread_arch.h
reloc.h refactor to remove arch-specific relocation code from dynamic linker 2014-06-18 02:44:02 -04:00
syscall_arch.h