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