elf: Build __dl_iterate_phdr with unwinding support [BZ #27498]
authorFlorian Weimer <fweimer@redhat.com>
Tue, 2 Mar 2021 09:46:45 +0000 (10:46 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 2 Mar 2021 10:56:33 +0000 (11:56 +0100)
elf/Makefile

index 16c89b6d0703cbbe79d4fd74a82fb90f5dde72de..6f883c25868f6d9a999767d7c2ad06a8b709239f 100644 (file)
@@ -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.