Commit c818d019 by Kai Tietz Committed by Kai Tietz

mingw32.h (SUBTARGET_INIT_BUILTINS): New.

2008-04-25  Kai Tietz  <kai.tietz@onevision.com>

	* config/i386/mingw32.h (SUBTARGET_INIT_BUILTINS): New.
	* config/i386/i386.c (ix86_init_builtins): Use of
	SUBTARGET_INIT_BUILTINS.
	Add include of c-common.h for builtin.

From-SVN: r134691
parent 8281124b
......@@ -3,6 +3,7 @@
* config/i386/mingw32.h (SUBTARGET_INIT_BUILTINS): New.
* config/i386/i386.c (ix86_init_builtins): Use of
SUBTARGET_INIT_BUILTINS.
Add include of c-common.h for builtin.
2008-04-25 Jan Hubicka <jh@suse.cz>
......
......@@ -35,6 +35,7 @@ along with GCC; see the file COPYING3. If not see
#include "insn-codes.h"
#include "insn-attr.h"
#include "flags.h"
#include "c-common.h"
#include "except.h"
#include "function.h"
#include "recog.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment