[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/23704] Too many PT_LOAD segments with -z separate-code
From: |
amodra at gmail dot com |
Subject: |
[Bug ld/23704] Too many PT_LOAD segments with -z separate-code |
Date: |
Tue, 02 Oct 2018 03:55:18 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=23704
Alan Modra <amodra at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |amodra at gmail dot com
--- Comment #1 from Alan Modra <amodra at gmail dot com> ---
I agree that moving read-only (and relro) sections is a good idea, but it may
not work for targets that have limited addressing and use offsets from a
register to access .got, .got.plt, .plt and .sdata. Any target that uses the
same register to access sections on both sides of DATA_SEGMENT_RELRO_END will
likely not be able to tolerate moving read-only sections.
--
You are receiving this mail because:
You are on the CC list for the bug.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug ld/23704] Too many PT_LOAD segments with -z separate-code,
amodra at gmail dot com <=