libm: stop exporting __muldc3

Bug: http://b/26004493
Change-Id: I991268d5e7b59bca646da25d0ad90a1cb4a9d4b9
This commit is contained in:
Dimitry Ivanov
2015-12-03 15:25:37 -08:00
parent 22dca83e1c
commit a2ead18657
4 changed files with 9 additions and 16 deletions

View File

@@ -272,11 +272,10 @@ LIBC {
*;
};
LIBC_PRIVATE { # arm x86 mips
global: # arm x86 mips
LIBC_PRIVATE { # arm mips
global: # arm mips
__fixdfdi; # arm mips
__fixsfdi; # arm mips
__fixunsdfdi; # arm mips
__fixunssfdi; # arm mips
__muldc3; # arm x86 mips
} LIBC; # arm x86 mips
} LIBC; # arm mips