commit | 73dcb27a799fcaeece8be2f11afc2827d05b20f6 | [log] [tgz] |
---|---|---|
author | Benoît Thébaudeau <benoit.thebaudeau@advansee.com> | Thu Apr 11 09:35:47 2013 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Fri Apr 12 07:55:06 2013 +0200 |
tree | 46f5640b5b91d18071d1e6c6da34f411cd5f62c0 | |
parent | 03bae03428e27381099e679854af527a719cbaf1 [diff] |
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>