master
Drop __multf3 from the list; it isn't actually exported.
drop htonl(), htons(), ntohl(), ntohs() MD functions from libc
enable -fret-clean on amd64, for libc libcrypto ld.so kernel, and all the ssh tools. The dynamic objects are entirely ret-clean, static binaries will contain a blend of cleaning and non-cleaning callers.
remove unused __bswap16, __bswap32 MD functions from arm and aarch64
Make sure the syscall table entries are aligned on a 4-byte boundary. Required for strict-alignment architectures and a good idea on others.