xcoffout.c: #include debug.h.
authorOlivier Hainque <hainque@adacore.com>
Wed, 29 Aug 2007 15:57:21 +0000 (15:57 +0000)
committerOlivier Hainque <hainque@gcc.gnu.org>
Wed, 29 Aug 2007 15:57:21 +0000 (15:57 +0000)
2007-08-29  Olivier Hainque  <hainque@adacore.com>

* xcoffout.c: #include debug.h.
* Makefile.in (xcoffout.o): Add debug.h dependency.

From-SVN: r127906

gcc/ChangeLog
gcc/Makefile.in
gcc/xcoffout.c

index 40b8b6b96d5985bdf4cabbd7df3c41471143aecd..aee97d8d12de8a5f6ac7b17315c273474fdee6dd 100644 (file)
@@ -1,3 +1,8 @@
+2007-08-29  Olivier Hainque  <hainque@adacore.com>
+
+       * xcoffout.c: #include debug.h.
+       * Makefile.in (xcoffout.o): Add debug.h dependency.
+
 2007-08-29  Uros Bizjak  <ubizjak@gmail.com>
 
        * simplify-rtx.c (simplify_binary_operation_1) [VEC_SELECT]:
index ad6dd0e644d817c149af812c65d53016675230c9..5e0866354457509846ccf238d7c978db02be3933 100644 (file)
@@ -2428,7 +2428,7 @@ vmsdbgout.o : vmsdbgout.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H)
    $(RTL_H) $(FLAGS_H) output.h vmsdbg.h debug.h langhooks.h $(FUNCTION_H) $(TARGET_H)
 xcoffout.o : xcoffout.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
    $(TREE_H) $(RTL_H) xcoffout.h $(FLAGS_H) toplev.h output.h dbxout.h \
-   $(GGC_H) $(TARGET_H) gstab.h xcoff.h
+   $(GGC_H) $(TARGET_H) debug.h gstab.h xcoff.h
 emit-rtl.o : emit-rtl.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) \
    $(TREE_H) $(FLAGS_H) $(FUNCTION_H) $(REGS_H) insn-config.h $(RECOG_H) \
    $(GGC_H) $(EXPR_H) hard-reg-set.h bitmap.h toplev.h $(BASIC_BLOCK_H) \
index d1dc5a3a4dbdedca0815baaf8fbabf53588843c9..fb99903b76d5f6a64f86d033b85638c8d1d6091f 100644 (file)
@@ -34,6 +34,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "output.h"
 #include "ggc.h"
 #include "target.h"
+#include "debug.h"
 
 #ifdef XCOFF_DEBUGGING_INFO