musl/arch/mips
Rich Felker 4dfac11538 deduplicate the bulk of the arch bits headers
all bits headers that were identical for a number of 'clean' archs are
moved to the new arch/generic tree. in addition, a few headers that
differed only cosmetically from the new generic version are removed.

additional deduplication may be possible in mman.h and in several
headers (limits.h, posix.h, stdint.h) that mostly depend on whether
the arch is 32- or 64-bit, but they are left alone for now because
greater gains are likely possible with more invasive changes to header
logic, which is beyond the scope of this commit.
2016-01-27 21:52:14 -05:00
..
bits deduplicate the bulk of the arch bits headers 2016-01-27 21:52:14 -05:00
atomic_arch.h overhaul mips atomics for new atomics framework 2016-01-22 00:10:40 +00:00
crt_arch.h adjust mips crt_arch entry point asm to avoid assembler bugs 2015-12-29 13:01:29 -05:00
ksigaction.h fix signal return for sh/fdpic 2015-09-23 18:33:49 +00:00
pthread_arch.h properly access mcontext_t program counter in cancellation handler 2015-11-02 12:41:49 -05:00
reloc.h new dlstart stage-2 chaining for mips 2015-09-17 07:20:43 +00:00
syscall_arch.h mips: add vdso support 2016-01-27 12:40:24 -05:00