aboutsummaryrefslogtreecommitdiff
path: root/src/rt
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2011-03-24 12:22:28 -0700
committerPatrick Walton <[email protected]>2011-03-24 12:24:22 -0700
commitf284c5c1ebc46f38928fee1fd4b8a8858ddab98c (patch)
tree94ae25c3bc49312a3bb031a70a3933b773d2a278 /src/rt
parentMake symbol resolution failures log under rust_log::ERR flag as well. (diff)
downloadrust-f284c5c1ebc46f38928fee1fd4b8a8858ddab98c.tar.xz
rust-f284c5c1ebc46f38928fee1fd4b8a8858ddab98c.zip
Generate the platform-specific .def files at build time
Diffstat (limited to 'src/rt')
-rw-r--r--src/rt/rustrt.darwin.def68
-rw-r--r--src/rt/rustrt.def70
-rw-r--r--src/rt/rustrt.linux.def70
3 files changed, 0 insertions, 208 deletions
diff --git a/src/rt/rustrt.darwin.def b/src/rt/rustrt.darwin.def
deleted file mode 100644
index 96dc2bc7..00000000
--- a/src/rt/rustrt.darwin.def
+++ /dev/null
@@ -1,68 +0,0 @@
-_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
-
diff --git a/src/rt/rustrt.def b/src/rt/rustrt.def
deleted file mode 100644
index 8e81096f..00000000
--- a/src/rt/rustrt.def
+++ /dev/null
@@ -1,70 +0,0 @@
-LIBRARY RUSTRT
-EXPORTS
- 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
-
diff --git a/src/rt/rustrt.linux.def b/src/rt/rustrt.linux.def
deleted file mode 100644
index 41fbcdfa..00000000
--- a/src/rt/rustrt.linux.def
+++ /dev/null
@@ -1,70 +0,0 @@
-{
- 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;
-};
-