Page MenuHomeFreeBSD

rtld: get syscall implementations from libsys
ClosedPublic

Authored by brooks on May 22 2025, 7:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Aug 6, 11:18 PM
Unknown Object (File)
Sat, Aug 2, 9:22 PM
Unknown Object (File)
Mon, Jul 28, 2:51 PM
Unknown Object (File)
Jul 20 2025, 2:32 AM
Unknown Object (File)
Jul 17 2025, 4:34 AM
Unknown Object (File)
Jul 10 2025, 7:46 AM
Unknown Object (File)
Jul 5 2025, 12:17 PM
Unknown Object (File)
Jun 30 2025, 3:10 AM
Subscribers

Details

Summary

When I added libsys I failed to switch rtld's reuse of object files
from libc to to use ones from libsys instead. This would have turned up
as a broken system in d7847a8d35143, but SHARED_CFLAGS is not being
applied to assembly files.

PR: 286975

Diff Detail

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

Event Timeline

libexec/rtld-elf/rtld-libc/Makefile.inc
95

Duplicated by the later line

99
101

This is never empty? (And were it to be, rtld_libc.a probably shouldn't depend on LIBC_NOSSP_PIC unconditionally)

brooks added inline comments.
libexec/rtld-elf/rtld-libc/Makefile.inc
101

Oops, that's a leftover from my initial (broken) implementation where some archs didn't have any libc entries.

This revision is now accepted and ready to land.May 22 2025, 9:22 PM
This revision was automatically updated to reflect the committed changes.
brooks marked an inline comment as done.