From: J"orn Rennecke Date: Mon, 21 Aug 2006 18:07:00 +0000 (+0000) Subject: lib1funcs-Os-4-200.asm: Guard entire file with #if !__SHMEDIA__ . X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=34302d13ea0dd4cc2fa0e7a8f84ca780e1355751;p=gcc.git lib1funcs-Os-4-200.asm: Guard entire file with #if !__SHMEDIA__ . * config/sh/lib1funcs-Os-4-200.asm: Guard entire file with #if !__SHMEDIA__ . From-SVN: r116304 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8e3a0ad12fd..dc3fef912f1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2006-08-21 J"orn Rennecke + + * config/sh/lib1funcs-Os-4-200.asm: Guard entire file with + #if !__SHMEDIA__ . + 2006-08-21 Olivier Hainque * gimplify.c (gimplify_init_constructor) : diff --git a/gcc/config/sh/lib1funcs-Os-4-200.asm b/gcc/config/sh/lib1funcs-Os-4-200.asm index e71ccd1de6e..e016bed2588 100644 --- a/gcc/config/sh/lib1funcs-Os-4-200.asm +++ b/gcc/config/sh/lib1funcs-Os-4-200.asm @@ -30,6 +30,7 @@ Boston, MA 02110-1301, USA. */ #include "lib1funcs.h" +#if !__SHMEDIA__ #ifdef L_udivsi3_i4i /* 88 bytes; sh4-200 cycle counts: @@ -323,3 +324,4 @@ L1: ENDFUNC(GLOBAL(sdivsi3_i4i)) #endif /* __SH_FPU_DOUBLE__ */ #endif /* L_sdivsi3_i4i */ +#endif /* !__SHMEDIA__ */