[U-Boot] ARM relocation, question to Heiko
Albert ARIBAUD
albert.aribaud at free.fr
Mon Oct 4 10:08:02 CEST 2010
Le 04/10/2010 09:36, Joakim Tjernlund a écrit :
> However, I think we will loose the possibility to add "link once, burn and run anywhere"
> feature I impl. once(but it was at the time deemed to intrusive) if
> we skip -fPIC and go for the linker -pie relocation.
On ARM at least, I don't think so. From what I see, the -pie ld option
without the -fPIC/-fPIE compiler option alone builds a .rel.syn table
that contains all necessary fixes to mve the code anywhere.
However:
> I would suggest to leave ppc as is for the time being and
> see how -pie works out on the other archs.
I second that. More precisely, I'd suggest to wait for ELF relocation to
succeed on arm296ejs before considering any other ARM, then any other arch.
Amicalement,
--
Albert.
More information about the U-Boot
mailing list