Home | History | Annotate | Line # | Download | only in arm
t-netbsd-eabi revision 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 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 
     13 # Add the BPABI names.
     14 SHLIB_MAPFILES += $(srcdir)/config/arm/libgcc-bpabi.ver
     15 
     16 # On ARM, specifying -fnon-call-exceptions will needlessly pull in
     17 # the unwinder in simple programs which use 64-bit division.  Omitting
     18 # the option is safe.
     19 LIB2_DIVMOD_EXCEPTION_FLAGS := -fexceptions
     20