------- Comment #8 from aldot at gcc dot gnu dot org 2008-01-24 13:43 ------- Created an attachment (id=15016) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15016&action=view) updated patch
tiny fix: libgcc-s-objects-onestep is only needed for enable_shared=yes. Two other buglets fixed that were exposed by building libgcc with --enable-intermodule, see second changelog below. 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. -- aldot at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #15008|0 |1 is obsolete| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33396