diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-12-18 15:22:23 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-12-18 15:22:23 +0100 |
commit | 16e0cdef9ce952fa5f7980d19f113be027e88b27 (patch) | |
tree | a15d56885cdba1ff1c0c0951762e9adb04d68373 /Makefile.am | |
parent | 20a62969991a91e110796836f75626b45d899ef9 (diff) | |
download | gnumach-16e0cdef9ce952fa5f7980d19f113be027e88b27.tar.gz gnumach-16e0cdef9ce952fa5f7980d19f113be027e88b27.tar.bz2 gnumach-16e0cdef9ce952fa5f7980d19f113be027e88b27.zip |
libgcc_routines: Restore some symbols
cef6d34aa026 ("Implement our own functions to convert between host and
network values") dropped the glibc pieces from clib_routines, but missed
moving all its gcc symbols into libgcc_routines.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 2f418bea..5eddead7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -168,7 +168,7 @@ noinst_PROGRAMS += \ gnumach.o # This is the list of routines we use from libgcc. -libgcc_routines := __udivmoddi4 __umoddi3 __ffsdi2 +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 gnumach-undef: gnumach.$(OBJEXT) |