From: Robin Getz Date: Mon, 11 Jun 2007 07:31:30 +0000 (+0800) Subject: Blackfin arch: all symbols were offset by 4k, since we didn't have the __text label. X-Git-Tag: v2.6.22-rc5~27^2~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5716e514ed526a819775c45a73f1c8b65309e9d3;p=thirdparty%2Flinux.git Blackfin arch: all symbols were offset by 4k, since we didn't have the __text label. Bug tracker: http://blackfin.uclinux.org/gf/project/uclinux-dist/tracker/?action=TrackerItemEdit&tracker_item_id=3231 Singed-off-by: Robin Getz Signed-off-by: Bryan Wu --- diff --git a/arch/blackfin/kernel/vmlinux.lds.S b/arch/blackfin/kernel/vmlinux.lds.S index 86fe67995802e..19b853af4d7e1 100644 --- a/arch/blackfin/kernel/vmlinux.lds.S +++ b/arch/blackfin/kernel/vmlinux.lds.S @@ -52,6 +52,7 @@ SECTIONS .text : { + __text = .; _text = .; __stext = .; TEXT_TEXT