Page MenuHomeFreeBSD

strip: Only allow one positional parameter with -o.
AcceptedPublic

Authored by markj on Jul 26 2019, 7:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 2, 12:16 AM
Unknown Object (File)
Wed, Sep 2, 12:03 AM
Unknown Object (File)
Fri, Aug 28, 2:31 AM
Unknown Object (File)
Aug 11 2026, 8:12 PM
Unknown Object (File)
Aug 8 2026, 6:32 PM
Unknown Object (File)
Aug 8 2026, 7:49 AM
Unknown Object (File)
Aug 7 2026, 7:21 AM
Unknown Object (File)
Aug 6 2026, 10:59 AM

Details

Summary

It doesn't make sense to strip multiple files into a single output file.
Moreover, this is compatible with GNU strip.

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 25523
Build 24141: arc lint + arc unit

Event Timeline

Would you post the patch to elftoolchain-developers too?

This revision is now accepted and ready to land.Jul 26 2019, 7:18 PM

FYI, I've added the equivalent of these changes upstream in r3778] and r3779].

FYI, I've added the equivalent of these changes upstream in r3778] and r3779].

Thanks! Do you have any objection to applying D21079 as well?