bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/24373] Arm Cortex-A53 Errata 843419 workaround inserts 4K stub e


From: tnfchris at sourceware dot org
Subject: [Bug ld/24373] Arm Cortex-A53 Errata 843419 workaround inserts 4K stub even when unnecessary
Date: Mon, 01 Apr 2019 12:23:43 +0000

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.


reply via email to

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