diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-03-02 10:46:45 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-03-02 11:56:33 +0100 |
commit | e7b2a56192d6852f0a6656b8e1cd8fe23f91d89c (patch) | |
tree | 95c5a11ef70c42ed90b0c96d877876c17d31b40b /elf | |
parent | 97e42bd482b62d7b74889be11c98b0bbb4059dcd (diff) | |
download | glibc-e7b2a56192d6852f0a6656b8e1cd8fe23f91d89c.zip glibc-e7b2a56192d6852f0a6656b8e1cd8fe23f91d89c.tar.gz glibc-e7b2a56192d6852f0a6656b8e1cd8fe23f91d89c.tar.bz2 |
elf: Build __dl_iterate_phdr with unwinding support [BZ #27498]
Diffstat (limited to 'elf')
-rw-r--r-- | elf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile index 16c89b6..6f883c2 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. |