Home
last modified time | relevance | path

Searched hist:"9 c5feab76fe15332193fe3f1ba183021fb84c203" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/lib/
H A Dcrt0.S9c5feab76fe15332193fe3f1ba183021fb84c203 Thu Apr 11 09:35:47 UTC 2013 Benoît Thébaudeau <benoit.thebaudeau@advansee.com> arm: crt0.S: Remove bogus .globl

The purpose of .globl is to export symbols for ld, not to declare external
symbols.

By the way, use the ENTRY() and ENDPROC() macros to define functions rather than
using .global directly.

Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>