about summary refs log tree commit diff
path: root/elf
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-03-02 10:46:45 +0100
committerFlorian Weimer <fweimer@redhat.com>2021-03-02 11:56:33 +0100
commite7b2a56192d6852f0a6656b8e1cd8fe23f91d89c (patch)
tree95c5a11ef70c42ed90b0c96d877876c17d31b40b /elf
parent97e42bd482b62d7b74889be11c98b0bbb4059dcd (diff)
downloadglibc-e7b2a56192d6852f0a6656b8e1cd8fe23f91d89c.tar.gz
glibc-e7b2a56192d6852f0a6656b8e1cd8fe23f91d89c.tar.xz
glibc-e7b2a56192d6852f0a6656b8e1cd8fe23f91d89c.zip
elf: Build __dl_iterate_phdr with unwinding support [BZ #27498]
Diffstat (limited to 'elf')
-rw-r--r--elf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile
index 16c89b6d07..6f883c2586 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.