about summary refs log tree commit diff
path: root/src/ldso/arm/dlsym.s
Commit message (Collapse)AuthorAgeFilesLines
* explicitly assemble all arm asm sources as UALRich Felker2015-11-101-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.
* use hidden visibility for call from dlsym to internal __dlsymRich Felker2015-04-141-0/+1
|
* dlsym entry point for armRich Felker2011-10-011-0/+6