[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gold/18935] Gold assert fail when moving dot in NOLOAD section.
From: |
ccoutant at gmail dot com |
Subject: |
[Bug gold/18935] Gold assert fail when moving dot in NOLOAD section. |
Date: |
Wed, 16 Sep 2015 21:44:33 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=18935
--- Comment #4 from Cary Coutant <ccoutant at gmail dot com> ---
> This script looks like it's trying to create an unloadable section,
> then allocate it to a loadable segment. If all the script is trying to
> do is create a loadable NOBITS section, the NOLOAD attribute shouldn't
> be necessary (or allowed). The fact that it contains nothing but
> uninitialized space should be sufficient. I don't think gold does the
> right thing in that case, but that ought to be the bug, not that
> NOLOAD should make it work.
That GOLD makes BSS sections take up space in the output file is PR 16711.
--
You are receiving this mail because:
You are on the CC list for the bug.