diff options
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 3928a08787..bc68150a37 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -52,7 +52,6 @@ routines = \ # The core dynamic linking functions are in libc for the static and # profiled libraries. dl-routines = \ - dl-call-libc-early-init \ dl-close \ dl-debug \ dl-debug-symbols \ @@ -65,6 +64,7 @@ dl-routines = \ dl-load \ dl-lookup \ dl-lookup-direct \ + dl-lookup_libc_early_init \ dl-minimal-malloc \ dl-misc \ dl-object \ |