Include tm_p.h in ggc files
authorMichael Meissner <meissner@cygnus.com>
Tue, 5 Oct 1999 15:42:18 +0000 (15:42 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Tue, 5 Oct 1999 15:42:18 +0000 (15:42 +0000)
From-SVN: r29825

gcc/ChangeLog
gcc/ggc-callbacks.c
gcc/ggc-common.c
gcc/ggc-none.c
gcc/ggc-page.c
gcc/ggc-simple.c

index 5f257ccf785686df4ebacdb1ede5418f2807c751..1120c159a780dc2b4e74e3271c6d2792f3693eb5 100644 (file)
@@ -1,3 +1,9 @@
+Tue Oct  5 11:34:52 1999  Michael Meissner  <meissner@cygnus.com>
+
+       * ggc-{common,callbacks,none,page,simple}.c (toplevel): Reorder
+       includes, so that ggc.h comes after other includes that define the
+       appropriate types.  Include tm_p.h for getting user prototypes.
+
 Mon Oct  4 16:48:16 1999  Diego Novillo <dnovillo@cygnus.com>
                           Jonathan Larmour  <jlarmour@cygnus.co.uk>
 
index caae2bcff28c28af6a1617d82af66e360d302b0b..462e6905dc27f534ad91671b2b8ad1deaf2e69c5 100644 (file)
@@ -22,6 +22,7 @@
 #include "system.h"
 #include "rtl.h"
 #include "tree.h"
+#include "tm_p.h"
 #include "ggc.h"
 
 int ggc_p = 0;
index cf28d5bbc0c51b0b430f80e9cd8c3188b5e06473..5acde492d1767b169958d33cfdf823a6b3fe9ca3 100644 (file)
 
 #include "config.h"
 #include "system.h"
-#include "ggc.h"
-#include "hash.h"
 #include "rtl.h"
 #include "tree.h"
+#include "tm_p.h"
+#include "hash.h"
 #include "varray.h"
+#include "ggc.h"
 
 static void ggc_mark_rtx_ptr PARAMS ((void *));
 static void ggc_mark_tree_ptr PARAMS ((void *));
index d567c8b3fde932e0168846a484d1ada621c752a9..4e9ef4aacd7b67ebb6e3162345efa1c9a755518c 100644 (file)
@@ -29,6 +29,7 @@
 #include "config.h"
 #include "system.h"
 #include "rtl.h"
+#include "tm_p.h"
 #include "ggc.h"
 
 /* For now, keep using the old obstack scheme in the gen* programs.  */
index 879f8fa776d105ddde5718ecb5eba85751f7ebce..80967d25c6df0ad678a351e0029bb723bbac7961 100644 (file)
@@ -22,6 +22,7 @@
 #include "system.h"
 #include "tree.h"
 #include "rtl.h"
+#include "tm_p.h"
 #include "varray.h"
 #include "flags.h"
 #include "ggc.h"
index cb9364be96c9594d246f4005451adc24ab7ad652..841f50bf561f5470a4244d480b88ddade927aea5 100644 (file)
 #include "system.h"
 #include "rtl.h"
 #include "tree.h"
-#include "ggc.h"
+#include "tm_p.h"
 #include "flags.h"
 #include "varray.h"
 #include "hash.h"
+#include "ggc.h"
 
 /* Debugging flags.  */