From: Florian Weimer Date: Tue, 2 Mar 2021 09:46:45 +0000 (+0100) Subject: elf: Build __dl_iterate_phdr with unwinding support [BZ #27498] X-Git-Tag: glibc-2.34~896 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e7b2a56192d6852f0a6656b8e1cd8fe23f91d89c;p=thirdparty%2Fglibc.git elf: Build __dl_iterate_phdr with unwinding support [BZ #27498] --- diff --git a/elf/Makefile b/elf/Makefile index 16c89b6d070..6f883c25868 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -71,7 +71,7 @@ all-rtld-routines = $(rtld-routines) $(sysdep-rtld-routines) CFLAGS-dl-runtime.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-dl-lookup.c += -fexceptions -fasynchronous-unwind-tables -CFLAGS-dl-iterate-phdr.c += $(uses-callbacks) +CFLAGS-dl-iteratephdr.c += $(uses-callbacks) # On targets without __builtin_memset, rtld.c uses a hand-coded loop # in _dl_start. Make sure this isn't turned into a call to regular memset.