Skip to content

Commit 72a90b3

Browse files
authored
Rollup merge of rust-lang#38623 - alexcrichton:less-osx-warnings, r=aturon
std: Remove unused objects from compiler-builtins We don't actually use trampoline_setup.c and all the `*tf3` business seems related to f80/f128 business. Specifically this'll fix some warnings showing up during builds on OSX.
2 parents 30df598 + 51b655e commit 72a90b3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/libcompiler_builtins/build.rs

-6
Original file line numberDiff line numberDiff line change
@@ -192,14 +192,12 @@ fn main() {
192192

193193
if !target.contains("ios") {
194194
sources.extend(&["absvti2.c",
195-
"addtf3.c",
196195
"addvti3.c",
197196
"ashlti3.c",
198197
"ashrti3.c",
199198
"clzti2.c",
200199
"cmpti2.c",
201200
"ctzti2.c",
202-
"divtf3.c",
203201
"divti3.c",
204202
"ffsti2.c",
205203
"fixdfti.c",
@@ -216,17 +214,13 @@ fn main() {
216214
"floatuntixf.c",
217215
"lshrti3.c",
218216
"modti3.c",
219-
"multf3.c",
220217
"multi3.c",
221218
"mulvti3.c",
222219
"negti2.c",
223220
"negvti2.c",
224221
"parityti2.c",
225222
"popcountti2.c",
226-
"powitf2.c",
227-
"subtf3.c",
228223
"subvti3.c",
229-
"trampoline_setup.c",
230224
"ucmpti2.c",
231225
"udivmodti4.c",
232226
"udivti3.c",

0 commit comments

Comments
 (0)