summaryrefslogtreecommitdiff
path: root/arch/mipsn32/bits/reg.h
AgeCommit message (Collapse)AuthorLines
2024-05-07sys/reg.h: derive __WORDSIZE from __LONG_MAXRich Felker-3/+0
this removes an otherwise-unnecessary bits header from most archs, replacing it with an empty generic version.
2016-04-18add mips n32 port (ILP32 ABI for mips64)Rich Felker-0/+47
based on patch submitted by Jaydeep Patil, with minor changes.