summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/initfini.c
Commit message (Collapse)AuthorAgeFilesLines
* At some stage I was getting conflicts on the SH platform withDavid McCullough2002-08-091-2/+2
| | | | | the two i_am_not_a_leaf functions, changing the name of one is harmless and fixed the problem at the time. Not entirely sure it's still required.
* Changes needed for MIPS with regards to the .init and .fini sections."Steven J. Hill"2002-05-201-4/+0
|
* Teach initfini to build properly on arches where gcc tries to beEric Andersen2002-04-031-0/+10
| | | | | sneaky behind our back... -Erik
* Remove include file, in case it is broken. We don't need it here.Eric Andersen2002-03-211-2/+0
| | | | -Erik
* Build our own crti.o and crtn.o with a cross arch method that IEric Andersen2002-03-131-0/+134
can live with much better the what glibc does. -Erik