• M
    Update foregoing patches to leave rust_crate alone. · f6be25a8
    Marijn Haverbeke 提交于
    Apparently it can't live in the main binary, since on non-Linux
    platforms, dynamics libs won't find symbols in the binary. This
    removes the crate_map pointer from rust_crate again, and instead
    passes it as an extra argument to rust_start. Rustboot doesn't pass
    this argument, but supposedly that's okay as long as we don't actually
    use it on that platform.
    f6be25a8
rust_log.h 2.6 KB