History log of /seL4-camkes-master/projects/musllibc/src/ldso/arm/dlsym.s
Revision Date Author Comments
# 4e73d121 09-Nov-2015 Rich Felker <dalias@aerifal.cx>

explicitly assemble all arm asm sources as UAL

these files are all accepted as legacy arm syntax when producing arm
code, but legacy syntax cannot be used for producing thumb2 with
access to the full ISA. even after switching to UAL, some asm source
files contain instructions which are not valid in thumb mode, so these
will need to be addressed separately.


# 72b25ddb 14-Apr-2015 Rich Felker <dalias@aerifal.cx>

use hidden visibility for call from dlsym to internal __dlsym


# 8b98c09f 30-Sep-2011 Rich Felker <dalias@aerifal.cx>

dlsym entry point for arm