https://sourceware.org/bugzilla/show_bug.cgi?id=25870
Nick Clifton <nickc at redhat dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nickc at redhat dot com --- Comment #1 from Nick Clifton <nickc at redhat dot com> --- Hi Zhongyunde, Please could you upload the a.out file that has this problem ? The code (in bfd/compress.c:bdf_get_full_section_contents) that is producing this error message already has a check for .bss sections: /* PR 24753: Sections which have no content should also be excluded as they contain no size on disk. */ && (bfd_section_flags (sec) & SEC_HAS_CONTENTS) != 0 So in theory this error should not happen. Cheers Nick -- You are receiving this mail because: You are on the CC list for the bug.