Page MenuHomeFreeBSD

riscv: Add machine/ifunc.h corresponding to rtld-elf's resolver interface
ClosedPublic

Authored by jrtc27 on Aug 13 2024, 4:25 AM.
Tags
None
Referenced Files
F169470591: D46279.id.diff
Tue, Sep 1, 3:12 PM
F169431097: D46279.diff
Tue, Sep 1, 12:56 PM
F169298253: D46279.id142032.diff
Tue, Sep 1, 3:51 AM
F169298213: D46279.id142360.diff
Tue, Sep 1, 3:51 AM
Unknown Object (File)
Sun, Aug 30, 11:33 AM
Unknown Object (File)
Sun, Aug 30, 10:02 AM
Unknown Object (File)
Thu, Aug 27, 7:06 AM
Unknown Object (File)
Thu, Aug 27, 6:54 AM
Subscribers

Diff Detail

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

Event Timeline

kib added inline comments.
sys/riscv/include/ifunc.h
6

Part of this software.

This revision is now accepted and ready to land.Aug 13 2024, 8:55 AM

This also looks reasonable. Thank you for taking your time writing this patch.

mhorne added a subscriber: mhorne.
mhorne added inline comments.
sys/riscv/include/ifunc.h
41

Is u_long being purposely avoided here?

sys/riscv/include/ifunc.h
41

I was under the impression we were deprecating the various u_ types? That could just be u_intX_t though, but at the same time u_long is a somewhat pointless typedef, it's just a shortened name, rather than abstracting something.