musl/arch
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
..
arm refactor to remove arch-specific relocation code from dynamic linker 2014-06-18 02:44:02 -04:00
i386 refactor to remove arch-specific relocation code from dynamic linker 2014-06-18 02:44:02 -04:00
microblaze refactor to remove arch-specific relocation code from dynamic linker 2014-06-18 02:44:02 -04:00
mips refactor to remove arch-specific relocation code from dynamic linker 2014-06-18 02:44:02 -04:00
powerpc refactor to remove arch-specific relocation code from dynamic linker 2014-06-18 02:44:02 -04:00
sh refactor to remove arch-specific relocation code from dynamic linker 2014-06-18 02:44:02 -04:00
x32 refactor to remove arch-specific relocation code from dynamic linker 2014-06-18 02:44:02 -04:00
x86_64 refactor to remove arch-specific relocation code from dynamic linker 2014-06-18 02:44:02 -04:00