Hash :ed695998 Author : Date :
2023-03-31T23:47:38
On Darwin use assembler to support symbol aliases
The alias attribute is not supported on Darwin, but we can alias using
assembler directives instead.
At the same time we switch the non-ELF fallback implementation for
libmd_symver_default to use libmd_alias.
This library provides message digest functions found on BSD systems either on their libc (NetBSD, OpenBSD) or libmd (FreeBSD, DragonflyBSD, macOS, Solaris) libraries and lacking on others like GNU systems.