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

Commit eedac791 authored by Michal Simek's avatar Michal Simek
Browse files

microblaze: Separate fixup section definition



Move fixups below appropriate code.

Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent 9b133f8d
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -136,6 +136,12 @@ __copy_tofrom_user:
	addik	r3, r7, 0
	rtsd	r15, 8
	nop

	.section	__ex_table,"a"
	.word	5b, 0f;
	.word	6b, 0f;
	.text

4:	or	r3, r0, r0
1:	lbu	r4,r6,r3
2:	sb	r4,r5,r3
@@ -149,4 +155,6 @@ __copy_tofrom_user:
	.size   __copy_tofrom_user, . - __copy_tofrom_user

	.section	__ex_table,"a"
	.word	1b,0b,2b,0b,5b,0b,6b,0b
	.word	1b, 0b;
	.word	2b, 0b;
	.text