diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 16:23:17 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 16:23:17 +0000 |
commit | b7e2ef5344c7d7657ae99cedf4a009885c54dfca (patch) | |
tree | 85cce2d5678f06eeae97ed4a9c7244441cc1a644 /expected | |
parent | Adding upstream version 0.0~git20221206.8b7148f. (diff) | |
download | wasi-libc-b7e2ef5344c7d7657ae99cedf4a009885c54dfca.tar.xz wasi-libc-b7e2ef5344c7d7657ae99cedf4a009885c54dfca.zip |
Adding upstream version 0.0~git20230113.4362b18.upstream/0.0_git20230113.4362b18
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'expected')
-rw-r--r-- | expected/wasm32-wasi-threads/defined-symbols.txt (renamed from expected/wasm32-wasi/posix/defined-symbols.txt) | 29 | ||||
-rw-r--r-- | expected/wasm32-wasi-threads/include-all.c (renamed from expected/wasm32-wasi/posix/include-all.c) | 0 | ||||
-rw-r--r-- | expected/wasm32-wasi-threads/predefined-macros.txt (renamed from expected/wasm32-wasi/posix/predefined-macros.txt) | 3 | ||||
-rw-r--r-- | expected/wasm32-wasi-threads/undefined-symbols.txt (renamed from expected/wasm32-wasi/posix/undefined-symbols.txt) | 2 | ||||
-rw-r--r-- | expected/wasm32-wasi/defined-symbols.txt (renamed from expected/wasm32-wasi/single/defined-symbols.txt) | 0 | ||||
-rw-r--r-- | expected/wasm32-wasi/include-all.c (renamed from expected/wasm32-wasi/single/include-all.c) | 0 | ||||
-rw-r--r-- | expected/wasm32-wasi/predefined-macros.txt (renamed from expected/wasm32-wasi/single/predefined-macros.txt) | 2 | ||||
-rw-r--r-- | expected/wasm32-wasi/undefined-symbols.txt (renamed from expected/wasm32-wasi/single/undefined-symbols.txt) | 0 |
8 files changed, 31 insertions, 5 deletions
diff --git a/expected/wasm32-wasi/posix/defined-symbols.txt b/expected/wasm32-wasi-threads/defined-symbols.txt index 6e565dc..8dba0f1 100644 --- a/expected/wasm32-wasi/posix/defined-symbols.txt +++ b/expected/wasm32-wasi-threads/defined-symbols.txt @@ -46,6 +46,7 @@ __do_cleanup_pop __do_cleanup_push __do_des __do_orphaned_stdio_locks +__dummy_reference __duplocale __env_rm_add __errno_location @@ -193,7 +194,6 @@ __progname __progname_full __pthread_cond_timedwait __pthread_create -__pthread_exit __pthread_join __pthread_key_create __pthread_key_delete @@ -221,6 +221,7 @@ __qsort_r __rand48_step __random_lockptr __reallocarray +__register_locked_file __release_ptc __rem_pio2 __rem_pio2_large @@ -354,6 +355,7 @@ __wasi_sock_recv __wasi_sock_send __wasi_sock_shutdown __wasi_thread_spawn +__wasi_thread_start_C __wasilibc_access __wasilibc_cwd __wasilibc_cwd_lock @@ -649,6 +651,7 @@ fileno fileno_unlocked finite finitef +flockfile floor floorf floorl @@ -704,6 +707,8 @@ ftello ftello64 ftime ftruncate +ftrylockfile +funlockfile futimens futimesat fwide @@ -972,9 +977,20 @@ program_invocation_short_name pselect psignal pthread_attr_destroy +pthread_attr_getdetachstate +pthread_attr_getguardsize +pthread_attr_getinheritsched +pthread_attr_getscope +pthread_attr_getstack +pthread_attr_getstacksize pthread_attr_init +pthread_attr_setdetachstate pthread_attr_setstack pthread_attr_setstacksize +pthread_barrier_destroy +pthread_barrier_init +pthread_barrier_wait +pthread_barrierattr_getpshared pthread_cond_broadcast pthread_cond_destroy pthread_cond_init @@ -982,11 +998,13 @@ pthread_cond_signal pthread_cond_timedwait pthread_cond_wait pthread_condattr_destroy +pthread_condattr_getpshared pthread_condattr_init pthread_condattr_setclock pthread_condattr_setpshared pthread_create -pthread_exit +pthread_detach +pthread_equal pthread_getspecific pthread_join pthread_key_create @@ -1000,6 +1018,10 @@ pthread_mutex_timedlock pthread_mutex_trylock pthread_mutex_unlock pthread_mutexattr_destroy +pthread_mutexattr_getprotocol +pthread_mutexattr_getpshared +pthread_mutexattr_getrobust +pthread_mutexattr_gettype pthread_mutexattr_init pthread_mutexattr_setprotocol pthread_mutexattr_setpshared @@ -1016,6 +1038,7 @@ pthread_rwlock_trywrlock pthread_rwlock_unlock pthread_rwlock_wrlock pthread_rwlockattr_destroy +pthread_rwlockattr_getpshared pthread_rwlockattr_init pthread_rwlockattr_setpshared pthread_self @@ -1211,6 +1234,8 @@ tgamma tgammaf tgammal thrd_current +thrd_detach +thrd_equal thrd_sleep time timegm diff --git a/expected/wasm32-wasi/posix/include-all.c b/expected/wasm32-wasi-threads/include-all.c index 0b43b07..0b43b07 100644 --- a/expected/wasm32-wasi/posix/include-all.c +++ b/expected/wasm32-wasi-threads/include-all.c diff --git a/expected/wasm32-wasi/posix/predefined-macros.txt b/expected/wasm32-wasi-threads/predefined-macros.txt index ac90920..a9f2982 100644 --- a/expected/wasm32-wasi/posix/predefined-macros.txt +++ b/expected/wasm32-wasi-threads/predefined-macros.txt @@ -2489,6 +2489,7 @@ #define __DEFINED_wctype_t #define __DEFINED_wint_t #define __FINITE_MATH_ONLY__ 0 +#define __FLOAT128__ 1 #define __FLT(x) (__IS_REAL(x) && sizeof(x) == sizeof(float)) #define __FLTCX(x) (__IS_CX(x) && sizeof(x) == sizeof(float complex)) #define __FLT_DECIMAL_DIG__ 9 @@ -3099,8 +3100,6 @@ #define __wasm__ 1 #define __wasm_atomics__ 1 #define __wasm_bulk_memory__ 1 -#define __wasm_mutable_globals__ 1 -#define __wasm_sign_ext__ 1 #define _tolower(a) ((a)|0x20) #define _toupper(a) ((a)&0x5f) #define acos(x) __tg_real_complex(acos, (x)) diff --git a/expected/wasm32-wasi/posix/undefined-symbols.txt b/expected/wasm32-wasi-threads/undefined-symbols.txt index 7def0a9..a685151 100644 --- a/expected/wasm32-wasi/posix/undefined-symbols.txt +++ b/expected/wasm32-wasi-threads/undefined-symbols.txt @@ -1,4 +1,5 @@ __addtf3 +__data_end __divtf3 __eqtf2 __extenddftf2 @@ -9,6 +10,7 @@ __fixunstfsi __floatsitf __floatunsitf __getf2 +__global_base __gttf2 __heap_base __imported_wasi_snapshot_preview1_args_get diff --git a/expected/wasm32-wasi/single/defined-symbols.txt b/expected/wasm32-wasi/defined-symbols.txt index a692632..a692632 100644 --- a/expected/wasm32-wasi/single/defined-symbols.txt +++ b/expected/wasm32-wasi/defined-symbols.txt diff --git a/expected/wasm32-wasi/single/include-all.c b/expected/wasm32-wasi/include-all.c index 86297f3..86297f3 100644 --- a/expected/wasm32-wasi/single/include-all.c +++ b/expected/wasm32-wasi/include-all.c diff --git a/expected/wasm32-wasi/single/predefined-macros.txt b/expected/wasm32-wasi/predefined-macros.txt index 1f7b341..234ad3c 100644 --- a/expected/wasm32-wasi/single/predefined-macros.txt +++ b/expected/wasm32-wasi/predefined-macros.txt @@ -2123,7 +2123,6 @@ #define _POSIX_STREAM_MAX 8 #define _POSIX_SYMLINK_MAX 255 #define _POSIX_SYMLOOP_MAX 8 -#define _POSIX_THREADS _POSIX_VERSION #define _POSIX_THREAD_ATTR_STACKADDR _POSIX_VERSION #define _POSIX_THREAD_ATTR_STACKSIZE _POSIX_VERSION #define _POSIX_THREAD_CPUTIME _POSIX_VERSION @@ -2453,6 +2452,7 @@ #define __DEFINED_wctype_t #define __DEFINED_wint_t #define __FINITE_MATH_ONLY__ 0 +#define __FLOAT128__ 1 #define __FLT(x) (__IS_REAL(x) && sizeof(x) == sizeof(float)) #define __FLTCX(x) (__IS_CX(x) && sizeof(x) == sizeof(float complex)) #define __FLT_DECIMAL_DIG__ 9 diff --git a/expected/wasm32-wasi/single/undefined-symbols.txt b/expected/wasm32-wasi/undefined-symbols.txt index b9cdb34..b9cdb34 100644 --- a/expected/wasm32-wasi/single/undefined-symbols.txt +++ b/expected/wasm32-wasi/undefined-symbols.txt |