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
F142010035: D54599.id169400.diff
Wed, Jan 14, 9:16 PM
Unknown Object (File)
Tue, Jan 13, 9:54 AM
Unknown Object (File)
Mon, Jan 12, 7:03 PM
Unknown Object (File)
Mon, Jan 12, 1:00 AM
Unknown Object (File)
Sat, Jan 10, 3:07 PM
Unknown Object (File)
Sat, Jan 10, 8:09 AM
Unknown Object (File)
Sat, Jan 10, 7:23 AM
Unknown Object (File)
Sat, Jan 10, 4:44 AM
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