bug-binutils
[Top][All Lists]
Advanced

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

[Bug gold/17556] crashing when mixing SHF_ALLOC and non SHF_ALLOC sectio


From: hjl.tools at gmail dot com
Subject: [Bug gold/17556] crashing when mixing SHF_ALLOC and non SHF_ALLOC sections
Date: Fri, 21 Jun 2019 17:42:18 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=17556

--- Comment #3 from H.J. Lu <hjl.tools at gmail dot com> ---
Layout::get_output_section has

      // This is the first time we've seen this name/type/flags
      // combination.  For compatibility with the GNU linker, we
      // combine sections with contents and zero flags with sections
      // with non-zero flags.  This is a workaround for cases where
      // assembler code forgets to set section flags.  FIXME: Perhaps
      // there should be an option to control this.

This is broken.

-- 
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]