Merge "Fix mips and x86 builds"

This commit is contained in:
Dimitry Ivanov 2015-10-29 00:53:52 +00:00 committed by Gerrit Code Review
commit 50e9279589
4 changed files with 12 additions and 6 deletions

View File

@ -272,8 +272,8 @@ LIBC {
*;
};
LIBC_PRIVATE { # arm
global: # arm
LIBC_PRIVATE { # arm x86 mips
global: # arm x86 mips
___Unwind_Backtrace; # arm
___Unwind_ForcedUnwind; # arm
___Unwind_RaiseException; # arm
@ -376,4 +376,4 @@ LIBC_PRIVATE { # arm
_Unwind_VRS_Pop; # arm
_Unwind_VRS_Set; # arm
restore_core_regs; # arm
} LIBC; # arm
} LIBC; # arm x86 mips

View File

@ -271,8 +271,8 @@ LIBC {
*;
};
LIBC_PRIVATE { # arm
global: # arm
LIBC_PRIVATE { # arm x86 mips
global: # arm x86 mips
___Unwind_Backtrace; # arm
___Unwind_ForcedUnwind; # arm
___Unwind_RaiseException; # arm
@ -375,4 +375,4 @@ LIBC_PRIVATE { # arm
_Unwind_VRS_Pop; # arm
_Unwind_VRS_Set; # arm
restore_core_regs; # arm
} LIBC; # arm
} LIBC; # arm x86 mips

View File

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

View File

@ -272,4 +272,7 @@ LIBC {
*;
};
LIBC_PRIVATE { # arm x86 mips
global: # arm x86 mips
__muldc3; # arm x86 mips
} LIBC; # arm x86 mips