mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-13 03:22:30 +03:00
__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>