]> git.sur5r.net Git - u-boot/commit
arm: crt0.S: Remove bogus .globl
authorBenoît Thébaudeau <benoit.thebaudeau@advansee.com>
Thu, 11 Apr 2013 09:35:47 +0000 (09:35 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Fri, 12 Apr 2013 05:55:06 +0000 (07:55 +0200)
commit9c5feab76fe15332193fe3f1ba183021fb84c203
tree46f5640b5b91d18071d1e6c6da34f411cd5f62c0
parent7086e91b0e9930139e703c8f9f857b52baf2bef4
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>
arch/arm/lib/crt0.S