[Bug dynamic-link/32763] Static PIE with more than one PT_LOAD segments at offset 0 segfault

cvs-commit at gcc dot gnu.org sourceware-bugzilla@sourceware.org
Fri Mar 7 01:35:35 GMT 2025


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

--- Comment #8 from Sourceware Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by H.J. Lu <hjl@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=9b91484bee8f6f1bf1e2d26a8df461b553784528

commit 9b91484bee8f6f1bf1e2d26a8df461b553784528
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Mar 7 08:58:47 2025 +0800

    elf: Check if __attribute__ ((aligned (65536))) is supported

    The BZ #32763 tests fail to build for MicroBlaze (which defines
    MAX_OFILE_ALIGNMENT to (32768*8) in GCC, so __attribute__ ((aligned
    (65536))) is unsupported).  Add a configure-time check to enable BZ #32763
    tests only if __attribute__ ((aligned (65536))) is supported.

    Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
    Reviewed-by: Sam James <sam@gentoo.org>

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Glibc-bugs mailing list