Fix build on sparc64-linux-gnu.
[official-gcc.git] / libgcc / config / ia64 / t-softfp-compat
blob00f45d51cd02f18cee46e55723658a3002d3b648
1 # Filter out the following TImode functions and provide backward binary
2 # compatibility.
3 # Replace __dvxf3 _fixtfdi _fixunstfdi _floatditf
4 libgcc1-tf-functions = __divxf3  _fixtfdi _fixunstfdi _floatditf
5 LIB1ASMFUNCS := $(filter-out $(libgcc1-tf-functions), $(LIB1ASMFUNCS))
6 libgcc1-tf-compats = $(addsuffix .S, $(libgcc1-tf-functions))
7 LIB2ADD += $(addprefix $(srcdir)/config/ia64/, $(libgcc1-tf-compats))