openwrt/package/utils/busybox
Chuanhong Guo 118f26e6cb package: busybox: disable mips16 on hard-float
The busybox built with mips16 enabled has broken seq command.
Disassembling shows that the call to hard-float strtod in mips16
code is generated without the __call_stub_fp:
```
   0x00406d6f <+118>:   lw      v0,32(sp)
   0x00406d71 <+120>:   sll     s0,2
   0x00406d73 <+122>:   addu    s0,v0,s0
   0x00406d75 <+124>:   lw      a0,-4(s0)
   0x00406d79 <+128>:   jal     0x44ebc1 <strtod@mips16plt>
   0x00406d7d <+132>:   addiu   a1,sp,84
   0x00406d7f <+134>:   sw      v0,64(sp)
   0x00406d81 <+136>:   lw      v0,0(s1)
   0x00406d83 <+138>:   sw      v1,68(sp)
```

As a result, strtod returns the result in float point registers
while the calling mips16 code expect the result in v0/v1.

Disable mips16 on hard-float targets for now. The built .ipk goes
from 213316 bytes to 251419 bytes.

Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
2024-09-17 21:46:20 +08:00
..
config busybox: update to 1.36.0 2023-01-07 17:22:54 +01:00
files busybox: sysntpd: add trigger to reload server 2021-06-27 23:54:06 +02:00
patches busybox: update to 1.36.0 2023-01-07 17:22:54 +01:00
Config-defaults.in failsafe: fix console failsafe shell 2024-08-19 18:55:00 +02:00
Config.in busybox: add selinux variant 2020-08-23 23:37:08 +01:00
convert_defaults.pl busybox: add a reworked implementation of menuconfig support, this time with a guard option that keeps all symbols at default values until an extra option is activated 2014-01-31 13:50:16 +00:00
convert_menuconfig.pl busybox: adjust convert_menuconfig.pl to emit relative path references for Config.in files and refresh generated files 2016-01-03 11:38:31 +00:00
Makefile package: busybox: disable mips16 on hard-float 2024-09-17 21:46:20 +08:00
selinux.config busybox: add selinux variant 2020-08-23 23:37:08 +01:00