Add expected ABI changes due to libmvec rebase

Related: RHEL-118273
RPM-Changelog: -
RPM-Skip-Release: yes
This commit is contained in:
Florian Weimer 2025-12-05 14:39:48 +01:00
parent 9dd92cac18
commit 1249d90b30

View File

@ -9,3 +9,26 @@
name = _dl_readonly_area
parameter = '0 void *
parameter = '1 size_t
# Changes due to RHEL-118273 (glibc-2.39-103.el10).
[suppress_function]
soname = libc.so.6
# strcspn, strspn are now implemented in assembler and lack type information.
name_regexp = ^strc?spn$
[suppress_function]
soname = libmvec.so.1
# 2 * 9 * 2 = 36 functions in libmvec.
name_regexp = ^_ZGV(nN2|sMx)v_(acosh|asinh|atanh|cbrt|erf|erfc|cosh|sinh|tanh)(|f)$
[suppress_function]
soname = libmvec.so.1
# 9 functions in libmvec.
name_regexp = ^_ZGVnN4v_(acosh|asinh|atanh|cbrt|cosh|erfc|erf|sinh|tanh)f$
[suppress_function]
soname = libmvec.so.1
# 2 * 2 * 2 = 8 functions in libmvec.
name_regexp = ^_ZGV(nN2|sMx)vv_(hypot|pow)(|f)$
[suppress_function]
soname = libmvec.so.1
# 2 functions in libmvec.
name_regexp = ^_ZGVnN4vv_(hypot|pow)f$
# Total: 36 + 9 + 8 + 2 = 55 functions in libmvec.