From: Ben Hutchings Date: Wed, 9 Mar 2011 20:54:27 +0000 (-0800) Subject: sparc: Fix .size directive for do_int_load X-Git-Tag: v2.6.39-rc1~459^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=35043c428f1fcb92feb5792f5878a8852ee00771;p=platform%2Fkernel%2Flinux-stable.git sparc: Fix .size directive for do_int_load gas used to accept (and ignore?) .size directives which referred to undefined symbols, as this does. In binutils 2.21 these are treated as errors. Signed-off-by: Ben Hutchings Signed-off-by: David S. Miller --- diff --git a/arch/sparc/kernel/una_asm_64.S b/arch/sparc/kernel/una_asm_64.S index be183fe..1c8d332 100644 --- a/arch/sparc/kernel/una_asm_64.S +++ b/arch/sparc/kernel/una_asm_64.S @@ -127,7 +127,7 @@ do_int_load: wr %o5, 0x0, %asi retl mov 0, %o0 - .size __do_int_load, .-__do_int_load + .size do_int_load, .-do_int_load .section __ex_table,"a" .word 4b, __retl_efault