Blackfin arch: all symbols were offset by 4k, since we didn't have the __text label.
authorRobin Getz <robin.getz@analog.com>
Mon, 11 Jun 2007 07:31:30 +0000 (15:31 +0800)
committerBryan Wu <bryan.wu@analog.com>
Mon, 11 Jun 2007 07:31:30 +0000 (15:31 +0800)
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>
arch/blackfin/kernel/vmlinux.lds.S

index 86fe679..19b853a 100644 (file)
@@ -52,6 +52,7 @@ SECTIONS
 
        .text :
        {
+                __text = .;
                 _text = .;
                 __stext = .;
                TEXT_TEXT