Re: [PATCH] elfcompress: Don't compress if section already compressed unless forced

2023-05-08 Thread Mark Wielaard
Hi, On Sat, 2023-04-22 at 01:45 +0200, Mark Wielaard wrote: > Before commit a5b07cdf9 "support ZSTD compression algorithm" > elfcompress would not try to compress a section if it already > had the requested compression type (or was already uncompressed) > unless the --force flag was given. An else

[PATCH] elfcompress: Don't compress if section already compressed unless forced

2023-04-21 Thread Mark Wielaard
Before commit a5b07cdf9 "support ZSTD compression algorithm" elfcompress would not try to compress a section if it already had the requested compression type (or was already uncompressed) unless the --force flag was given. An else if construct was changed to an if in the commit causing elfcompress