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
F154107259: D2213.id4621.diff
Sun, Apr 26, 6:08 AM
F154107237: D2213.id4621.diff
Sun, Apr 26, 6:08 AM
F154107226: D2213.id4621.diff
Sun, Apr 26, 6:08 AM
Unknown Object (File)
Tue, Apr 21, 9:11 AM
Unknown Object (File)
Sun, Apr 19, 2:35 PM
Unknown Object (File)
Sun, Apr 19, 2:34 PM
Unknown Object (File)
Sat, Apr 18, 5:41 AM
Unknown Object (File)
Tue, Apr 14, 7:18 PM
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).