Include coretypes.h in gcc-plugin.h & Add hard-reg-set.h in FUNCTION_H.
From-SVN: r167290
This commit is contained in:
parent
70d94de70a
commit
654e56c92e
@ -1,3 +1,8 @@
|
||||
2010-11-30 Mingjie Xing <mingjie.xing@gmail.com>
|
||||
|
||||
* gcc-plugin.h: Include coretypes.h.
|
||||
* Makefile.in (FUNCTION_H): Add hard-reg-set.h.
|
||||
|
||||
2010-11-30 Laurynas Biveinis <laurynas.biveinis@gmail.com>
|
||||
|
||||
* ggc-zone.c (ggc_pch_read): Fix conditional compilation.
|
||||
|
@ -907,7 +907,7 @@ ALIAS_H = alias.h coretypes.h
|
||||
EMIT_RTL_H = emit-rtl.h
|
||||
FLAGS_H = flags.h coretypes.h flag-types.h $(OPTIONS_H)
|
||||
OPTIONS_H = options.h flag-types.h $(OPTIONS_H_EXTRA)
|
||||
FUNCTION_H = function.h $(TREE_H) $(HASHTAB_H) vecprim.h $(TM_H)
|
||||
FUNCTION_H = function.h $(TREE_H) $(HASHTAB_H) vecprim.h $(TM_H) hard-reg-set.h
|
||||
EXPR_H = expr.h insn-config.h $(FUNCTION_H) $(RTL_H) $(FLAGS_H) $(TREE_H) $(MACHMODE_H) $(EMIT_RTL_H)
|
||||
OPTABS_H = optabs.h insn-codes.h
|
||||
REGS_H = regs.h $(MACHMODE_H) hard-reg-set.h
|
||||
|
@ -26,6 +26,7 @@ along with GCC; see the file COPYING3. If not see
|
||||
|
||||
#include "config.h"
|
||||
#include "system.h"
|
||||
#include "coretypes.h"
|
||||
#include "highlev-plugin-common.h"
|
||||
#include "hashtab.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user