diff --git a/abi_used_symbols b/abi_used_symbols --- a/abi_used_symbols +++ b/abi_used_symbols @@ -7,18 +7,13 @@ libc.so.6:__xpg_strerror_r libc.so.6:_exit libc.so.6:abort -libc.so.6:accept -libc.so.6:bind -libc.so.6:calloc libc.so.6:chdir libc.so.6:clock_gettime libc.so.6:close -libc.so.6:connect -libc.so.6:daemon +libc.so.6:dlclose libc.so.6:dlerror libc.so.6:dlopen libc.so.6:dlsym -libc.so.6:dup2 libc.so.6:environ libc.so.6:execv libc.so.6:execvp @@ -30,7 +25,6 @@ libc.so.6:fopen libc.so.6:fork libc.so.6:fputc -libc.so.6:fread libc.so.6:free libc.so.6:fseek libc.so.6:fstat @@ -42,7 +36,6 @@ libc.so.6:isatty libc.so.6:isprint libc.so.6:isspace -libc.so.6:listen libc.so.6:memchr libc.so.6:memcmp libc.so.6:memcpy @@ -50,7 +43,6 @@ libc.so.6:memset libc.so.6:mkstemp libc.so.6:mmap -libc.so.6:msync libc.so.6:munmap libc.so.6:open libc.so.6:perror @@ -66,25 +58,22 @@ libc.so.6:putenv libc.so.6:raise libc.so.6:read -libc.so.6:recvmsg libc.so.6:rename libc.so.6:sched_yield -libc.so.6:select -libc.so.6:sendmsg -libc.so.6:signal -libc.so.6:socket +libc.so.6:sigaction +libc.so.6:sigemptyset libc.so.6:sprintf libc.so.6:stat libc.so.6:stderr libc.so.6:stdout libc.so.6:strchr libc.so.6:strcmp -libc.so.6:strcpy libc.so.6:strdup libc.so.6:strlen libc.so.6:strnlen libc.so.6:strstr libc.so.6:strtol +libc.so.6:strtoll libc.so.6:strtoul libc.so.6:strtoull libc.so.6:umask @@ -148,7 +137,6 @@ libstdc++.so.6:_ZNSt6localeD1Ev libstdc++.so.6:_ZNSt6localeaSERKS_ libstdc++.so.6:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE12_M_constructEmc -libstdc++.so.6:_ZNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEEC1Ev libstdc++.so.6:_ZNSt7__cxx1119basic_istringstreamIcSt11char_traitsIcESaIcEEC1EONS_12basic_stringIcS2_S3_EESt13_Ios_Openmode libstdc++.so.6:_ZNSt8ios_base4InitC1Ev libstdc++.so.6:_ZNSt8ios_base4InitD1Ev @@ -163,6 +151,7 @@ libstdc++.so.6:_ZSt16__throw_bad_castv libstdc++.so.6:_ZSt17__throw_bad_allocv libstdc++.so.6:_ZSt18_Rb_tree_decrementPSt18_Rb_tree_node_base +libstdc++.so.6:_ZSt18_Rb_tree_incrementPKSt18_Rb_tree_node_base libstdc++.so.6:_ZSt18_Rb_tree_incrementPSt18_Rb_tree_node_base libstdc++.so.6:_ZSt19__throw_logic_errorPKc libstdc++.so.6:_ZSt19__throw_regex_errorNSt15regex_constants10error_typeE @@ -173,6 +162,7 @@ libstdc++.so.6:_ZSt24__throw_invalid_argumentPKc libstdc++.so.6:_ZSt24__throw_out_of_range_fmtPKcz libstdc++.so.6:_ZSt25__throw_bad_function_callv +libstdc++.so.6:_ZSt28_Rb_tree_rebalance_for_erasePSt18_Rb_tree_node_baseRS_ libstdc++.so.6:_ZSt28__throw_bad_array_new_lengthv libstdc++.so.6:_ZSt29_Rb_tree_insert_and_rebalancebPSt18_Rb_tree_node_baseS0_RS_ libstdc++.so.6:_ZSt4cerr @@ -181,7 +171,6 @@ libstdc++.so.6:_ZSt9use_facetINSt7__cxx117collateIcEEERKT_RKSt6locale libstdc++.so.6:_ZSt9use_facetISt5ctypeIcEERKT_RKSt6locale libstdc++.so.6:_ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc -libstdc++.so.6:_ZStlsIcSt11char_traitsIcESaIcEERSt13basic_ostreamIT_T0_ES7_RKNSt7__cxx1112basic_stringIS4_S5_T1_EE libstdc++.so.6:_ZTINSt6locale5facetE libstdc++.so.6:_ZTISt5ctypeIcE libstdc++.so.6:_ZTTNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEEE diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : mold -version : 1.2.1 -release : 1 +version : 1.3.1 +release : 2 source : - - https://github.com/rui314/mold/archive/refs/tags/v1.2.1.tar.gz : 41868663ff18afee3fa35e5e3fdf3d9575eb2e4ff49967b8f42f479c61c1ec34 + - https://github.com/rui314/mold/archive/refs/tags/v1.3.1.tar.gz : d436e2d4c1619a97aca0e28f26c4e79c0242d10ce24e829c1b43cfbdd196fd77 license : AGPL-3.0-or-later component : programming.tools summary : A modern linker diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -28,12 +28,12 @@ - - 2022-06-09 - 1.2.1 + + 2022-07-31 + 1.3.1 Packaging update Gavin Zhao me@gzgz.dev \ No newline at end of file