Skip to content

Commit 841a65d

Browse files
committed
Fixed some expected symbols
1 parent a5ba5e1 commit 841a65d

File tree

4 files changed

+2
-10
lines changed

4 files changed

+2
-10
lines changed

expected/wasm32-wasi/defined-symbols.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
_CLOCK_MONOTONIC
2-
_CLOCK_PROCESS_CPUTIME_ID
32
_CLOCK_REALTIME
4-
_CLOCK_THREAD_CPUTIME_ID
53
_Exit
64
_Fork
75
_IO_feof_unlocked
@@ -186,7 +184,6 @@ __log2f_data
186184
__log_data
187185
__logf_data
188186
__lseek
189-
__main_argc_argv
190187
__main_void
191188
__malloc_atfork
192189
__math_divzero
@@ -213,7 +210,6 @@ __ofl_lock
213210
__ofl_unlock
214211
__optpos
215212
__optreset
216-
__original_main
217213
__overflow
218214
__p1evll
219215
__parsespent

expected/wasm32-wasi/undefined-symbols.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ __imported_wasix_32v1_tty_set
143143
__imported_wasix_32v1_ws_connect
144144
__letf2
145145
__lttf2
146+
__main_argc_argv
146147
__netf2
147148
__stack_pointer
148149
__subtf3
@@ -154,4 +155,3 @@ __trunctfsf2
154155
__unordtf2
155156
__wasm_call_ctors
156157
__wasm_init_tls
157-
main

expected/wasm64-wasi/defined-symbols.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
_CLOCK_MONOTONIC
2-
_CLOCK_PROCESS_CPUTIME_ID
32
_CLOCK_REALTIME
4-
_CLOCK_THREAD_CPUTIME_ID
53
_Exit
64
_Fork
75
_IO_feof_unlocked
@@ -186,7 +184,6 @@ __log2f_data
186184
__log_data
187185
__logf_data
188186
__lseek
189-
__main_argc_argv
190187
__main_void
191188
__malloc_atfork
192189
__math_divzero
@@ -213,7 +210,6 @@ __ofl_lock
213210
__ofl_unlock
214211
__optpos
215212
__optreset
216-
__original_main
217213
__overflow
218214
__p1evll
219215
__parsespent

expected/wasm64-wasi/undefined-symbols.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ __imported_wasix_64v1_tty_set
144144
__imported_wasix_64v1_ws_connect
145145
__letf2
146146
__lttf2
147+
__main_argc_argv
147148
__netf2
148149
__stack_pointer
149150
__subtf3
@@ -155,4 +156,3 @@ __trunctfsf2
155156
__unordtf2
156157
__wasm_call_ctors
157158
__wasm_init_tls
158-
main

0 commit comments

Comments
 (0)