Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 35043c42 authored by Ben Hutchings's avatar Ben Hutchings Committed by David S. Miller
Browse files

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: default avatarBen Hutchings <ben@decadent.org.uk>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c6fee081
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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