u-boot-brain/arch/arm/lib
Albert ARIBAUD 3ebd1cbc49 arm: make __bss_start and __bss_end__ compiler-generated
Turn __bss_start and __bss_end__ from linker-generated
to compiler-generated symbols, causing relocations for
these symbols to change type, from R_ARM_ABS32 to
R_ARM_RELATIVE.

This should have no functional impact, as it affects
references to __bss_start and __bss_end__ only before
relocation, and no such references are done.

Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
2013-03-12 23:28:32 +01:00
..
_ashldi3.S
_ashrdi3.S
_divsi3.S
_lshrdi3.S
_modsi3.S
_udivsi3.S
_umodsi3.S
board.c arm: Move tlb_addr and tlb_size to arch_global_data 2013-02-01 15:21:58 -05:00
bootm.c treewide: include libfdt_env.h before fdt.h 2013-02-07 20:38:55 -05:00
bss.c arm: make __bss_start and __bss_end__ compiler-generated 2013-03-12 23:28:32 +01:00
cache-cp15.c arm: Move tlb_addr and tlb_size to arch_global_data 2013-02-01 15:21:58 -05:00
cache-pl310.c armv7: cache: remove flush on un-aligned invalidate 2011-09-04 11:36:16 +02:00
cache.c
crt0.S arm: move C runtime setup code in crt0.S 2013-01-08 22:14:50 +01:00
div0.c
eabi_compat.c arm: Don't use printf() in SPL builds 2012-07-07 14:07:43 +02:00
interrupts.c ARM: prevent misaligned array inits 2012-10-15 11:53:07 -07:00
Makefile arm: make __bss_start and __bss_end__ compiler-generated 2013-03-12 23:28:32 +01:00
memcpy.S
memset.S
reset.c
spl.c SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linux 2012-09-27 09:49:59 -07:00