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

Commit 6373fffc authored by David S. Miller's avatar David S. Miller
Browse files

sparc64: Fix section attribute warnings.



CSUM copy to/from user assembler was missing allocatable and
executable attributes for .fixup

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d3584183
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@

#define EX_LD(x)		\
98:	x;			\
	.section .fixup;	\
	.section .fixup, "ax";	\
	.align 4;		\
99:	retl;			\
	 mov	-1, %o0;	\
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@

#define EX_ST(x)		\
98:	x;			\
	.section .fixup;	\
	.section .fixup,"ax";	\
	.align 4;		\
99:	retl;			\
	 mov	-1, %o0;	\