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)
Sat, Sep 20, 11:30 PM
Unknown Object (File)
Sep 11 2025, 8:35 PM
Unknown Object (File)
Aug 26 2025, 7:46 AM
Unknown Object (File)
Aug 8 2025, 12:03 PM
Unknown Object (File)
Aug 2 2025, 6:09 AM
Unknown Object (File)
Aug 1 2025, 4:12 PM
Unknown Object (File)
Jul 29 2025, 1:58 AM
Unknown Object (File)
Jul 28 2025, 9:58 PM

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?