Page MenuHomeFreeBSD

ldd: Remove non-functional -v option
ClosedPublic

Authored by kib on Aug 28 2021, 5:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Feb 28, 2:27 PM
Unknown Object (File)
Jan 13 2024, 11:58 PM
Unknown Object (File)
Dec 12 2023, 12:12 AM
Unknown Object (File)
Dec 3 2023, 5:27 PM
Unknown Object (File)
Sep 18 2023, 10:03 AM
Unknown Object (File)
Aug 14 2023, 3:04 PM
Unknown Object (File)
Aug 14 2023, 2:47 AM
Unknown Object (File)
Aug 2 2023, 6:34 PM
Subscribers
None

Details

Summary

It seems -v only worked for a.out. Remove it, not even keeping the current nop for compat. Also remove more mentions of a.out format from the man page.

Diff Detail

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

Event Timeline

kib requested review of this revision.Aug 28 2021, 5:32 PM
kib created this revision.

Hmm the whole vflag handling seems to have been a no-op? I wonder when it disappeared, probably when a.out support was deleted from this code?

This revision is now accepted and ready to land.Aug 28 2021, 6:45 PM
In D31708#715404, @dim wrote:

Hmm the whole vflag handling seems to have been a no-op? I wonder when it disappeared, probably when a.out support was deleted from this code?

Ah yes, that was R10:0713c7b88cf08df95a2a2102f81d84b090afb510 by @emaste.

Ah yes, that was R10:0713c7b88cf08df95a2a2102f81d84b090afb510 by @emaste.

Yep, oops - thanks for cleaning this up.

This revision was automatically updated to reflect the committed changes.