xref: /netbsd-src/external/gpl3/gcc/dist/libgcc/config/arm/t-netbsd (revision 6ae4e21064e9b77fe5168f79a33d67d97d2de5ae)
1*6ae4e210Smrg# This list is from t-elf, but with some things removed.
2*6ae4e210SmrgLIB1ASMFUNCS += _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_tls _bb_init_func \
3*6ae4e210Smrg	_call_via_rX _interwork_call_via_rX \
4*6ae4e210Smrg	_arm_fixunsdfsi _arm_fixunssfsi \
5*6ae4e210Smrg	_arm_floatdidf _arm_floatdisf _arm_floatundidf _arm_floatundisf \
6*6ae4e210Smrg	_lshrdi3 _ashrdi3 _ashldi3 \
7*6ae4e210Smrg	_clzsi2 _clzdi2 _ctzsi2
8*6ae4e210Smrg
948fb7bfaSmrg# Just for these, we omit the frame pointer since it makes such a big
1048fb7bfaSmrg# difference.  It is then pointless adding debugging.
1148fb7bfaSmrgHOST_LIBGCC2_CFLAGS += -fomit-frame-pointer
1248fb7bfaSmrg
1348fb7bfaSmrgLIB2ADD += $(srcdir)/floatunsidf.c $(srcdir)/floatunsisf.c
14*6ae4e210Smrg
15*6ae4e210Smrg# Currently there is a bug somewhere in GCC's alias analysis
16*6ae4e210Smrg# or scheduling code that is breaking _fpmul_parts in fp-bit.c.
17*6ae4e210Smrg# Disabling function inlining is a workaround for this problem.
18*6ae4e210SmrgHOST_LIBGCC2_CFLAGS += -fno-inline
19