Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2015-01-30 | fix missing comma in sh setjmp asm | Trutz Behn | -1/+1 | |
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. | ||||
2014-02-27 | rename superh port to "sh" for consistency | Rich Felker | -0/+51 | |
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. |