diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2020-09-13 05:30:11 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2020-09-13 05:38:14 -0700 |
commit | 13cd6258856da7d6645eefd0b640319d176473c8 (patch) | |
tree | bef567d975a107b4ded3f066604dba6ec6fa17cf /sysdeps | |
parent | 9620398097de3981c1adf5233e2b3478d36bc1b3 (diff) | |
download | glibc-13cd6258856da7d6645eefd0b640319d176473c8.tar.gz glibc-13cd6258856da7d6645eefd0b640319d176473c8.tar.xz glibc-13cd6258856da7d6645eefd0b640319d176473c8.zip |
hurd: Add __x86_get_cpu_features to ld.abilist
Add __x86_get_cpu_features to ld.abilist for <sys/platform/x86.h>.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/mach/hurd/i386/ld.abilist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/i386/ld.abilist b/sysdeps/mach/hurd/i386/ld.abilist index b4fce5e5f5..2e9bf2811f 100644 --- a/sysdeps/mach/hurd/i386/ld.abilist +++ b/sysdeps/mach/hurd/i386/ld.abilist @@ -19,3 +19,4 @@ GLIBC_2.2.6 _r_debug D 0x14 GLIBC_2.2.6 abort F GLIBC_2.3 ___tls_get_addr F GLIBC_2.3 __tls_get_addr F +GLIBC_2.33 __x86_get_cpu_features F |