head	1.2;
access;
symbols
	gcc-2_8_1-990325:1.2
	gcc-2_8_1-990319:1.2
	gcc-2_8_1-990302:1.2
	gcc_2_8_1-990302:1.2
	gcc_2_8_1-990222:1.2
	gcc-2_8_1-990109:1.2
	gcc-2_8_1-981210:1.2
	gcc-2_8_1-981208:1.2
	gcc-2_8_1-980929:1.2
	gcc_2_8_1-980929:1.2
	gcc-2_8_1-980928:1.2
	gcc-2_8_1-980813:1.2
	gcc-2_8_1-980811:1.2
	gcc-2_8_1-980718:1.2
	gcc-2_8_1-980705:1.2
	gcc-2_8_1-980627:1.2
	gcc-2_8_1-980609:1.2
	gcc-2_8_1-980608:1.2
	gcc-2_8_1-980529:1.2
	gcc-2_8_1-980525:1.2
	gcc-2_8_1-980513:1.2
	gcc-2_8_1-980502:1.2
	gcc-2_8_1-980426:1.2
	gcc-2_8_1-980419:1.2
	gcc-2_8_1-980413:1.2
	gcc-2_8_1-980412:1.2
	gcc-2_8_1-980407:1.2
	gcc-2_8_1-980401:1.2
	gcc_2_8_1-980315:1.2
	gcc-2_8_1-RELEASE:1.2;
locks; strict;
comment	@# @;


1.2
date	97.09.12.08.23.04;	author law;	state Exp;
branches;
next	1.1;

1.1
date	97.06.23.17.28.19;	author law;	state Exp;
branches;
next	;


desc
@@


1.2
log
@*** empty log message ***
@
text
@LIBGCC1=libgcc1.null
CROSS_LIBGCC1 = libgcc1-asm.a
LIB1ASMSRC = mn10200/lib1funcs.asm
LIB1ASMFUNCS    = _divhi3 \
		  _modhi3 \
		  _addsi3 \
		  _subsi3 \
		  _mulsi3 \
		  _ashlsi3 \
		  _lshrsi3 \
		  _ashrsi3 \
		  _negsi2_d0 \
		  _negsi2_d2 \
		  _zero_extendpsisi2_d0 \
		  _zero_extendpsisi2_d2 \
		  _sign_extendpsisi2_d0 \
		  _sign_extendpsisi2_d2 \
		  _truncsipsi2_d0_d0 \
		  _truncsipsi2_d0_d1 \
		  _truncsipsi2_d0_d2 \
		  _truncsipsi2_d0_d3 \
		  _truncsipsi2_d2_d0 \
		  _truncsipsi2_d2_d1 \
		  _truncsipsi2_d2_d2 \
		  _truncsipsi2_d2_d3 \
		  _cmpsi2 \
		  _ucmpsi2 \
		  _prologue \
		  _epilogue_a0 \
		  _epilogue_d0 \
		  _epilogue_noreturn


# These are really part of libgcc1, but this will cause them to be
# built correctly, so...

# We do not have DF or DI types, so fake out the libgcc2 compilation.
TARGET_LIBGCC2_CFLAGS=-DDF=SF -DDI=SI
LIB2FUNCS_EXTRA = fp-bit.c $(srcdir)/config/mn10200/udivmodsi4.c \
	$(srcdir)/config/mn10200/divmod.c $(srcdir)/config/mn10200/udivmod.c

fp-bit.c: $(srcdir)/config/fp-bit.c
	echo '#define FLOAT' > fp-bit.c
	echo '#define FLOAT_ONLY' >> fp-bit.c
	echo '#define SMALL_MACHINE' >> fp-bit.c
	echo '#define CMPtype HItype' >> fp-bit.c
	echo '#ifdef __LITTLE_ENDIAN__' >> fp-bit.c
	echo '#define FLOAT_BIT_ORDER_MISMATCH' >>fp-bit.c
	echo '#endif' 		>> fp-bit.c
	cat $(srcdir)/config/fp-bit.c >> fp-bit.c
@


1.1
log
@Initial revision
@
text
@d38 1
a38 1
LIBGCC2_CFLAGS = -g -O2 -DDF=SF -DDI=SI $(GCC_CFLAGS) $(LIBGCC2_INCLUDES)
@
