Searched refs:LIB2_DIVMOD_FUNCS (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/gnu/lib/libgcc/
H A DMakefile106 LIB2_DIVMOD_FUNCS = _divdi3 _moddi3 _udivdi3 _umoddi3 _udiv_w_sdiv _udivmoddi4 macro
171 # Remove any objects from LIB2FUNCS and LIB2_DIVMOD_FUNCS that are
176 LIB2_DIVMOD_FUNCS:= ${LIB2_DIVMOD_FUNCS:S/${sym}//g} macro
199 DIV_FUNCS = ${LIB2_DIVMOD_FUNCS}
/freebsd-10.1-release/contrib/gcc/
H A Dmklibgcc.in28 # LIB2_DIVMOD_FUNCS
194 # Remove any objects from lib2funcs and LIB2_DIVMOD_FUNCS that are
201 LIB2_DIVMOD_FUNCS=`echo $LIB2_DIVMOD_FUNCS | sed -e 's/^'$name' //' \
344 for name in $LIB2_DIVMOD_FUNCS; do

Completed in 132 milliseconds