diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-11-17 12:20:29 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-11-17 12:20:29 +0100 |
commit | f1d333b5bfdb3561c93feb4b5653d051c3258c59 (patch) | |
tree | a7a2e391beed00f8daa4cc826a10d0c6a26240fd /elf/Makefile | |
parent | 8bd336a00a5311bf7a9e99b3b0e9f01ff5faa74b (diff) | |
download | glibc-f1d333b5bfdb3561c93feb4b5653d051c3258c59.tar.gz glibc-f1d333b5bfdb3561c93feb4b5653d051c3258c59.tar.xz glibc-f1d333b5bfdb3561c93feb4b5653d051c3258c59.zip |
elf: Introduce GLRO (dl_libc_freeres), called from __libc_freeres
This will be used to deallocate memory allocated using the non-minimal malloc. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'elf/Makefile')
-rw-r--r-- | elf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile index 525f302d1a..2365c0c863 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -68,7 +68,7 @@ elide-routines.os = $(all-dl-routines) dl-support enbl-secure dl-origin \ rtld-routines = rtld $(all-dl-routines) dl-sysdep dl-environ dl-minimal \ dl-error-minimal dl-conflict dl-hwcaps dl-hwcaps_split dl-hwcaps-subdirs \ dl-usage dl-diagnostics dl-diagnostics-kernel dl-diagnostics-cpu \ - dl-mutex + dl-mutex dl-libc_freeres all-rtld-routines = $(rtld-routines) $(sysdep-rtld-routines) CFLAGS-dl-runtime.c += -fexceptions -fasynchronous-unwind-tables |