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: thiago.bauermann at linaro dot org
Subject: [Bug ld/32491] [2.44 Regression] ld-elf/compress.exp test failures on arm-linux-gnueabi*
Date: Tue, 24 Dec 2024 04:17:32 +0000

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

--- Comment #7 from Thiago Jung Bauermann <thiago.bauermann at linaro dot org> 
---
(In reply to Sam James from comment #5)
> Huh: PR20006.

Thanks for the reference. Looking at that bug and the commits that caused and
fixed the problem there, I don't think it's a similar situation.

In the case of PR20006, sec->compressed_size was being used to store estimated
branch distances, which caused problems for debug sections, which actually have
a need for that field during compression.

In this case, when bfd_compress_section () sets the invalid operation error,
sec->compressed_size is 0 so it's not being used for anything untoward.

-- 
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]