1*1debfc3dSmrg# This list is from t-elf, but with some things removed. 2*1debfc3dSmrgLIB1ASMFUNCS += _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_tls _bb_init_func \ 3*1debfc3dSmrg _call_via_rX _interwork_call_via_rX \ 4*1debfc3dSmrg _arm_fixunsdfsi _arm_fixunssfsi \ 5*1debfc3dSmrg _arm_floatdidf _arm_floatdisf _arm_floatundidf _arm_floatundisf \ 6*1debfc3dSmrg _lshrdi3 _ashrdi3 _ashldi3 \ 7*1debfc3dSmrg _clzsi2 _clzdi2 _ctzsi2 8*1debfc3dSmrg 9*1debfc3dSmrg# Just for these, we omit the frame pointer since it makes such a big 10*1debfc3dSmrg# difference. It is then pointless adding debugging. 11*1debfc3dSmrgHOST_LIBGCC2_CFLAGS += -fomit-frame-pointer 12*1debfc3dSmrg 13*1debfc3dSmrgLIB2ADD += $(srcdir)/floatunsidf.c $(srcdir)/floatunsisf.c 14*1debfc3dSmrg 15*1debfc3dSmrg# Currently there is a bug somewhere in GCC's alias analysis 16*1debfc3dSmrg# or scheduling code that is breaking _fpmul_parts in fp-bit.c. 17*1debfc3dSmrg# Disabling function inlining is a workaround for this problem. 18*1debfc3dSmrgHOST_LIBGCC2_CFLAGS += -fno-inline 19