Skip to content

Commit

Permalink
Blackfin arch: all symbols were offset by 4k, since we didn't have th…
Browse files Browse the repository at this point in the history
…e __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>
  • Loading branch information
Robin Getz authored and Bryan Wu committed Jun 11, 2007
1 parent 75ed405 commit 5716e51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/blackfin/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ SECTIONS

.text :
{
__text = .;
_text = .;
__stext = .;
TEXT_TEXT
Expand Down

0 comments on commit 5716e51

Please sign in to comment.