Re-export libgcc's __aeabi_uidivmod and __popcount_tab

This is required to make the Nexus 10 graphics driver work on a system
compiled with gcc 4.9.

Change-Id: If3f3d488652a736d9ea3e583548d74fae3ffa902
Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
This commit is contained in:
Bernhard Rosenkränzer 2014-01-24 12:55:00 +01:00
parent 5b4884fac9
commit f38fb19d9d

View File

@ -129,6 +129,7 @@
XX(__aeabi_ui2f) \
XX(__aeabi_ul2d) \
XX(__aeabi_ul2f) \
XX(__aeabi_uidivmod) \
XX(__cmpdf2) \
XX(__divdf3) \
XX(__divsf3) \
@ -153,6 +154,7 @@
XX(__mulsf3) \
XX(__nedf2) \
XX(__popcountsi2) \
XX(__popcount_tab) \
XX(__subdf3) \
XX(__subsf3) \
XX(__truncdfsf2) \