1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-13 03:22:30 +03:00
Files
glibc/sysdeps/unix/sysv/linux/riscv
Łukasz Stelmach 22c96052ac RISC-V: Allow long jumps to __syscall_error
__syscall_error may end up farther than 1MiB away from a caller,
especially when linking statically large binaries. tail allows for
4GiB jumps and is reduced to j when a linked symbol is within range.

Fixes: 36960f0c76 ("RISC-V: Linux Syscall Interface")
Fixes: 7f33b09c65 ("RISC-V: Linux ABI")
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
2022-09-16 23:25:45 -04:00
..
2022-08-02 21:05:07 +00:00
2022-08-02 21:05:07 +00:00