summaryrefslogtreecommitdiff
path: root/meta-xilinx/meta-microblaze/recipes-devtools/gcc/gcc-10/0045-fixing-the-typo-errors-in-umodsi3-file.patch
blob: a69c71ddc9cea1dd20211792ea962421c5a5195e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
From bdc9429b5f2300e39ecdf1db63f4d35f8e18a932 Mon Sep 17 00:00:00 2001
From: Nagaraju Mekala <nmekala@xilix.com>
Date: Tue, 16 Oct 2018 07:55:46 +0530
Subject: [PATCH 45/58] fixing the typo errors in umodsi3 file

---
 libgcc/config/microblaze/umodsi3.S | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/libgcc/config/microblaze/umodsi3.S b/libgcc/config/microblaze/umodsi3.S
index 30bd8c20b58..2dd72aef68e 100644
--- a/libgcc/config/microblaze/umodsi3.S
+++ b/libgcc/config/microblaze/umodsi3.S
@@ -47,9 +47,9 @@ __umodsi3:
 	.frame	r1,0,r15	
 
 	addik	r1,r1,-24
-	swi	r29,r1,0
-	swi	r30,r1,8
-	swi	r31,r1,16
+	sli	r29,r1,0
+	sli	r30,r1,8
+	sli	r31,r1,16
 #else
 __umodsi3:
 	.frame	r1,0,r15	
-- 
2.17.1