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:09 +0200 |
commit | b097f280cdef598018ae45428f12686bd6392f44 (patch) | |
tree | 392983300a471733aeaa2921097506753293e973 /sysdeps/unix/sysv/linux/ia64/Makefile | |
parent | 65e1340e3241ff1ff5ecce0fc7df86c9977e8033 (diff) | |
download | glibc-b097f280cdef598018ae45428f12686bd6392f44.tar glibc-b097f280cdef598018ae45428f12686bd6392f44.tar.gz glibc-b097f280cdef598018ae45428f12686bd6392f44.tar.bz2 glibc-b097f280cdef598018ae45428f12686bd6392f44.zip |
ia64: Remove _dl_var_init
The generic __rtld_static_init code handles GLRO (dl_pagesize)
and GLRO (dl_clktck).
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/unix/sysv/linux/ia64/Makefile')
-rw-r--r-- | sysdeps/unix/sysv/linux/ia64/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/unix/sysv/linux/ia64/Makefile b/sysdeps/unix/sysv/linux/ia64/Makefile index f6a08d15d0..da85ba43e2 100644 --- a/sysdeps/unix/sysv/linux/ia64/Makefile +++ b/sysdeps/unix/sysv/linux/ia64/Makefile @@ -13,10 +13,6 @@ sysdep_routines += ioperm clone2 gen-as-const-headers += sigaltstack-offsets.sym endif -ifeq ($(subdir),elf) -sysdep-dl-routines += dl-static -endif - ifeq ($(subdir),rt) librt-routines += rt-sysdep librt-shared-only-routines += rt-sysdep |