History log of /seL4-refos-master/libs/libmuslc/src/ldso/aarch64/dlsym.s
Revision Date Author Comments
# 72b25ddb 14-Apr-2015 Rich Felker <dalias@aerifal.cx>

use hidden visibility for call from dlsym to internal __dlsym


# 01ef3dd9 10-Mar-2015 Szabolcs Nagy <nsz@port70.net>

add aarch64 port

This adds complete aarch64 target support including bigendian subarch.

Some of the long double math functions are known to be broken otherwise
interfaces should be fully functional, but at this point consider this
port experimental.

Initial work on this port was done by Sireesh Tripurari and Kevin Bortis.