MIPS: math-emu: Remove unused code.
authorRalf Baechle <ralf@linux-mips.org>
Thu, 24 Apr 2014 22:29:50 +0000 (00:29 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 23 May 2014 13:11:14 +0000 (15:11 +0200)
commitdfbf42b844a5f307bd66716da65f01be9107bc0b
tree99da96f3c2faeb7ec202c681fe98d3a1f8f8ce40
parent1bc3320d954183031bd3dc1dac36858c3c96e0b3
MIPS: math-emu: Remove unused code.

Shrinks the FPU emulator by 4528 bytes.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
21 files changed:
arch/mips/math-emu/Makefile
arch/mips/math-emu/dp_fint.c
arch/mips/math-emu/dp_flong.c
arch/mips/math-emu/dp_frexp.c [deleted file]
arch/mips/math-emu/dp_logb.c [deleted file]
arch/mips/math-emu/dp_modf.c [deleted file]
arch/mips/math-emu/dp_scalb.c [deleted file]
arch/mips/math-emu/dp_simple.c
arch/mips/math-emu/dp_tint.c
arch/mips/math-emu/dp_tlong.c
arch/mips/math-emu/ieee754.h
arch/mips/math-emu/ieee754m.c [deleted file]
arch/mips/math-emu/sp_fint.c
arch/mips/math-emu/sp_flong.c
arch/mips/math-emu/sp_frexp.c [deleted file]
arch/mips/math-emu/sp_logb.c [deleted file]
arch/mips/math-emu/sp_modf.c [deleted file]
arch/mips/math-emu/sp_scalb.c [deleted file]
arch/mips/math-emu/sp_simple.c
arch/mips/math-emu/sp_tint.c
arch/mips/math-emu/sp_tlong.c