Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | At some stage I was getting conflicts on the SH platform with | David McCullough | 2002-08-09 | 1 | -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-20 | 1 | -4/+0 |
| | |||||
* | Teach initfini to build properly on arches where gcc tries to be | Eric Andersen | 2002-04-03 | 1 | -0/+10 |
| | | | | | sneaky behind our back... -Erik | ||||
* | Remove include file, in case it is broken. We don't need it here. | Eric Andersen | 2002-03-21 | 1 | -2/+0 |
| | | | | -Erik | ||||
* | Build our own crti.o and crtn.o with a cross arch method that I | Eric Andersen | 2002-03-13 | 1 | -0/+134 |
can live with much better the what glibc does. -Erik |