summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2022-12-24 17:18:56 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2022-12-24 17:19:44 +0100
commit8146a7e3e616994928d2e3f3e9e48aaa4c06b1ad (patch)
tree2396d127bda9be9a8de6677586f203a06e94f1c9 /Makefile.am
parent4d46dcf6570d883a6903ab2bd122c516ba122936 (diff)
ld_magic_routines: Restore more more symbols
cef6d34aa026 ("Implement our own functions to convert between host and network values") dropped the glibc pieces from clib_routines, but dropped too many ld symbols.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7abe37b5..82e7e9da 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -171,7 +171,7 @@ noinst_PROGRAMS += \
# This is the list of routines we use from libgcc.
libgcc_routines := udivdi3 __udivdi3 __udivmoddi4 __umoddi3 __divdi3 __moddi3 __ffsdi2
# References generated by ld.
-ld_magic_routines := __rel_iplt_start __rel_iplt_end etext _edata _end
+ld_magic_routines := __rel_iplt_start __rel_iplt_end __rela_iplt_start __rela_iplt_end etext _edata _end
gnumach-undef: gnumach.$(OBJEXT)
$(NM_V) $(NM) -u $< | sed 's/ *U *//' | sort -u > $@
MOSTLYCLEANFILES += gnumach-undef