You may remember a while ago we discussed and fixed a problem in which
libgcc was missing some functions on 64-bit MIPS targets:
http://gcc.gnu.org/ml/gcc-patches/2006-05/msg00639.html
To recap, adding TImode functions for MIPS had caused some DImode
functions to be removed.
I've finally backported the patches to 4.1. They fix PR 27681, which
is a regression from 4.0, and a major bug if you care about 64-bit MIPS
targets. Hopefully the patches have been on trunk long enough without
problems for them to be "safe enough".
Tested on mipsisa64-elf and mips64-linux-gnu. Also boostrapped
& regression-tested on x86_64-linux-gnu. OK to install?