Make sure the rtld(1) error messages go to stderr, not stdout.
While fix capitalization of a few nearby strings, add "rtld: " prefix
so it's obvious where the message come from, and return zero
when "-h" is used.
Details
Details
- Reviewers
kib - Commits
- rS337067: Make sure the rtld(1) error messages go to stderr, not stdout.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
rtld is an informal name. Officially it is ld-elf.so.1 for native, and ld-elf32.so.1 for compat32.
libexec/rtld-elf/paths.h | ||
---|---|---|
50 ↗ | (On Diff #46087) | Do these ifdefs around BASENAME and PATH still make sense ? Before your change, it was a mechanism to get '32' defines not overridden. You can change it in the followup commit. |