| Commit message (Expand) | Author | Age | Files | Lines |
| * | switch sh and mips setjmp asm from .sub system to .S files | Rich Felker | 2016-01-20 | 2 | -0/+6 |
| * | remove invalid PLT calls from sh asm•••these are perfectly fine with ld-time symbol binding, but if the calls
go through a PLT thunk, they are invalid because the caller does not
setup a GOT register. use a hidden alias to bypass the issue.
| Rich Felker | 2015-04-19 | 1 | -0/+3 |
| * | fix missing comma in sh setjmp asm•••this typo did not result in an erroneous setjmp with at least binutils
2.22 but fix it for clarity and compatibility with potentially stricter
sh assemblers.
| Trutz Behn | 2015-01-30 | 1 | -1/+1 |
| * | rename superh port to "sh" for consistency•••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.
| Rich Felker | 2014-02-27 | 2 | -0/+51 |