]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/Makefile.in
Fix coretypes.h-related dependencies
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 8 Jul 2017 13:40:03 +0000 (13:40 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 8 Jul 2017 13:40:03 +0000 (13:40 +0000)
commitac818bf6ec4bd6a10b0af1306569c4eb5eeacb46
treec9d4d789ad3de3eda76c5653409913501d020f09
parent8c26f7e1af4a5159a5edd6eac582562de8f36178
Fix coretypes.h-related dependencies

The bug fix here is to build/min-insn-modes.o, the rest are related
clean-ups.

2017-07-08  Richard Sandiford  <richard.sandiford@linaro.org>

gcc/
* Makefile.in (HOOKS_H, RTL_BASE_H, FUNCTION_H, EXPR_H, REGS_H)
(REAL_H): Remove $(MACHMODE_H).
(FIXED_VALUE_H, TREE_CORE_H, CFGLOOP_H): Remove $(MACHMODE_H) and
double-int.h.
(CORETYPES_H): Add signop.h, wide-int.h, wide-int-print.h,
$(MACHMODE_H) and double-int.h.
(build/min-insn-modes.o): Depend on $(CORETYPES_H) rather than
$(MACHMODE_H).
(gengtype-state.o, gengtype.o, build/gengtype.o): Don't depend on
double-int.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@250075 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in