For ia64, add _bswapsi2 & _bswapdi2. The audio/flac port uses the

bswap32 builtin and the compiler emits a call to the libgcc function
rather than generating inline code.
This commit is contained in:
marcel 2014-01-18 04:09:39 +00:00
parent 4dec904890
commit d7e15b8253

View File

@ -145,6 +145,7 @@ LIB1ASMFUNCS = __divxf3 __divdf3 __divsf3 \
__divsi3 __modsi3 __udivsi3 __umodsi3 __save_stack_nonlocal \
__nonlocal_goto __restore_stack_nonlocal __trampoline \
_fixtfdi _fixunstfdi _floatditf
LIB2FUNCS += _bswapsi2 _bswapdi2
LIB2ADDEH = unwind-ia64.c unwind-sjlj.c unwind-c.c
.endif