This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFC: Add support for SHF_COMPRESSED


On 03/19/2015 06:18 PM, Cary Coutant wrote:
> 
> If you want the option to generate either format, how about something
> like "--compress-debug-sections=[none|zlib|zlib-old|zlib-new]"? (Where
> "zlib" would generate the old for a while, then we'd switch it to the
> new after some time.

Can we please find terms that describe that "old" and "new" mean and
use those instead?  "new" will eventually be old news too.
We did that mistake with "--enable-new-dtags", let's not repeat it.

For example:

 --compress-debug-sections=[none|zlib|zlib-gnu|zlib-shf-compressed]
 --compress-debug-sections=[none|zlib|zlib-gnu|zlib-shf]
 --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi]

or even:

 --compress-debug-sections=[none|zlib|zlib-v1|zlib-v2]

Thanks,
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]