This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch][RFC] Remove tree/gimple/rtl dependencies from core CFG code


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
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]