r219411 - in /trunk/gcc/jit: ChangeLog dummy-fr...
dmalcolm@gcc.gnu.org
dmalcolm@gcc.gnu.org
Fri Jan 9 21:45:00 GMT 2015
Author: dmalcolm
Date: Fri Jan 9 21:45:33 2015
New Revision: 219411
URL: https://gcc.gnu.org/viewcvs?rev=219411&root=gcc&view=rev
Log:
Fix the jit build after header flattening of r219402
gcc/jit/ChangeLog:
* dummy-frontend.c: Include "fixed-value.h", "alias.h", "flags.h",
"symtab.h", "inchash.h". Move include of "hash-set.h" much
earlier.
* jit-builtins.c: Remove redundant includes of "opts.h" and
"tree.h".
* jit-common.h: Include "hash-set.h", "input.h", "vec.h",
"double-int.h", "alias.h", "flags.h", "symtab.h", "inchash.h".
* jit-playback.c: Include "hashtab.h", "machmode.h", "input.h",
"statistics.h", "vec.h", "double-int.h", "real.h",
"fixed-value.h", "alias.h", "flags.h", "symtab.h", "tree-core.h",
"inchash.h", "fold-const.h". Move include of "hash-set.h" to
earlier.
* jit-recording.c: Remove redundant includes of "opts.h" and
"tree.h".
Modified:
trunk/gcc/jit/ChangeLog
trunk/gcc/jit/dummy-frontend.c
trunk/gcc/jit/jit-builtins.c
trunk/gcc/jit/jit-common.h
trunk/gcc/jit/jit-playback.c
trunk/gcc/jit/jit-recording.c
More information about the Gcc-cvs
mailing list