mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 12:30:55 +08:00
targhooks.c: Include output.h.
* targhooks.c: Include output.h. * Makefile.in (targhooks.o): Add output.h to dependency list. From-SVN: r71702
This commit is contained in:
parent
92b836fa73
commit
d84a4ef1dd
@ -1,3 +1,8 @@
|
||||
2003-09-23 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
|
||||
|
||||
* targhooks.c: Include output.h.
|
||||
* Makefile.in (targhooks.o): Add output.h to dependency list.
|
||||
|
||||
2003-09-23 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
|
||||
|
||||
* config.host: Removed superfluous newline.
|
||||
|
@ -1489,7 +1489,8 @@ opts.o : opts.c opts.h options.h toplev.h $(CONFIG_H) $(SYSTEM_H) \
|
||||
coretypes.h $(TREE_H) $(TM_H) $(LANGHOOKS_H) $(GGC_H) $(RTL_H) \
|
||||
output.h $(DIAGNOSTIC_H) $(TM_P_H) $(INSN_ATTR_H) intl.h
|
||||
targhooks.o : targhooks.c targhooks.h $(CONFIG_H) $(SYSTEM_H) \
|
||||
coretypes.h $(TREE_H) $(TM_H) $(RTL_H) $(TM_P_H) function.h toplev.h
|
||||
coretypes.h $(TREE_H) $(TM_H) $(RTL_H) $(TM_P_H) function.h \
|
||||
output.h toplev.h
|
||||
|
||||
toplev.o : toplev.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) $(RTL_H) \
|
||||
function.h flags.h xcoffout.h input.h $(INSN_ATTR_H) output.h $(DIAGNOSTIC_H) \
|
||||
|
@ -55,6 +55,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
|
||||
#include "rtl.h"
|
||||
#include "tree.h"
|
||||
#include "expr.h"
|
||||
#include "output.h"
|
||||
#include "toplev.h"
|
||||
#include "function.h"
|
||||
#include "target.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user