Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| f515eac0 | 2024-12-13 18:36:02 | MIPS: add .note.GNU-stack section to assembly sources (#872) To build ELF shared libraries that do not require executable stack on MIPS, every object file linked should have a .note.GNU-stack section, otherwise the linker defaults to executable stack. As libffi shouldn't require executable stack, add the .note.GNU-stack section to the assembly source files under src/mips, like other architectures. Signed-off-by: Icenowy Zheng <uwu@icenowy.me> | ||
| 1f1c3375 | 2022-05-16 09:45:27 | MIPS: fix O32 softfloat support (#702) | ||
| e67697c3 | 2022-03-31 20:44:49 | MIPS: add Complex support (#698) | ||
| 76c0cfea | 2019-11-29 14:46:11 | Fixed missed #ifndef for __mips_soft_float (#442) Thank you! | ||
| 7a0d2c83 | 2016-08-15 15:00:13 | mips: fix MIPS softfloat build issue The patch for o32.S is taken from OpenWrt packages repo 3a7a4bf "libffi: fix MIPS softfloat build issue with current binutils" Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> | ||
| 5953c66b | 2015-08-20 20:28:13 | add unwind infor for *go_closure; reorder the labels to make thing more clear | ||
| f0ecd5d4 | 2015-08-11 12:47:36 | fix O32 stack unwind code add missing 1: label | ||
| 6f0201c8 | 2015-08-04 18:25:34 | various fixes for go closure support. Now all n64 tests passed. | ||
| 697dd4e8 | 2015-08-04 12:53:33 | add support for go closure support on mips | ||
| c6dddbd0 | 2009-10-04 08:11:33 | Initial commit |