aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Getz <robin.getz@analog.com>2007-06-11 15:31:30 +0800
committerBryan Wu <bryan.wu@analog.com>2007-06-11 15:31:30 +0800
commit5716e514ed526a819775c45a73f1c8b65309e9d3 (patch)
treea634ed1741d21c1f020eb58e085113c748f412ef
parentBlackfin arch: fix bug ad1836 fails to build properly for BF533-EZKIT (diff)
downloadlinux-dev-5716e514ed526a819775c45a73f1c8b65309e9d3.tar.xz
linux-dev-5716e514ed526a819775c45a73f1c8b65309e9d3.zip
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 <robin.getz@analog.com> Signed-off-by: Bryan Wu <bryan.wu@analog.com>
-rw-r--r--arch/blackfin/kernel/vmlinux.lds.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/blackfin/kernel/vmlinux.lds.S b/arch/blackfin/kernel/vmlinux.lds.S
index 86fe67995802..19b853af4d7e 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