Auto merge of #211 - haellowyyn:fix-multi-definition-of-mulsf3, r=alexcrichton

Remove mulsf3.c and muldf3.c from compiler-rt.

mulsf3 and muldf3 have Rust implementations since 8970485. This PR removes the C implementations to avoid conflicts.

Without this I wasn't able to compile the crate with the "c" feature enabled, the errors being
`multiple definition of '__muldf3'` and `multiple definition of '__mulsf3'`.
master
bors 2017-11-26 21:10:30 +00:00
commit 18feaccbfd
1 changed files with 0 additions and 2 deletions

View File

@ -4987,9 +4987,7 @@ mod c {
"floatundisf.c",
"int_util.c",
"muldc3.c",
"muldf3.c",
"mulsc3.c",
"mulsf3.c",
"mulvdi3.c",
"mulvsi3.c",
"mulxc3.c",