-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path9000-libgcc-text-literals.patch
196 lines (186 loc) · 3.77 KB
/
9000-libgcc-text-literals.patch
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
--- a/libgcc/config/xtensa/ieee754-sf.S 2019-01-01 12:31:55.000000000 +0000
+++ b/libgcc/config/xtensa/ieee754-sf.S 2020-06-30 14:18:11.064980378 +0100
@@ -45,6 +45,7 @@
.align 4
.global __negsf2
.type __negsf2, @function
+ .literal_position
__negsf2:
leaf_entry sp, 16
movi a4, 0x80000000
@@ -1189,6 +1190,7 @@
.global __nesf2
.set __nesf2, __eqsf2
.type __eqsf2, @function
+ .literal_position
__eqsf2:
leaf_entry sp, 16
bne a2, a3, 4f
@@ -1226,6 +1228,7 @@
.align 4
.global __gtsf2
.type __gtsf2, @function
+ .literal_position
__gtsf2:
leaf_entry sp, 16
movi a6, 0x7f800000
@@ -1250,6 +1253,7 @@
.align 4
.global __lesf2
.type __lesf2, @function
+ .literal_position
__lesf2:
leaf_entry sp, 16
movi a6, 0x7f800000
@@ -1304,6 +1308,7 @@
.align 4
.global __gesf2
.type __gesf2, @function
+ .literal_position
__gesf2:
leaf_entry sp, 16
movi a6, 0x7f800000
@@ -1328,6 +1333,7 @@
.align 4
.global __ltsf2
.type __ltsf2, @function
+ .literal_position
__ltsf2:
leaf_entry sp, 16
movi a6, 0x7f800000
@@ -1382,6 +1388,7 @@
.align 4
.global __unordsf2
.type __unordsf2, @function
+ .literal_position
__unordsf2:
leaf_entry sp, 16
movi a6, 0x7f800000
@@ -1407,6 +1414,7 @@
.align 4
.global __fixsfsi
.type __fixsfsi, @function
+ .literal_position
__fixsfsi:
leaf_entry sp, 16
@@ -1459,6 +1467,7 @@
.align 4
.global __fixsfdi
.type __fixsfdi, @function
+ .literal_position
__fixsfdi:
leaf_entry sp, 16
@@ -1528,6 +1537,7 @@
.align 4
.global __fixunssfsi
.type __fixunssfsi, @function
+ .literal_position
__fixunssfsi:
leaf_entry sp, 16
@@ -1593,6 +1603,7 @@
.align 4
.global __fixunssfdi
.type __fixunssfdi, @function
+ .literal_position
__fixunssfdi:
leaf_entry sp, 16
--- alibgcc/config/xtensa/ieee754-df.S.orig 2019-01-01 12:31:55.000000000 +0000
+++ b/libgcc/config/xtensa/ieee754-df.S 2020-06-30 15:39:37.068471244 +0100
@@ -45,6 +45,7 @@
.align 4
.global __negdf2
.type __negdf2, @function
+ .literal_position
__negdf2:
leaf_entry sp, 16
movi a4, 0x80000000
@@ -1625,6 +1626,7 @@
.global __nedf2
.set __nedf2, __eqdf2
.type __eqdf2, @function
+ .literal_position
__eqdf2:
leaf_entry sp, 16
bne xl, yl, 2f
@@ -1665,6 +1667,7 @@
.align 4
.global __gtdf2
.type __gtdf2, @function
+ .literal_position
__gtdf2:
leaf_entry sp, 16
movi a6, 0x7ff00000
@@ -1691,6 +1694,7 @@
.align 4
.global __ledf2
.type __ledf2, @function
+ .literal_position
__ledf2:
leaf_entry sp, 16
movi a6, 0x7ff00000
@@ -1753,6 +1757,7 @@
.align 4
.global __gedf2
.type __gedf2, @function
+ .literal_position
__gedf2:
leaf_entry sp, 16
movi a6, 0x7ff00000
@@ -1779,6 +1784,7 @@
.align 4
.global __ltdf2
.type __ltdf2, @function
+ .literal_position
__ltdf2:
leaf_entry sp, 16
movi a6, 0x7ff00000
@@ -1841,6 +1847,7 @@
.align 4
.global __unorddf2
.type __unorddf2, @function
+ .literal_position
__unorddf2:
leaf_entry sp, 16
movi a6, 0x7ff00000
@@ -1868,6 +1875,7 @@
.align 4
.global __fixdfsi
.type __fixdfsi, @function
+ .literal_position
__fixdfsi:
leaf_entry sp, 16
@@ -1923,6 +1931,7 @@
.align 4
.global __fixdfdi
.type __fixdfdi, @function
+ .literal_position
__fixdfdi:
leaf_entry sp, 16
@@ -1995,6 +2004,7 @@
.align 4
.global __fixunsdfsi
.type __fixunsdfsi, @function
+ .literal_position
__fixunsdfsi:
leaf_entry sp, 16
@@ -2063,6 +2073,7 @@
.align 4
.global __fixunsdfdi
.type __fixunsdfdi, @function
+ .literal_position
__fixunsdfdi:
leaf_entry sp, 16
@@ -2294,6 +2305,7 @@
.align 4
.global __truncdfsf2
.type __truncdfsf2, @function
+ .literal_position
__truncdfsf2:
leaf_entry sp, 16
@@ -2398,6 +2410,7 @@
.align 4
.global __extendsfdf2
.type __extendsfdf2, @function
+ .literal_position
__extendsfdf2:
leaf_entry sp, 16