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 Moolenaar 2014-01-18 04:09:39 +00:00
parent e5a1d95089
commit 5ed2724da0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=260844

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