about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/powerpc/Versions
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-05-17 09:59:14 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-05-17 10:08:17 +0200
commitb7fc189f7f0b42145e5ebc23f2bcae118607d7bb (patch)
tree67311ba34bf89a341119e8788f455fe956a186d8 /sysdeps/unix/sysv/linux/powerpc/Versions
parentd0cae071f3c8485174948bd18eac22680caf0119 (diff)
downloadglibc-b7fc189f7f0b42145e5ebc23f2bcae118607d7bb.tar.gz
glibc-b7fc189f7f0b42145e5ebc23f2bcae118607d7bb.tar.xz
glibc-b7fc189f7f0b42145e5ebc23f2bcae118607d7bb.zip
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/Versions6
1 files changed, 0 insertions, 6 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/Versions b/sysdeps/unix/sysv/linux/powerpc/Versions
index cc28d84744..416272b718 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;