diff options
author | Justus Winter <justus@gnupg.org> | 2017-08-05 14:54:23 +0200 |
---|---|---|
committer | Justus Winter <justus@gnupg.org> | 2017-08-05 16:41:14 +0200 |
commit | c327c0d2b9e9c8b813db99a6eb569786235b0bb2 (patch) | |
tree | 54e1e6879ed3c38e656410b64d5908c071c82c6e /Makefile.am | |
parent | 5c42c6983095b45e630e5bf2ebbf6b270010bc65 (diff) | |
download | gnumach-c327c0d2b9e9c8b813db99a6eb569786235b0bb2.tar.gz gnumach-c327c0d2b9e9c8b813db99a6eb569786235b0bb2.tar.bz2 gnumach-c327c0d2b9e9c8b813db99a6eb569786235b0bb2.zip |
Steal '__divdi3'.
* Makefile.am (clib_routines): Steal '__divdi3' from the gcc runtime.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e7527ab9..240c1070 100644 --- a/Makefile.am +++ b/Makefile.am @@ -163,6 +163,7 @@ noinst_PROGRAMS += \ # This is the list of routines we decide is OK to steal from the C library. clib_routines := htonl htons ntohl ntohs \ udivdi3 __udivdi3 __udivmoddi4 __umoddi3 \ + __divdi3 \ __rel_iplt_start __rel_iplt_end \ __ffsdi2 \ _START _start etext _edata end _end # actually ld magic, not libc. |