dect
/
linux-2.6
Archived
13
0
Fork 0

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 <ben@decadent.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Ben Hutchings 2011-03-09 12:54:27 -08:00 committed by David S. Miller
parent c6fee0810d
commit 35043c428f
1 changed files with 1 additions and 1 deletions

View File

@ -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