]> git.ipfire.org Git - thirdparty/linux.git/commit
selftests/nolibc: avoid function pointer comparisons
authorThomas Weißschuh <linux@weissschuh.net>
Tue, 7 Apr 2026 12:04:08 +0000 (14:04 +0200)
committerThomas Weißschuh <linux@weissschuh.net>
Sun, 3 May 2026 14:37:13 +0000 (16:37 +0200)
commitd4534e087311523bafd164eb5437cefa1d6097d0
tree365df2b000e825860260406317ef52324529b177
parent97d6655082757fe9ce39e110e7853127a0840542
selftests/nolibc: avoid function pointer comparisons

The upcoming parisc support would require libgcc to implement function
pointer comparisons. As we try to avoid the libgcc dependency rework
the logic to work without such comparisons.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Acked-by: Willy Tarreau <w@1wt.eu>
Link: https://patch.msgid.link/20260428-nolibc-hppa-v5-1-d843d573111a@weissschuh.net
tools/testing/selftests/nolibc/nolibc-test.c