|
From: | jbeulich at suse dot com |
Subject: | [Bug gas/29451] gas-2.39 started adding 0-sized DIEs to functions without .size |
Date: | Tue, 09 Aug 2022 07:45:13 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=29451 --- Comment #9 from Jan Beulich <jbeulich at suse dot com> --- The commit in question actually tries to avoid emitting zero-sized regions, so the question is why if (S_GET_SIZE (symp) == 0) { if (!IS_ELF || symbol_get_obj (symp)->size == NULL) continue; } doesn't have the intended effect in the case at hand. With no .size directive I don't see why / how ->size could be non-NULL. -- You are receiving this mail because: You are on the CC list for the bug.
[Prev in Thread] | Current Thread | [Next in Thread] |