arm: make __rel_dyn_{start, end} compiler-generated
This change is only done where needed: some linker scripts may contain relocation symbols yet remain unchanged. __rel_dyn_start and __rel_dyn_end each requires its own output section; putting them in relocation sections changes their flags and breaks relocation. Signed-off-by:Albert ARIBAUD <albert.u.boot@aribaud.net> Tested-by:
Lubomir Popov <lpopov@mm-sol.com> Tested-by:
Jeroen Hofstee <jeroen@myspectrum.nl> Reviewed-by:
Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
Showing
- arch/arm/cpu/ixp/u-boot.lds 10 additions, 2 deletionsarch/arm/cpu/ixp/u-boot.lds
- arch/arm/cpu/u-boot.lds 10 additions, 2 deletionsarch/arm/cpu/u-boot.lds
- arch/arm/lib/relocate.S 2 additions, 9 deletionsarch/arm/lib/relocate.S
- arch/arm/lib/sections.c 2 additions, 0 deletionsarch/arm/lib/sections.c
- board/actux1/u-boot.lds 10 additions, 2 deletionsboard/actux1/u-boot.lds
- board/actux2/u-boot.lds 10 additions, 2 deletionsboard/actux2/u-boot.lds
- board/actux3/u-boot.lds 10 additions, 2 deletionsboard/actux3/u-boot.lds
- board/dvlhost/u-boot.lds 10 additions, 2 deletionsboard/dvlhost/u-boot.lds
- board/freescale/mx31ads/u-boot.lds 10 additions, 2 deletionsboard/freescale/mx31ads/u-boot.lds
Please register or sign in to comment