[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/30033] binutils-2.40 broke arm-linux-gnueabi libraries on
From: |
rui314 at gmail dot com |
Subject: |
[Bug binutils/30033] binutils-2.40 broke arm-linux-gnueabi libraries on arm64 kernel with >4KB pages |
Date: |
Sun, 22 Dec 2024 08:28:54 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=30033
Rui Ueyama <rui314 at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rui314 at gmail dot com
--- Comment #5 from Rui Ueyama <rui314 at gmail dot com> ---
Right. We solved the file bloat issue with the mold linker by mapping the
boundary page of two segments twice in the virtual address space instead of
creating a gap in memory and on disk. LLVM lld employs the same technique to
avoid file bloat when linking for larger page systems. I do not see a reason
for GNU ld to not use the same technique. So, this is technically a solved
problem, and GNU ld can do the same.
--
You are receiving this mail because:
You are on the CC list for the bug.