]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Mon, 12 May 2014 23:24:16 +0000 (01:24 +0200)
commit85f5c837549bc3bb31b744b024e17ea5a9381765
tree1ef45619db8ee015e821c12554d3ed50af4fb4a1
parent50cea3268e08afdf986314fdf0a03df7a0d67ccb
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