@@ -67,10 +67,10 @@ SOME_O3_FLAGS += -fgcse-after-reload
6767SOME_O3_FLAGS += -fipa-cp-clone
6868
6969DEFS_IEEE754_SF :=
70+ DEFS_IEEE754_SF += -D__XTENSA_CALL0_ABI__=1
7071DEFS_IEEE754_SF += -DL_divsf3
7172DEFS_IEEE754_SF += -DL_negsf2
7273DEFS_IEEE754_SF += -DL_addsubsf3
73- DEFS_IEEE754_SF += -DL_mulsf3
7474DEFS_IEEE754_SF += -DL_cmpsf2
7575DEFS_IEEE754_SF += -DL_fixsfsi
7676DEFS_IEEE754_SF += -DL_fixsfdi
@@ -81,3 +81,21 @@ DEFS_IEEE754_SF += -DL_floatdisf
8181DEFS_IEEE754_SF += -DL_sqrtf
8282DEFS_IEEE754_SF += -DL_recipsf2
8383DEFS_IEEE754_SF += -DL_rsqrtsf2
84+
85+ DEFS_LIB1FUNCS :=
86+ DEFS_LIB1FUNCS += -DL_ctzsi2
87+ DEFS_LIB1FUNCS += -DL_mulsi3
88+ DEFS_LIB1FUNCS += -DL_umulsidi3
89+ DEFS_LIB1FUNCS += -DL_clz
90+ DEFS_LIB1FUNCS += -DL_clrsbsi2
91+ DEFS_LIB1FUNCS += -DL_clzsi2
92+ DEFS_LIB1FUNCS += -DL_ffssi2
93+ DEFS_LIB1FUNCS += -DL_udivsi3
94+ DEFS_LIB1FUNCS += -DL_divsi3
95+ DEFS_LIB1FUNCS += -DL_umodsi3
96+ DEFS_LIB1FUNCS += -DL_modsi3
97+ DEFS_LIB1FUNCS += -DL_ashldi3
98+ DEFS_LIB1FUNCS += -DL_ashrdi3
99+ DEFS_LIB1FUNCS += -DL_lshrdi3
100+ DEFS_LIB1FUNCS += -DL_bswapsi2
101+ DEFS_LIB1FUNCS += -DL_bswapdi2
0 commit comments