From: Chris Zankel Date: Sun, 2 May 2010 06:00:07 +0000 (-0700) Subject: xtensa: Fix linker script patch-up X-Git-Tag: v2.6.36-rc1~564^2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed5010ea469baa8c0038d027c3b79a600da36811;p=pandora-kernel.git xtensa: Fix linker script patch-up 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 --- Reading git-diff-tree failed