diff options
| author | Florian Weimer <fweimer@redhat.com> | 2017-01-24 18:32:30 +0100 |
|---|---|---|
| committer | Florian Weimer <fweimer@redhat.com> | 2017-01-24 18:32:30 +0100 |
| commit | defaba407d488d348eb1849cc9b57d2269e5cf9d (patch) | |
| tree | 02d6304fe6aaa3c144b302963b70a39eb3824afb /elf/Makefile | |
| parent | feb6d6b394bd0ebd74d3f4370394dfb94b1f011a (diff) | |
| download | glibc-fw/bug21041.tar.xz glibc-fw/bug21041.zip | |
WIP delayed IFUNC relocationfw/bug21041
Diffstat (limited to 'elf/Makefile')
| -rw-r--r-- | elf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile index c7a29693bd..04c0013380 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -29,7 +29,7 @@ routines = $(all-dl-routines) dl-support dl-iteratephdr \ # The core dynamic linking functions are in libc for the static and # profiled libraries. dl-routines = $(addprefix dl-,load lookup object reloc deps hwcaps \ - runtime init fini debug misc \ + runtime init fini debug misc ifunc \ version profile conflict tls origin scope \ execstack caller open close trampoline) ifeq (yes,$(use-ldconfig)) |
