Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 98c69429 authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: Export __{s,u}divsi3_i4i on all CPUs.



Currently these are only being exported for CONFIG_CPU_SH4. This
invariably breaks when building for an SH-3 that includes multiple
targets in multilib.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 96a8a0ba
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -106,7 +106,6 @@ DECLARE_EXPORT(__movmem);
DECLARE_EXPORT(__movstr);
DECLARE_EXPORT(__movstr);
#endif
#endif


#ifdef CONFIG_CPU_SH4
#if __GNUC__ == 4
#if __GNUC__ == 4
DECLARE_EXPORT(__movmem_i4_even);
DECLARE_EXPORT(__movmem_i4_even);
DECLARE_EXPORT(__movmem_i4_odd);
DECLARE_EXPORT(__movmem_i4_odd);
@@ -126,7 +125,6 @@ DECLARE_EXPORT(__movstr_i4_even);
DECLARE_EXPORT(__movstr_i4_odd);
DECLARE_EXPORT(__movstr_i4_odd);
DECLARE_EXPORT(__movstrSI12_i4);
DECLARE_EXPORT(__movstrSI12_i4);
#endif /* __GNUC__ == 4 */
#endif /* __GNUC__ == 4 */
#endif


#if !defined(CONFIG_CACHE_OFF) && (defined(CONFIG_CPU_SH4) || \
#if !defined(CONFIG_CACHE_OFF) && (defined(CONFIG_CPU_SH4) || \
	defined(CONFIG_SH7705_CACHE_32KB))
	defined(CONFIG_SH7705_CACHE_32KB))