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:12 +0200 |
commit | 9da94f45946a548dc4a7f871d0050fd1ebf70083 (patch) | |
tree | c86349ee2ef3e22059e3e7488ec9212139783803 /sysdeps/unix/sysv/linux/m68k/Versions | |
parent | b097f280cdef598018ae45428f12686bd6392f44 (diff) | |
download | glibc-9da94f45946a548dc4a7f871d0050fd1ebf70083.tar glibc-9da94f45946a548dc4a7f871d0050fd1ebf70083.tar.gz glibc-9da94f45946a548dc4a7f871d0050fd1ebf70083.tar.bz2 glibc-9da94f45946a548dc4a7f871d0050fd1ebf70083.zip |
m68k: Remove _dl_var_init
The generic __rtld_static_init code handles GLRO (dl_pagesize).
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/unix/sysv/linux/m68k/Versions')
-rw-r--r-- | sysdeps/unix/sysv/linux/m68k/Versions | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sysdeps/unix/sysv/linux/m68k/Versions b/sysdeps/unix/sysv/linux/m68k/Versions index 4b18795513..d98ae120c1 100644 --- a/sysdeps/unix/sysv/linux/m68k/Versions +++ b/sysdeps/unix/sysv/linux/m68k/Versions @@ -1,8 +1,3 @@ -ld { - GLIBC_PRIVATE { - _dl_var_init; - } -} libc { GLIBC_2.0 { # Exception handling support functions from libgcc |