summaryrefslogtreecommitdiff
path: root/arch/mipsn32/bits/stdint.h
AgeCommit message (Collapse)AuthorLines
13 daysstdint.h: derive limits from __LONG_MAX, use common fast16 typesRich 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.
2016-04-18add mips n32 port (ILP32 ABI for mips64)Rich Felker-0/+20
based on patch submitted by Jaydeep Patil, with minor changes.