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

Tamar Christina <tnfchris at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tnfchris at sourceware dot org

--- Comment #1 from Tamar Christina <tnfchris at sourceware dot org> ---
Hi Julius,

I'm not sure if we can drop it, the problem is that once the space is reserved
and the size of the output section is determined, then the output_offsets are
fixed.

if the padding is dropped after sizing then these have to be recalculated. But
we currently (if I remember correctly) determine which one to use quite late
and so relocations may have been processed already so it would be quite
expensive to recompute everything.

I will take a look and see if there's anything we can do about it.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to