This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Does config.h include tm.h for now?
- From: Mingjie Xing <mingjie dot xing at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Tue, 22 Feb 2011 15:07:56 +0800
- Subject: Does config.h include tm.h for now?
Hi,
I notice that the internals document says "The header file config.h
includes tm.h and most compiler source files include config.h." in
"Target Description Macros and Functions" section.
This may need modification since config.h doesn't include tm.h for
now, if I'm not wrong.
Thanks,
Mingjie