Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | In a number of places we erroneously used tests such as '#ifdef PIC' when we | Eric Andersen | 2003-05-30 | 1 | -1/+1 |
| | | | | | | should instead have been testing for '#ifdef __PIC__'. This resulted in NON-PIC code getting mixed into the shared library. Oops!!! -Erik | ||||
* | 'syscall' now properly works for MIPS. | "Steven J. Hill" | 2002-09-04 | 1 | -0/+55 |