musl/arch
Rich Felker bfa09700b9 dynamic linker: permit error returns from arch-specific reloc function
the immediate motivation is supporting TLSDESC relocations which
require allocation and thus may fail (unless we pre-allocate), but
this mechanism should also be used for throwing an error on
unsupported or invalid relocation types, and perhaps in certain cases,
for reporting when a relocation is not satisfiable.
2014-06-16 03:09:07 -04:00
..
arm dynamic linker: permit error returns from arch-specific reloc function 2014-06-16 03:09:07 -04:00
i386 dynamic linker: permit error returns from arch-specific reloc function 2014-06-16 03:09:07 -04:00
microblaze dynamic linker: permit error returns from arch-specific reloc function 2014-06-16 03:09:07 -04:00
mips dynamic linker: permit error returns from arch-specific reloc function 2014-06-16 03:09:07 -04:00
powerpc dynamic linker: permit error returns from arch-specific reloc function 2014-06-16 03:09:07 -04:00
sh dynamic linker: permit error returns from arch-specific reloc function 2014-06-16 03:09:07 -04:00
x32 dynamic linker: permit error returns from arch-specific reloc function 2014-06-16 03:09:07 -04:00
x86_64 dynamic linker: permit error returns from arch-specific reloc function 2014-06-16 03:09:07 -04:00