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
This commit is contained in:
parent
8281124b3b
commit
c818d01963
2 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue