1 1.1 mrg #Plug millicode routines into libgcc.a We want these on both native and 2 1.1 mrg #cross compiles. We use the "64-bit" routines because the "32-bit" code 3 1.1 mrg #is broken for certain corner cases. 4 1.1 mrg LIB1ASMSRC = pa/milli64.S 5 1.1 mrg LIB1ASMFUNCS = _divI _divU _remI _remU _div_const _mulI _dyncall 6 1.1 mrg 7 1.1 mrg HOST_LIBGCC2_CFLAGS += -DELF=1 -DLINUX=1 8 1.1 mrg 9 1.1 mrg LIB2ADD = $(srcdir)/config/pa/fptr.c 10 1.1.1.2 mrg LIB2ADD_ST = $(srcdir)/config/pa/sync-libfuncs.c 11