[PATCH] elf: Check if __attribute__ ((aligned (65536))) is supported
H.J. Lu
hjl.tools@gmail.com
Fri Mar 7 01:06:34 GMT 2025
On Thu, Mar 6, 2025 at 10:37 PM Joseph Myers <josmyers@redhat.com> wrote:
>
> The new test fails to build for MicroBlaze (which defines
> MAX_OFILE_ALIGNMENT to (32768*8) in GCC, so __attribute__ ((aligned
> (65536))) is unsupported).
>
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.
Tested with x86-64 and MicroBlaze.
--
H.J.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-elf-Check-if-__attribute__-aligned-65536-is-supporte.patch
Type: text/x-patch
Size: 3907 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/libc-alpha/attachments/20250307/cc442cf6/attachment.bin>
More information about the Libc-alpha
mailing list