remove use of SHARED macro in dynamic linker version reporting
[musl] / src / ldso / dlstart.c
2015-09-22 Rich Felkeradd general fdpic support in dynamic linker and arch...
2015-09-21 Rich Felkersimplify dlstart code by using integer type for base...
2015-09-17 Rich Felkerremove old dlstart stage-2 symbolic lookup code; add...
2015-09-17 Rich Felkerintroduce new symbol-lookup-free rcrt1/dlstart stage...
2015-05-25 Rich Felkermove call to dynamic linker stage-3 into stage-2 function
2015-05-25 Rich Felkersimplify/shrink relocation processing in dynamic linker...
2015-05-25 Rich Felkerremove processing of DT_JMPREL from dynamic linker...
2015-04-14 Rich Felkermake _dlstart_c function use hidden visibility
2015-04-13 Rich Felkerdynamic linker bootstrap overhaul