* config/sh/lib1funcs-4-300.asm: Guard entire file with
#if !__SHMEDIA__ .
From-SVN: r118500
+2006-11-05 Kaz Kojima <kkojima@gcc.gnu.org>
+
+ * config/sh/lib1funcs-4-300.asm: Guard entire file with
+ #if !__SHMEDIA__ .
+
2006-11-05 Jakub Jelinek <jakub@redhat.com>
PR middle-end/29695
#include "lib1funcs.h"
+#if !__SHMEDIA__
#ifdef L_div_table
#if defined (__SH3__) || defined (__SH3E__) || defined (__SH4__) || defined (__SH4_SINGLE__) || defined (__SH4_SINGLE_ONLY__) || defined (__SH4_NOFPU__)
/* This code used shld, thus is not suitable for SH1 / SH2. */
#endif /* SH3 / SH4 */
#endif /* L_div_table */
+#endif /* !__SHMEDIA__ */