git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91e0806
)
xtensa: Fix linker script patch-up
author
Chris Zankel
<chris@zankel.net>
Sun, 2 May 2010 06:00:07 +0000
(23:00 -0700)
committer
Chris Zankel
<chris@zankel.net>
Sun, 2 May 2010 06:00:07 +0000
(23:00 -0700)
The Xtensa architecture requires to patch the generated linker script
to insert precede certain sections with a .literal section. Ammend the
sed script to fix-up only sequences that start with a '*':
'*(.init.text)' -> '*(.init.literal .init.text)'
Signed-off-by: Chris Zankel <chris@zankel.net>
No differences found