diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-11-13 15:49:27 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-12-12 09:53:23 -0300 |
commit | 5dcd2d0ad02ff12c76355ef4f40947c1857ac482 (patch) | |
tree | 5e473c3d5effa474bf5a93343b9d84f1a77a2c19 /Makerules | |
parent | d4facb63ff0349b3c2a83df7363f23a2dbd64a17 (diff) | |
download | glibc-5dcd2d0ad02ff12c76355ef4f40947c1857ac482.tar.gz glibc-5dcd2d0ad02ff12c76355ef4f40947c1857ac482.tar.xz glibc-5dcd2d0ad02ff12c76355ef4f40947c1857ac482.zip |
stdlib: Move _IO_cleanup to call_function_static_weak
Reviewed-by: Florian Weimer <fweimer@redhat.com>
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makerules b/Makerules index a41491429e..3226b7a12b 100644 --- a/Makerules +++ b/Makerules @@ -568,9 +568,6 @@ $(common-objpfx)shlib.lds: $(common-objpfx)config.make $(..)Makerules PROVIDE(__start___libc_subfreeres = .);\ __libc_subfreeres : { *(__libc_subfreeres) }\ PROVIDE(__stop___libc_subfreeres = .);\ - PROVIDE(__start___libc_atexit = .);\ - __libc_atexit : { *(__libc_atexit) }\ - PROVIDE(__stop___libc_atexit = .);\ PROVIDE(__start___libc_IO_vtables = .);\ __libc_IO_vtables : { *(__libc_IO_vtables) }\ PROVIDE(__stop___libc_IO_vtables = .);\ |