summaryrefslogtreecommitdiff
path: root/src/thread/sh/__set_thread_area.s
AgeCommit message (Collapse)AuthorFilesLines
2015-04-17fix sh __set_thread_area uninitialized return valueRich Felker1-1/+2
this caused the dynamic linker/startup code to abort when r0 happened to contain a negative value.
2014-02-27rename superh port to "sh" for consistencyRich Felker1-0/+5
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.