From: Al Viro Date: Fri, 19 Aug 2005 22:56:37 +0000 (-0700) Subject: [SPARC]: Fix weak aliases X-Git-Tag: v2.6.13-rc7~59^2~9^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83c4e43722a2c8a8438b8d165047720fd36aaea4;p=pandora-kernel.git [SPARC]: Fix weak aliases sparc_ksyms.c used to declare weak alias to several gcc intrinsics. It doesn't work with gcc4 anymore - it wants a declaration for the thing we are aliasing to and that's not going to happen for something like .mul, etc. Replaced with direct injection of weak alias on the assembler level - .weak followed by = ; that works on all gcc versions. Signed-off-by: Al Viro Signed-off-by: David S. Miller --- Reading git-diff-tree failed