]> git.lizzy.rs Git - rust.git/commit
auto merge of #12878 : crabtw/rust/mips, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 14 Mar 2014 22:16:31 +0000 (15:16 -0700)
committerbors <bors@rust-lang.org>
Fri, 14 Mar 2014 22:16:31 +0000 (15:16 -0700)
commit26fdfa124c065872a0b3c98e7234b05b00840f20
treebb2f938e28c8db156563a64fccfd81ac9c4c22de
parent42fc32f293eb7de7139f058fa06f580a503b87b5
parent6d7e86d099cf33821398731f750b36df564ca5d2
auto merge of #12878 : crabtw/rust/mips, r=alexcrichton

I ignored AtomicU64 methods on MIPS target
because libgcc doesn't implement MIPS32 64-bit atomic operations.
Otherwise it would cause link failure.

By the way, the patched LLVM doesn't have MIPS split stack anymore.
Should I file an issue about that?
src/libstd/libc.rs