summaryrefslogtreecommitdiff
path: root/arch/sh/bits/stdint.h
AgeCommit message (Collapse)AuthorLines
5 daysstdint.h: derive limits from __LONG_MAX, use common fast16 typesHEADmasterRich Felker-20/+0
the bits file is retained, but as a single generic version, to allow for the unlikely future possibility of letting a new arch define something differently.
2014-02-27rename superh port to "sh" for consistencyRich Felker-0/+20
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.