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
This commit is contained in:
J"orn Rennecke 2006-08-21 18:07:00 +00:00 committed by Joern Rennecke
parent 653109bdf2
commit 34302d13ea
2 changed files with 7 additions and 0 deletions

View 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>:

View file

@ -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__ */