From: Max Filippov Date: Mon, 17 Sep 2012 01:44:31 +0000 (+0400) Subject: xtensa: fix linker script transformation for .text.unlikely X-Git-Tag: v3.7-rc1~75^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6a03a12ecdbe0dd80a55f6df3b7206c5a403a49;p=pandora-kernel.git xtensa: fix linker script transformation for .text.unlikely Now that binutils generate *.unlikely sections which don't follow documented (info as) literal section naming rules, section name transformation script doesn't work well resulting in the following errors at vmlinux link time: main.c:(.text.unlikely+0x3): dangerous relocation: l32r: literal placed after use: .literal.unlikely Fix section name transformation script by adding specific rule for .text.unlikely sections. Signed-off-by: Max Filippov Signed-off-by: Chris Zankel --- Reading git-diff-tree failed