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