elf: Build __dl_iterate_phdr with unwinding support [BZ #27498]

Message ID 87pn0h265w.fsf@oldenburg.str.redhat.com
State Committed
Commit e7b2a56192d6852f0a6656b8e1cd8fe23f91d89c
Headers
Series elf: Build __dl_iterate_phdr with unwinding support [BZ #27498] |

Commit Message

Florian Weimer March 2, 2021, 10:36 a.m. UTC
  ---
 elf/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Andreas Schwab March 2, 2021, 10:43 a.m. UTC | #1
Ok.

Andreas.
  

Patch

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.