about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/powerpc/rtld_static_init.h
Commit message (Collapse)AuthorAgeFilesLines
* powerpc: Remove _dl_var_initFlorian Weimer2021-05-171-0/+27
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>