Page MenuHomeFreeBSD

Make die available as _rtld_die for use by MD relocation code
ClosedPublic

Authored by emaste on Apr 2 2015, 9:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 4, 8:49 AM
Unknown Object (File)
Feb 22 2025, 10:38 AM
Unknown Object (File)
Feb 20 2025, 10:53 AM
Unknown Object (File)
Feb 16 2025, 7:57 AM
Unknown Object (File)
Jan 25 2025, 2:54 AM
Unknown Object (File)
Jan 19 2025, 12:15 PM
Unknown Object (File)
Jan 18 2025, 10:40 PM
Unknown Object (File)
Jan 9 2025, 9:37 AM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste retitled this revision from to Make die available as _rtld_die for use by MD relocation code.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)
emaste added a reviewer: kib.
emaste added subscribers: imp, andrew.

No need to have underscore in front of the function, I use rtld_ prefix consistently for non-exported rtld helpers. Look at rtld_printf() and similar functions. Otherwise looks good.

emaste updated this revision to Diff 4624.

Closed by commit rS281005 (authored by @emaste).