bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/32491] [2.44 Regression] ld-elf/compress.exp test failures on ar


From: amodra at gmail dot com
Subject: [Bug ld/32491] [2.44 Regression] ld-elf/compress.exp test failures on arm-linux-gnueabi*
Date: Sat, 28 Dec 2024 23:08:32 +0000

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

--- Comment #11 from Alan Modra <amodra at gmail dot com> ---
Hmm, so to builld previously released versions of gcc with current binutils a
user would need to apply a patch to gcc/configure.ac and regenerate
gcc/configure, or modify config.h after configuring gcc.  And as far as gas is
concerned, gcc is asking it whether '.section .rodata.str, "aMS", @progbits, 1'
assembles, which it now doesn't because everything past the '@' is a comment
and gas provides 0 when get_absolute_expression parses an absent expression.

I think gas should accept the specific case of an absent entsize with "M", and
assume 1, but reject a supplied 0.

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]