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