t-netbsd-eabi revision 1.1.1.1 1 # This list is from t-elf, but with lots removed.
2 LIB1ASMFUNCS += _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.
7 LIB2ADD += $(srcdir)/config/arm/unaligned-funcs.c
8
9 # Not using libgcc for EH.
10 LIB2ADDEH =
11
12 # Add the BPABI names.
13 SHLIB_MAPFILES += $(srcdir)/config/arm/libgcc-bpabi.ver
14
15 # On ARM, specifying -fnon-call-exceptions will needlessly pull in
16 # the unwinder in simple programs which use 64-bit division. Omitting
17 # the option is safe.
18 LIB2_DIVMOD_EXCEPTION_FLAGS := -fexceptions
19