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: Add SHF_GNU_COMPRESSED


> I will update linker to read SHF_GNU_COMPRESSED. Writing will be tricky.
> It will be done later.
>
> Does gold support writing compressed debug sections?

Yes, it does: --compress-debug-sections={zlib|none}.

For merge sections, gold builds the output section in a temporary
buffer, then compresses that and writes it to the output file.

-cary


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