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] Make bfd_compress_section_contents static


Hi H.J.,

I checked in this patch to make bfd_compress_section_contents static.

I had to make a small change to your patch for builds where zlib is not available - the compiler would complain that bfd_compress_section_contents was defined and not used.

I also made a small change to gas/testsuite/gas/i386/dw2-compress-1.d since if the zlib is not available the test will not compress the .debug_info section.

Cheers
  Nick



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