Merge "Fix mips and x86 builds"
This commit is contained in:
commit
50e9279589
@ -272,8 +272,8 @@ LIBC {
|
|||||||
*;
|
*;
|
||||||
};
|
};
|
||||||
|
|
||||||
LIBC_PRIVATE { # arm
|
LIBC_PRIVATE { # arm x86 mips
|
||||||
global: # arm
|
global: # arm x86 mips
|
||||||
___Unwind_Backtrace; # arm
|
___Unwind_Backtrace; # arm
|
||||||
___Unwind_ForcedUnwind; # arm
|
___Unwind_ForcedUnwind; # arm
|
||||||
___Unwind_RaiseException; # arm
|
___Unwind_RaiseException; # arm
|
||||||
@ -376,4 +376,4 @@ LIBC_PRIVATE { # arm
|
|||||||
_Unwind_VRS_Pop; # arm
|
_Unwind_VRS_Pop; # arm
|
||||||
_Unwind_VRS_Set; # arm
|
_Unwind_VRS_Set; # arm
|
||||||
restore_core_regs; # arm
|
restore_core_regs; # arm
|
||||||
} LIBC; # arm
|
} LIBC; # arm x86 mips
|
||||||
|
@ -271,8 +271,8 @@ LIBC {
|
|||||||
*;
|
*;
|
||||||
};
|
};
|
||||||
|
|
||||||
LIBC_PRIVATE { # arm
|
LIBC_PRIVATE { # arm x86 mips
|
||||||
global: # arm
|
global: # arm x86 mips
|
||||||
___Unwind_Backtrace; # arm
|
___Unwind_Backtrace; # arm
|
||||||
___Unwind_ForcedUnwind; # arm
|
___Unwind_ForcedUnwind; # arm
|
||||||
___Unwind_RaiseException; # arm
|
___Unwind_RaiseException; # arm
|
||||||
@ -375,4 +375,4 @@ LIBC_PRIVATE { # arm
|
|||||||
_Unwind_VRS_Pop; # arm
|
_Unwind_VRS_Pop; # arm
|
||||||
_Unwind_VRS_Set; # arm
|
_Unwind_VRS_Set; # arm
|
||||||
restore_core_regs; # arm
|
restore_core_regs; # arm
|
||||||
} LIBC; # arm
|
} LIBC; # arm x86 mips
|
||||||
|
@ -272,8 +272,11 @@ LIBC {
|
|||||||
*;
|
*;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
LIBC_PRIVATE { # arm x86 mips
|
||||||
|
global: # arm x86 mips
|
||||||
__fixdfdi; # arm mips
|
__fixdfdi; # arm mips
|
||||||
__fixsfdi; # arm mips
|
__fixsfdi; # arm mips
|
||||||
__fixunsdfdi; # arm mips
|
__fixunsdfdi; # arm mips
|
||||||
__fixunssfdi; # arm mips
|
__fixunssfdi; # arm mips
|
||||||
__muldc3; # arm x86 mips
|
__muldc3; # arm x86 mips
|
||||||
|
} LIBC; # arm x86 mips
|
||||||
|
@ -272,4 +272,7 @@ LIBC {
|
|||||||
*;
|
*;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
LIBC_PRIVATE { # arm x86 mips
|
||||||
|
global: # arm x86 mips
|
||||||
__muldc3; # arm x86 mips
|
__muldc3; # arm x86 mips
|
||||||
|
} LIBC; # arm x86 mips
|
||||||
|
Loading…
Reference in New Issue
Block a user