musl/arch
Rich Felker 1fb0878ebc fix ldso name for sh-nofpu subarch
previously it was using the same name as the default ABI with hard
float (floating point args and return value in registers).

the test __SH_FPU_ANY__ || __SH4__ matches what's used in the
configure script already, and seems correct under casual review
against gcc's config/sh.h, but may need tweaks. the logic for
predefined macros for sh, and what they all mean, is very complex.
eventually this should be documented in comments here.

configure already rejects "half-hard" configurations on sh where
double=float since these do not conform to Annex F and are not
suitable for musl, so these do not need to be considered here.
2015-04-24 13:05:21 -04:00
..
aarch64 dynamic linker bootstrap overhaul 2015-04-13 03:04:42 -04:00
arm dynamic linker bootstrap overhaul 2015-04-13 03:04:42 -04:00
i386 use hidden visibility for i386 asm-internal __vsyscall symbol 2015-04-14 10:22:12 -04:00
microblaze add execveat syscall number to microblaze 2015-04-17 22:31:20 -04:00
mips fix missing quotation mark in mips crt_arch.h that broke build 2015-04-17 22:21:15 -04:00
or1k dynamic linker bootstrap overhaul 2015-04-13 03:04:42 -04:00
powerpc dynamic linker bootstrap overhaul 2015-04-13 03:04:42 -04:00
sh fix ldso name for sh-nofpu subarch 2015-04-24 13:05:21 -04:00
x32 fix breakage in x32 dynamic linker due to mismatching register size 2015-04-20 18:17:48 -04:00
x86_64 dynamic linker bootstrap overhaul 2015-04-13 03:04:42 -04:00