OSDN Git Service

* config/sh/lib1funcs-Os-4-200.asm: Guard entire file with
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Aug 2006 18:07:00 +0000 (18:07 +0000)
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Aug 2006 18:07:00 +0000 (18:07 +0000)
#if !__SHMEDIA__ .

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116304 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/sh/lib1funcs-Os-4-200.asm

index 8e3a0ad..dc3fef9 100644 (file)
@@ -1,3 +1,8 @@
+2006-08-21  J"orn Rennecke  <joern.rennecke@st.com>
+
+       * config/sh/lib1funcs-Os-4-200.asm: Guard entire file with
+       #if !__SHMEDIA__ .
+
 2006-08-21  Olivier Hainque  <hainque@adacore.com>
 
        * gimplify.c (gimplify_init_constructor) <RECORD,UNION,ARRAY types>:
 2006-08-21  Olivier Hainque  <hainque@adacore.com>
 
        * gimplify.c (gimplify_init_constructor) <RECORD,UNION,ARRAY types>:
index e71ccd1..e016bed 100644 (file)
@@ -30,6 +30,7 @@ Boston, MA 02110-1301, USA.  */
 
 #include "lib1funcs.h"
 
 
 #include "lib1funcs.h"
 
+#if !__SHMEDIA__
 #ifdef L_udivsi3_i4i
 
 /* 88 bytes; sh4-200 cycle counts:
 #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 */
        ENDFUNC(GLOBAL(sdivsi3_i4i))
 #endif /* __SH_FPU_DOUBLE__ */
 #endif /* L_sdivsi3_i4i */
+#endif /* !__SHMEDIA__ */