summaryrefslogtreecommitdiff
path: root/src/ldso/arm/dlsym.s
AgeCommit message (Collapse)AuthorLines
2015-11-10explicitly assemble all arm asm sources as UALRich Felker-0/+1
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.
2015-04-14use hidden visibility for call from dlsym to internal __dlsymRich Felker-0/+1
2011-10-01dlsym entry point for armRich Felker-0/+6