|
@@ -107,10 +107,12 @@ DECLARE_EXPORT(__movmemSI12_i4);
|
|
* GCC >= 4.2 emits these for division, as do GCC 4.1.x versions of the ST
|
|
* GCC >= 4.2 emits these for division, as do GCC 4.1.x versions of the ST
|
|
* compiler which include backported patches.
|
|
* compiler which include backported patches.
|
|
*/
|
|
*/
|
|
-DECLARE_EXPORT(__sdivsi3_i4i);
|
|
|
|
DECLARE_EXPORT(__udiv_qrnnd_16);
|
|
DECLARE_EXPORT(__udiv_qrnnd_16);
|
|
|
|
+#if !defined(CONFIG_CPU_SH2)
|
|
|
|
+DECLARE_EXPORT(__sdivsi3_i4i);
|
|
DECLARE_EXPORT(__udivsi3_i4i);
|
|
DECLARE_EXPORT(__udivsi3_i4i);
|
|
#endif
|
|
#endif
|
|
|
|
+#endif
|
|
#else /* GCC 3.x */
|
|
#else /* GCC 3.x */
|
|
DECLARE_EXPORT(__movstr_i4_even);
|
|
DECLARE_EXPORT(__movstr_i4_even);
|
|
DECLARE_EXPORT(__movstr_i4_odd);
|
|
DECLARE_EXPORT(__movstr_i4_odd);
|