mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-13 00:57:28 -04:00
20 lines
694 B
Plaintext
20 lines
694 B
Plaintext
# This list is from t-elf, but with lots removed.
|
|
LIB1ASMFUNCS += _dvmd_tls _bb_init_func _call_via_rX _interwork_call_via_rX \
|
|
_clzsi2 _clzdi2 _ctzsi2
|
|
|
|
# Derived from t-bpabi
|
|
# Add the BPABI C functions.
|
|
LIB2ADD += $(srcdir)/config/arm/unaligned-funcs.c
|
|
|
|
LIB2ADDEH = $(srcdir)/config/arm/unwind-arm.c \
|
|
$(srcdir)/config/arm/libunwind.S \
|
|
$(srcdir)/config/arm/pr-support.c $(srcdir)/unwind-c.c
|
|
|
|
# Add the BPABI names.
|
|
SHLIB_MAPFILES += $(srcdir)/config/arm/libgcc-bpabi.ver
|
|
|
|
# On ARM, specifying -fnon-call-exceptions will needlessly pull in
|
|
# the unwinder in simple programs which use 64-bit division. Omitting
|
|
# the option is safe.
|
|
LIB2_DIVMOD_EXCEPTION_FLAGS := -fexceptions
|