Browse Source

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>
Robin Getz 18 năm trước cách đây
mục cha
commit
5716e514ed

+ 1 - 0
arch/blackfin/kernel/vmlinux.lds.S

@@ -52,6 +52,7 @@ SECTIONS
 
 
 	.text :
 	.text :
 	{
 	{
+		 __text = .;
 		 _text = .;
 		 _text = .;
 		 __stext = .;
 		 __stext = .;
 		TEXT_TEXT
 		TEXT_TEXT