From: Chris Zankel Date: Sun, 2 May 2010 06:00:07 +0000 (-0700) Subject: xtensa: Fix linker script patch-up X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e63be843632dbe8efb1fb10eed5219b8b50eab1f;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