From: David S. Miller Date: Mon, 3 Dec 2012 19:24:25 +0000 (-0800) Subject: sparc: Fix piggyback with newer binutils. X-Git-Tag: v3.7~20^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0032c857454581510de1ca12615de5e38e543c92;p=pandora-kernel.git sparc: Fix piggyback with newer binutils. Newer versions of binutils mark '_end' as 'B' instead of 'A' for whatever reason. To be honest, the piggyback code doesn't actually care what kind of symbol _start and _end are, it just wants to find them and record the address. So remove the type from the match strings. Reported-by: Aaro Koskinen Signed-off-by: David S. Miller --- Reading git-diff-tree failed