]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit5dd80a116d76f84fcdac95b054c2d894f8ec58a5
tree4801ed07d35013ece68ed9ca40f40421ff8f5e2a
parentdff4bff9806f7a7808a70e126e33dc64ef3b33ef
[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 30c9e574002fd7682deb42ef80109805e830d0a4.

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]