:ADDPATCH libgcc: Hi, The attached patch adds an optional IMA mode to libgcc's configury as per PR33396. Included are some small fixes exposed by IMA. A few warnings exposed by it are left unfixed for now, help on those is very welcome. It is currently regtesting on i686-linux-gnu. Ok for trunk when regtesting passes fine? thanks, libgcc/ChangeLog: 2007-11-19 Bernhard Fischer <> * configure.ac: Add option --enable-intermodule for onestep compile. * Makefile.in: Use onestep. gcc/ChangeLog: 2007-11-19 Bernhard Fischer <> * gbl-ctors.h: Add header guard. * libgcc2.c: Avoid redefinition of FUNC, use FUNCU for __floatundi?f * config/libbid/bid64_div.c: Extern decls of __bid_{convert_table,factors,packed_10000_zeros} have to be const. * libgcc/config/libbid/bid128_div.c: Likewise.