1# This list is from t-elf, but with lots removed. 2LIB1ASMFUNCS += _dvmd_tls _bb_init_func _call_via_rX _interwork_call_via_rX \ 3 _clzsi2 _clzdi2 _ctzsi2 4 5# Derived from t-bpabi 6# Add the BPABI C functions. 7LIB2ADD += $(srcdir)/config/arm/unaligned-funcs.c 8 9#LIB2ADDEH = $(srcdir)/config/arm/unwind-arm.c \ 10# $(srcdir)/config/arm/libunwind.S \ 11# $(srcdir)/config/arm/pr-support.c $(srcdir)/unwind-c.c 12 13LIB2FUNCS_EXCLUDE = _ctors 14 15# Add the BPABI names. 16SHLIB_MAPFILES += $(srcdir)/config/arm/libgcc-bpabi.ver 17 18# On ARM, specifying -fnon-call-exceptions will needlessly pull in 19# the unwinder in simple programs which use 64-bit division. Omitting 20# the option is safe. 21LIB2_DIVMOD_EXCEPTION_FLAGS := -fexceptions 22