about summary refs log tree commit diff
path: root/src/ldso/sh/start.s
Commit message (Collapse)AuthorAgeFilesLines
* rename dynamic linker entry point from _start to _dlstartRich Felker2014-06-201-3/+3
| | | | | | the main motivation for this change is to aid in debugging. since the main program's entry point is also named _start, it was difficult to set breakpoints or quickly identify which _start execution stopped in.
* rename superh port to "sh" for consistencyRich Felker2014-02-271-0/+26
linux, gcc, etc. all use "sh" as the name for the superh arch. there was already some inconsistency internally in musl: the dynamic linker was searching for "ld-musl-sh.path" as its path file despite its own name being "ld-musl-superh.so.1". there was some sentiment in both directions as to how to resolve the inconsistency, but overall "sh" was favored.