diff options
| author | Patrick Walton <[email protected]> | 2011-03-24 11:26:46 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-03-24 11:26:46 -0700 |
| commit | a2b9a7ce8f1246e9d8b0d65ba3d989a2b2d25451 (patch) | |
| tree | 3572daf3796a9e7590fb4956372cfc027af41f01 /src/rt | |
| parent | XFAIL floating point tests in rustc to put out burning tinderbox (diff) | |
| download | rust-a2b9a7ce8f1246e9d8b0d65ba3d989a2b2d25451.tar.xz rust-a2b9a7ce8f1246e9d8b0d65ba3d989a2b2d25451.zip | |
rustc: Use a .def file for Darwin. Puts out burning Darwin tinderbox.
Diffstat (limited to 'src/rt')
| -rw-r--r-- | src/rt/rustrt.darwin.def | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/src/rt/rustrt.darwin.def b/src/rt/rustrt.darwin.def new file mode 100644 index 00000000..96dc2bc7 --- /dev/null +++ b/src/rt/rustrt.darwin.def @@ -0,0 +1,68 @@ +_align_of +_debug_box +_debug_fn +_debug_obj +_debug_opaque +_debug_ptrcast +_debug_tag +_debug_trap +_debug_tydesc +_do_gc +_last_os_error +_rand_free +_rand_new +_rand_next +_refcount +_rust_file_is_dir +_rust_get_stdin +_rust_get_stdout +_rust_run_program +_rust_start +_size_of +_str_alloc +_str_buf +_str_byte_len +_str_from_buf +_str_from_cstr +_str_from_vec +_task_sleep +_unsupervise +_upcall_clone_chan +_upcall_del_chan +_upcall_del_port +_upcall_exit +_upcall_fail +_upcall_flush_chan +_upcall_free +_upcall_get_type_desc +_upcall_grow_task +_upcall_join +_upcall_kill +_upcall_log_int +_upcall_log_str +_upcall_malloc +_upcall_mark +_upcall_new_chan +_upcall_new_port +_upcall_new_str +_upcall_new_task +_upcall_new_thread +_upcall_new_vec +_upcall_recv +_upcall_require_c_sym +_upcall_require_rust_sym +_upcall_send +_upcall_sleep +_upcall_start_task +_upcall_start_thread +_upcall_trace_str +_upcall_trace_word +_upcall_vec_grow +_upcall_yield +_vec_alloc +_vec_alloc_mut +_vec_buf +_vec_len +_vec_len_set +_vec_print_debug_info + |