Page MenuHomeFreeBSD

libc/csu: Pass HWCAP flags to ifunc resolver functions
ClosedPublic

Authored by sarah.walker2_arm.com on Thu, Jan 8, 10:52 AM.
Tags
None
Referenced Files
F142682502: D54599.diff
Thu, Jan 22, 5:04 AM
Unknown Object (File)
Wed, Jan 21, 9:16 AM
Unknown Object (File)
Sun, Jan 18, 11:09 AM
Unknown Object (File)
Sun, Jan 18, 10:12 AM
Unknown Object (File)
Sun, Jan 18, 8:37 AM
Unknown Object (File)
Sun, Jan 18, 12:04 AM
Unknown Object (File)
Sat, Jan 17, 6:00 AM
Unknown Object (File)
Fri, Jan 16, 2:03 PM
Subscribers

Details

Summary

Function arguments are based on Section 9.4.1 "GNU C Library IFUNC interface"
from "System V ABI for the Arm 64-bit Architecture (AArch64)", 2025Q1.
(https://github.com/ARM-software/abi-aa/releases/download/2025Q1/sysvabi64.pdf)

Sponsored by: Arm Ltd

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

lib/libc/csu/aarch64/reloc.c
63
lib/libc/csu/aarch64/reloc.c
63

The second arg is no longer const in the other places we define the function pointer type. (not sure if it should be or not as long as it's consistent)

This revision is now accepted and ready to land.Mon, Jan 12, 10:55 AM