projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97e42bd
)
elf: Build __dl_iterate_phdr with unwinding support [BZ #27498]
author
Florian Weimer
<fweimer@redhat.com>
Tue, 2 Mar 2021 09:46:45 +0000
(10:46 +0100)
committer
Florian Weimer
<fweimer@redhat.com>
Tue, 2 Mar 2021 10:56:33 +0000
(11:56 +0100)
elf/Makefile
patch
|
blob
|
history
diff --git
a/elf/Makefile
b/elf/Makefile
index 16c89b6d0703cbbe79d4fd74a82fb90f5dde72de..6f883c25868f6d9a999767d7c2ad06a8b709239f 100644
(file)
--- 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.