[U-Boot] [PATCH V3 1/3] arm926ejs: fix linker file for newer ld support
Albert ARIBAUD
albert.aribaud at free.fr
Thu Nov 4 13:40:09 CET 2010
Le 04/11/2010 11:46, Alexander Holler a écrit :
> So the suggested change from Steve Sakoman (reordered fix from Albert
> Aribaud) still seems to be the one to prefer.
Something is wrong here:
> - .rel.dyn : { *(.rel.dyn) }
> + .rel.dyn : { *(.rel.*) }
This change is the same as the one I submitted, replacing any .rel.dyn
input sections references with .rel* input sections (this includes
.rel.* sections), so I fail to see the difference.
Can you please perform a build and wrap the u-boot, u-boot.lds,
u-boot.map files and build standard and error outputs in a tarball and
send that to me?
Amicalement,
--
Albert.
More information about the U-Boot
mailing list