commit | 2024b968ee9476bb7809e472a693120e775bbbbb | [log] [tgz] |
---|---|---|
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | Wed Nov 24 13:12:17 2010 +0900 |
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | Tue Nov 30 09:30:26 2010 +0900 |
tree | d62356a93e87342d28941790de84c3a635c2640b | |
parent | d0d2271f8c62e830ec65fb069b6d12dd708e3e2f [diff] |
sh: Fix build in start.S By commit 6d8962e814c15807dd6ac5757904be2a02d187b8, label of _start was not usable in start.S and build fail. This change label from _start to _sh_start. ---- arch/sh/cpu/sh4/libsh4.o: In function `_start': (.text+0x204): multiple definition of `_start' arch/sh/cpu/sh4/start.o:(.text+0x0): first defined here ---- Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>