This flips which is canonical to match the name of the linker file
itself and leaves rtld(1), like ld.so(1), as a convenient alias. This
uniformity will also allow us to more sensibly provide a specialised
ld-elf32.so.1(1) in a subsequent commit.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 52877 Build 49768: arc lint + arc unit
Event Timeline
libexec/rtld-elf/Makefile | ||
---|---|---|
55 | I believe ld.so.1 is not relevant for long time. IFAIU, it was the name of the a.out Sun-style dynamic linker. Perhaps while changing the man page name, it is also worth to drop the unneeded alias? |
libexec/rtld-elf/Makefile | ||
---|---|---|
55 |
It's probably fine to drop, yes. Linux keeps the alias, but it was also for a.out binaries. The ELF rtld on Linux is ld-linux.so. |