about summary refs log tree commit diff
path: root/src/ldso/microblaze/dlsym.s
Commit message (Collapse)AuthorAgeFilesLines
* use hidden visibility for call from dlsym to internal __dlsymRich Felker2015-04-141-1/+2
|
* fix microblaze asm relocations for shared libcRich Felker2012-10-171-1/+1
| | | | | | only @PLT relocations are considered functions for purposes of -Bsymbolic-functions, so always use @PLT. it should not hurt in the static-linked case.
* microblaze portRich Felker2012-09-291-0/+5
based on initial work by rdp, with heavy modifications. some features including threads are untested because qemu app-level emulation seems to be broken and I do not have a proper system image for testing.