Merge "libgcc_compat: Introduce __aeabi_lasr for cortex-a9 and higher"
This commit is contained in:
commit
a6ed05c1c4
1 changed files with 2 additions and 1 deletions
|
@ -113,6 +113,7 @@
|
|||
XX(__aeabi_idiv) \
|
||||
XX(__aeabi_l2d) \
|
||||
XX(__aeabi_l2f) \
|
||||
XX(__aeabi_lasr) \
|
||||
XX(__aeabi_lmul) \
|
||||
XX(__aeabi_llsl) \
|
||||
XX(__aeabi_llsr) \
|
||||
|
@ -123,7 +124,7 @@
|
|||
XX(__cmpdf2) \
|
||||
XX(__divdf3) \
|
||||
XX(__divsf3) \
|
||||
XX(__eqdf2) \
|
||||
XX(__eqdf2) \
|
||||
XX(__extendsfdf2) \
|
||||
XX(__fixdfsi) \
|
||||
XX(__fixsfsi) \
|
||||
|
|
Loading…
Reference in a new issue