On Sat, 7 Jul 2012, Steven Bosscher wrote: > BTW, why do so many libgcc files include coretypes.h?
It might be needed for the tm.h includes, if tm.h uses types from coretypes.h - there are still a fair number of host-side tm.h macros used in libgcc, that need to transition to libgcc-only target macros or macros predefined by the compiler. -- Joseph S. Myers jos...@codesourcery.com