]> sourceware.org Git - glibc.git/commit
powerpc: Remove _dl_var_init
authorFlorian Weimer <fweimer@redhat.com>
Mon, 17 May 2021 07:59:14 +0000 (09:59 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Mon, 17 May 2021 08:08:17 +0000 (10:08 +0200)
commitb7fc189f7f0b42145e5ebc23f2bcae118607d7bb
tree67311ba34bf89a341119e8788f455fe956a186d8
parentd0cae071f3c8485174948bd18eac22680caf0119
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>
sysdeps/unix/sysv/linux/powerpc/Makefile
sysdeps/unix/sysv/linux/powerpc/Versions
sysdeps/unix/sysv/linux/powerpc/dl-static.c [deleted file]
sysdeps/unix/sysv/linux/powerpc/rtld_static_init.h [moved from sysdeps/unix/sysv/linux/powerpc/ldsodefs.h with 59% similarity]
This page took 0.041093 seconds and 5 git commands to generate.