File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -527,7 +527,7 @@ check-symbols: startup_files libc
527527 @# Ignore certain llvm builtin symbols such as those starting with __mul
528528 @# since these dependencies can vary between llvm versions.
529529 "$(NM)" --defined-only "$(SYSROOT_LIB)"/libc.a "$(SYSROOT_LIB)"/libwasi-emulated-*.a "$(SYSROOT_LIB)"/*.o \
530- |grep ' [[:upper:]] ' |sed 's/.* [[:upper:]] //' |LC_ALL=C sort > "$(DEFINED_SYMBOLS)"
530+ |grep ' [[:upper:]] ' |sed 's/.* [[:upper:]] //' |LC_ALL=C sort |uniq > "$(DEFINED_SYMBOLS)"
531531 for undef_sym in $$("$(NM)" --undefined-only "$(SYSROOT_LIB)"/libc.a "$(SYSROOT_LIB)"/libc-*.a "$(SYSROOT_LIB)"/*.o \
532532 |grep ' U ' |sed 's/.* U //' |LC_ALL=C sort |uniq); do \
533533 grep -q '\<'$$undef_sym'\>' "$(DEFINED_SYMBOLS)" || echo $$undef_sym; \
Original file line number Diff line number Diff line change @@ -37,9 +37,6 @@ __des_setkey
3737__do_des
3838__duplocale
3939__env_rm_add
40- __env_rm_add
41- __env_rm_add
42- __env_rm_add
4340__exp2f_data
4441__exp_data
4542__expo2
@@ -70,8 +67,6 @@ __fsmu8
7067__ftello
7168__ftello_unlocked
7269__funcs_on_exit
73- __funcs_on_exit
74- __funcs_on_quick_exit
7570__funcs_on_quick_exit
7671__futimesat
7772__fwritable
@@ -127,7 +122,6 @@ __isxdigit_l
127122__lctrans
128123__lctrans_cur
129124__lctrans_impl
130- __lctrans_impl
131125__ldexp_cexp
132126__ldexp_cexpf
133127__lgamma_r
@@ -199,22 +193,16 @@ __sinl
199193__small_printf
200194__stderr_FILE
201195__stderr_used
202- __stderr_used
203- __stderr_used
204196__stdin_FILE
205197__stdin_used
206- __stdin_used
207198__stdio_close
208199__stdio_exit
209- __stdio_exit
210200__stdio_exit_needed
211201__stdio_read
212202__stdio_seek
213203__stdio_write
214204__stdout_FILE
215205__stdout_used
216- __stdout_used
217- __stdout_used
218206__stdout_write
219207__stpcpy
220208__stpncpy
@@ -310,7 +298,6 @@ __wasilibc_deinitialize_environ
310298__wasilibc_dttoif
311299__wasilibc_ensure_environ
312300__wasilibc_environ
313- __wasilibc_environ
314301__wasilibc_fd_renumber
315302__wasilibc_find_abspath
316303__wasilibc_find_relpath
@@ -322,7 +309,6 @@ __wasilibc_link
322309__wasilibc_link_newat
323310__wasilibc_link_oldat
324311__wasilibc_maybe_reinitialize_environ_eagerly
325- __wasilibc_maybe_reinitialize_environ_eagerly
326312__wasilibc_nocwd___wasilibc_rmdirat
327313__wasilibc_nocwd___wasilibc_unlinkat
328314__wasilibc_nocwd_faccessat
@@ -359,7 +345,6 @@ _exit
359345_flushlbf
360346_initialize
361347_start
362- _start
363348a64l
364349abort
365350abs
You can’t perform that action at this time.
0 commit comments