about summary refs log tree commit diff
path: root/arch/mipsn32/bits/reg.h
Commit message (Collapse)AuthorAgeFilesLines
* sys/reg.h: derive __WORDSIZE from __LONG_MAXRich Felker2024-05-071-3/+0
| | | | | this removes an otherwise-unnecessary bits header from most archs, replacing it with an empty generic version.
* add mips n32 port (ILP32 ABI for mips64)Rich Felker2016-04-181-0/+47
based on patch submitted by Jaydeep Patil, with minor changes.