Include tm_p.h in ggc files
From-SVN: r29825
This commit is contained in:
parent
b81fdb5a14
commit
1b42a6a905
@ -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>
|
||||
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include "system.h"
|
||||
#include "rtl.h"
|
||||
#include "tree.h"
|
||||
#include "tm_p.h"
|
||||
#include "ggc.h"
|
||||
|
||||
int ggc_p = 0;
|
||||
|
@ -23,11 +23,12 @@
|
||||
|
||||
#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 *));
|
||||
|
@ -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. */
|
||||
|
@ -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"
|
||||
|
@ -22,10 +22,11 @@
|
||||
#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. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user