summary refs log tree commit diff
path: root/src/rt/rust_android_dummy.c
AgeCommit message (Collapse)AuthorLines
2014-01-03rt: Define exp10 on AndroidBrian Anderson-0/+5
LLVM appears to generate calls to exp10 on ARM and bionic does not define it.
2013-11-18Move runtime files to C instead of C++Alex Crichton-0/+107
Explicitly have the only C++ portion of the runtime be one file with exception handling. All other runtime files must now live in C and be fully defined in C.