Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sh: Kill bogus GCC4 symbol exports.

__sdivsi3_i4i, __udiv_qrnnd_16, and __udivsi3_i4i don't exist
outside of the ST compiler, so kill them off.

This causes compile failures with other GCC4 compilers.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

-3
-3
arch/sh/kernel/sh_ksyms.c
··· 82 82 DECLARE_EXPORT(__movmem_i4_even); 83 83 DECLARE_EXPORT(__movmem_i4_odd); 84 84 DECLARE_EXPORT(__movmemSI12_i4); 85 - DECLARE_EXPORT(__sdivsi3_i4i); 86 - DECLARE_EXPORT(__udiv_qrnnd_16); 87 - DECLARE_EXPORT(__udivsi3_i4i); 88 85 #else /* GCC 3.x */ 89 86 DECLARE_EXPORT(__movstr_i4_even); 90 87 DECLARE_EXPORT(__movstr_i4_odd);