diff options
Diffstat (limited to 'sysdeps/wordsize-32/lldiv.c')
-rw-r--r-- | sysdeps/wordsize-32/lldiv.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sysdeps/wordsize-32/lldiv.c b/sysdeps/wordsize-32/lldiv.c index 2da982ca57..5cefd35c22 100644 --- a/sysdeps/wordsize-32/lldiv.c +++ b/sysdeps/wordsize-32/lldiv.c @@ -21,13 +21,6 @@ #include <inttypes.h> -#ifdef SHARED -/* This is an ugly trick. We cause the C code generated for the code - in lldiv.c to use __divdi3_internal instead of __divdi3 by defining - an alias on the assembler level. */ -asm ("__divdi3 = __divdi3_internal"); -#endif - #include <sysdeps/generic/lldiv.c> #undef imaxdiv |