diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-05-17 09:59:14 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-05-17 10:08:17 +0200 |
commit | b7fc189f7f0b42145e5ebc23f2bcae118607d7bb (patch) | |
tree | 67311ba34bf89a341119e8788f455fe956a186d8 /sysdeps/unix/sysv/linux/powerpc/Versions | |
parent | d0cae071f3c8485174948bd18eac22680caf0119 (diff) | |
download | glibc-b7fc189f7f0b42145e5ebc23f2bcae118607d7bb.zip glibc-b7fc189f7f0b42145e5ebc23f2bcae118607d7bb.tar.gz glibc-b7fc189f7f0b42145e5ebc23f2bcae118607d7bb.tar.bz2 |
powerpc: Remove _dl_var_init
The generic __rtld_static_init code handles GLRO (dl_pagesize),
GLRO (dl_auxv), GLRO (dl_hwcap), GLRO (dl_hwcap2).
GLRO (dl_cache_line_size) is handled in an __rtld_static_init_arch
override.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/unix/sysv/linux/powerpc/Versions')
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/Versions | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/Versions b/sysdeps/unix/sysv/linux/powerpc/Versions index cc28d84..416272b 100644 --- a/sysdeps/unix/sysv/linux/powerpc/Versions +++ b/sysdeps/unix/sysv/linux/powerpc/Versions @@ -1,9 +1,3 @@ -ld { - GLIBC_PRIVATE { - # used for loading by static libraries - _dl_var_init; - } -} libc { GLIBC_PRIVATE { __vdso_get_tbfreq; |