Home | History | Annotate | Line # | Download | only in arm
      1 # Add the bpabi.S functions.
      2 LIB1ASMFUNCS += _aeabi_lcmp _aeabi_ulcmp _aeabi_ldivmod _aeabi_uldivmod
      3 
      4 # Add the BPABI C functions.
      5 LIB2ADD += $(srcdir)/config/arm/bpabi.c \
      6 	   $(srcdir)/config/arm/unaligned-funcs.c
      7 
      8 LIB2ADD_ST += $(srcdir)/config/arm/fp16.c
      9 
     10 LIB2ADDEH = $(srcdir)/config/arm/unwind-arm.c \
     11   $(srcdir)/config/arm/libunwind.S \
     12   $(srcdir)/config/arm/pr-support.c $(srcdir)/unwind-c.c
     13 
     14 # Add the BPABI names.
     15 SHLIB_MAPFILES += $(srcdir)/config/arm/libgcc-bpabi.ver
     16 
     17 # On ARM, specifying -fnon-call-exceptions will needlessly pull in
     18 # the unwinder in simple programs which use 64-bit division.  Omitting
     19 # the option is safe.
     20 LIB2_DIVMOD_EXCEPTION_FLAGS := -fexceptions
     21