Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix things the other way round. Instead of restoring the mips | Eric Andersen | 2005-03-02 | 1 | -75/+0 |
| | | | | | embedded pic support into binutils, instead fixup gcc to not emit any embedded pic relocations. | ||||
* | 450-mips-restore-embedded-pic is I believe the minimum necessary to get gcc | Eric Andersen | 2005-03-02 | 1 | -0/+75 |
3.3.x to compile again on mips. As was, compiling gcc 3.3.x for mips would cause gcc to blow up whining about combining symbols from different segments, since stock binutils no longer supports the PC relative expressions emitted by gcc 3.3.x for mips when generating embedded PIC code. |