bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/25870] objdump: unable to disassemble a project with large


From: nickc at redhat dot com
Subject: [Bug binutils/25870] objdump: unable to disassemble a project with large bss section
Date: Fri, 24 Apr 2020 11:18:37 +0000

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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]