targtyps.c: Add missing include for tm_p.h.
2009-09-07 Laurent GUERBY <laurent@guerby.net> * gcc-interface/targtyps.c: Add missing include for tm_p.h. * gcc-interface/Make-lang.in: Update dependencies. From-SVN: r151474
This commit is contained in:
parent
e9491f468a
commit
2dcbb2c0bf
3 changed files with 10 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-09-07 Laurent GUERBY <laurent@guerby.net>
|
||||
|
||||
* gcc-interface/targtyps.c: Add missing include for tm_p.h.
|
||||
* gcc-interface/Make-lang.in: Update dependencies.
|
||||
|
||||
2009-09-07 Laurent GUERBY <laurent@guerby.net>
|
||||
|
||||
* make.adb: Add missing documentation for multilib handling.
|
||||
|
|
|
@ -1074,10 +1074,10 @@ ada/misc.o : ada/gcc-interface/misc.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
|||
$(COMPILER) -c $(ALL_COMPILERFLAGS) -I.. $(ALL_CPPFLAGS) $< -o $@
|
||||
|
||||
ada/targtyps.o : ada/gcc-interface/targtyps.c $(CONFIG_H) $(SYSTEM_H) \
|
||||
coretypes.h $(TM_H) $(TREE_H) ada/gcc-interface/ada.h ada/types.h \
|
||||
ada/atree.h ada/elists.h ada/namet.h ada/nlists.h ada/snames.h \
|
||||
ada/stringt.h ada/uintp.h ada/urealp.h ada/fe.h ada/sinfo.h ada/einfo.h \
|
||||
$(ADA_TREE_H) ada/gcc-interface/gigi.h
|
||||
coretypes.h $(TM_H) $(TM_P_H) $(TREE_H) ada/gcc-interface/ada.h \
|
||||
ada/types.h ada/atree.h ada/elists.h ada/namet.h ada/nlists.h \
|
||||
ada/snames.h ada/stringt.h ada/uintp.h ada/urealp.h ada/fe.h ada/sinfo.h \
|
||||
ada/einfo.h $(ADA_TREE_H) ada/gcc-interface/gigi.h
|
||||
$(COMPILER) -c $(ALL_COMPILERFLAGS) -I.. $(ALL_CPPFLAGS) $< -o $@
|
||||
|
||||
ada/trans.o : ada/gcc-interface/trans.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
#include "system.h"
|
||||
#include "coretypes.h"
|
||||
#include "tm.h"
|
||||
#include "tm_p.h"
|
||||
#include "tree.h"
|
||||
|
||||
#include "ada.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue