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: PATCH: Generate compressed DWARF debug info in .debug* sections


> OK. ?Can the new .zdebug sections can be either compressed or
> uncompressed?

No, the "z" means that the section is compressed. The canonical name
means that the section is uncompressed. In gold, we mark a compressed
input section as compressed and rename it to its canonical name early
on. When we compress output sections, we then rename them by adding
the "z".

-cary


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