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.

Reply via email to