]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: math-emu: Move various objects into an ar library.
authorRalf Baechle <ralf@linux-mips.org>
Thu, 24 Apr 2014 23:52:46 +0000 (01:52 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 12 May 2014 23:24:18 +0000 (01:24 +0200)
commit9fdbe16ad754d3c88515b3fd5f73d0498b47966a
treebfc2119f6e7e2ec02fe9190478d01fa793fb354d
parentc8ee07ea3d6cc125c3cd9ba8ae512aa4a32331d8
MIPS: math-emu: Move various objects into an ar library.

ieee754d.o contains only debug code and dp_sqrt.o and sp_sqrt.o contain
code which for MIPS I/II/III systems we don't want to link.  Again the
savings can be considerable for some systems:

$ mips-linux-size --totals ieee754d.o dp_sqrt.o sp_sqrt.o
   text    data     bss     dec     hex filename
   1624       0       0    1624     658 ieee754d.o
   2016       0       0    2016     7e0 dp_sqrt.o
    736       0       0     736     2e0 sp_sqrt.o
   4376       0       0    4376    1118 (TOTALS)

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Kbuild
arch/mips/Makefile
arch/mips/math-emu/Makefile