X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=gcc%2Fconfig%2Fmn10200%2Ft-mn10200;fp=gcc%2Fconfig%2Fmn10200%2Ft-mn10200;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=7bdc5abdd07a49358da5f2a47ba223fde24502c9;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/config/mn10200/t-mn10200 b/gcc/config/mn10200/t-mn10200 deleted file mode 100644 index 7bdc5abd..00000000 --- a/gcc/config/mn10200/t-mn10200 +++ /dev/null @@ -1,52 +0,0 @@ -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 \ - _floatdisf \ - _fixsfdi - - -# We do not have DF or DI types, so fake out the libgcc2 compilation. -TARGET_LIBGCC2_CFLAGS=-DDF=SF -DDI=SI -LIB2FUNCS_EXTRA = $(srcdir)/config/udivmodsi4.c \ - $(srcdir)/config/divmod.c $(srcdir)/config/udivmod.c - -# We want fine grained libraries, so use the new code to build the -# floating point emulation libraries. The mn10200 only has single -# precision floating point. -FPBIT = fp-bit.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