aboutsummaryrefslogtreecommitdiff
path: root/crt/mips/crti.s (follow)
Commit message (Expand)AuthorAgeFilesLines
* mark mips crt code as code•••otherwise disassemblers treat it as data. Rich Felker2015-05-251-0/+2
* align mips _init/_fini functions•••since .init and .fini are not .text, the toolchain does not seem to align them for code by default. this yields random breakage depending on the object sizes the linker is dealing with. Rich Felker2012-08-051-0/+2
* 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. Rich Felker2012-07-111-0/+15