armhf-64k-alignment
authorMatthias Klose <doko@debian.org>
Sun, 26 Jul 2026 19:40:32 +0000 (21:40 +0200)
committerMatthias Klose <doko@debian.org>
Sun, 26 Jul 2026 19:40:32 +0000 (21:40 +0200)
commitac014186959876e2e80604984b133cee9a40cc3a
treec1e7a7c26234da72dddd7bcbb265be10bfca6c97
parent86211e742f0950274b96b2545a84f207d12868cd
armhf-64k-alignment

The upstream binutils commit below reduced the section alignment of
armhf executables (including shared libraries) from 64k to 4k, on the
basis that the additional bloat is not justified, given that arm64 hosts
running 64k pagesize kernels with armhf user space are not used in
practice.

However, the situation is slightly different today on Debian, where a
16k pagesize kernel is provided that enables compat support, and is
therefore able to execute armhf user space. The only impediment is the
fact that armhf binaries are no longer compatible with this, due to the
change below.

To accommodate this use case, revert the patch. This makes the generated
executables compatible with compat mode on arm64 systems running 16k
kernels.

Gbp-Pq: Name armhf-64k-alignment.diff
bfd/elf32-arm.c