sparc: Fix .size directive for do_int_load
authorBen Hutchings <ben@decadent.org.uk>
Wed, 9 Mar 2011 20:54:27 +0000 (12:54 -0800)
committerBrad Figg <brad.figg@canonical.com>
Wed, 27 Apr 2011 18:42:03 +0000 (11:42 -0700)
commitf012c9f4cc42a36f4e95c0280c3fc7a08f79fea0
treeb5e910530876918d8f7404c8f6e58cafd2709c6e
parent4536fb41b39d3b62194e394a8ea0e65b3e39b8c2
sparc: Fix .size directive for do_int_load

BugLink: http://bugs.launchpad.net/bugs/769042

[ Upstream commit 35043c428f1fcb92feb5792f5878a8852ee00771 ]

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 <ben@decadent.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
arch/sparc/kernel/una_asm_64.S