From e7b2a56192d6852f0a6656b8e1cd8fe23f91d89c Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Tue, 2 Mar 2021 10:46:45 +0100 Subject: [PATCH] elf: Build __dl_iterate_phdr with unwinding support [BZ #27498] --- elf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5