aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config/arm/t-netbsd
blob: ea4d5de4e7740c993c2e3486c0b8488dd35b8b81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# This list is from t-elf, but with some things removed.
LIB1ASMFUNCS += _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_tls _bb_init_func \
	_call_via_rX _interwork_call_via_rX \
	_arm_fixunsdfsi _arm_fixunssfsi \
	_arm_floatdidf _arm_floatdisf _arm_floatundidf _arm_floatundisf \
	_lshrdi3 _ashrdi3 _ashldi3 \
	_clzsi2 _clzdi2 _ctzsi2

# Just for these, we omit the frame pointer since it makes such a big
# difference.  It is then pointless adding debugging.
HOST_LIBGCC2_CFLAGS += -fomit-frame-pointer

LIBGCC2_DEBUG_CFLAGS = -g0

LIB2ADD += $(srcdir)/floatunsidf.c $(srcdir)/floatunsisf.c