History log of /seL4-test-master/projects/musllibc/arch/mips/bits/endian.h
Revision Date Author Comments
# 64251d8b 18-Oct-2012 Rich Felker <dalias@aerifal.cx>

better support for reverse-endian variants of arm/mips/microblaze

these macros are supported by more compilers


# 6315004f 11-Jul-2012 Rich Felker <dalias@aerifal.cx>

initial version of mips (o32) port, based on work by Richard Pennington (rdp)

basically, this version of the code was obtained by starting with
rdp's work from his ellcc source tree, adapting it to musl's build
system and coding style, auditing the bits headers for discrepencies
with kernel definitions or glibc/LSB ABI or large file issues, fixing
up incompatibility with the old binutils from aboriginal linux, and
adding some new special cases to deal with the oddities of sigaction
and pipe syscall interfaces on mips.

at present, minimal test programs work, but some interfaces are broken
or missing. threaded programs probably will not link.