[MIPS] Fix optimization for size build.
authorRalf Baechle <ralf@linux-mips.org>
Wed, 7 Jun 2006 12:25:37 +0000 (13:25 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 19 Jun 2006 16:39:16 +0000 (17:39 +0100)
commit72fbfb260197a52c2bc2583f3e8f15d261d0f924
tree4801ed07d35013ece68ed9ca40f40421ff8f5e2a
parentaac076f8805448a6331a526aa02cc438730ddd39
[MIPS] Fix optimization for size build.

It took a while longer than on other architectures but gcc has finally
started to strike us as well ...

This also fixes the damage by 6edfba1b33c701108717f4e036320fc39abe1912.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Makefile
arch/mips/lib/Makefile
arch/mips/lib/ashldi3.c [new file with mode: 0644]
arch/mips/lib/ashrdi3.c [new file with mode: 0644]
arch/mips/lib/libgcc.h [new file with mode: 0644]
arch/mips/lib/lshrdi3.c [new file with mode: 0644]