Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-27 | Remove explicit nop's in delay slots introduced in the previous commit. They | Mark Kettenis | |
are already inserted as part of jal/jr expansion by gas, and we don't need another one. suggested by miod@ | |||
2010-03-27 | Implement lazy binding on mips64. This implementation relies on having two | Mark Kettenis | |
reserved entries in the GOT, which is a GNU extension to the 64-bit MIPS SVR4 ABI. That's fine; all existing OpenBSD/mips64 binaries have the extra slot. ok miod@, jsing@, drahn@ | |||
2004-09-21 | Automatically adapt to actual text/data alignment | Per Fogelstrom | |
2004-09-21 | ELF64 and got ro prot | Per Fogelstrom | |
2004-09-09 | ABI64 shared libs now handled. | Per Fogelstrom | |
2004-08-11 | mips->mips64 | Per Fogelstrom | |