projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75ed405
)
Blackfin arch: all symbols were offset by 4k, since we didn't have the __text label.
author
Robin Getz
<robin.getz@analog.com>
Mon, 11 Jun 2007 07:31:30 +0000
(15:31 +0800)
committer
Bryan 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/blackfin/kernel/vmlinux.lds.S
b/arch/blackfin/kernel/vmlinux.lds.S
index 86fe67995802e08e3ffe50352d65620c14ac0fc1..19b853af4d7e1c337ab2d5c285ed189cd882c6f4 100644
(file)
--- 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