ggc-page.c: New file.

* ggc-page.c: New file.
        * Makefile.in (ggc-page.o): New.

Co-Authored-By: Richard Henderson <rth@cygnus.com>

From-SVN: r29632
This commit is contained in:
Alex Samuel 1999-09-23 20:00:57 +00:00 committed by Richard Henderson
parent b6d24183df
commit 21341cfd7f
3 changed files with 1093 additions and 1 deletions

View File

@ -1,3 +1,9 @@
Thu Sep 23 12:59:14 1999 Alex Samuel <samuel@codesourcery.com>
Richard Henderson <rth@cygnus.com>
* ggc-page.c: New file.
* Makefile.in (ggc-page.o): New.
Thu Sep 23 13:55:21 1999 Jeffrey A Law (law@cygnus.com)
* invoke.texi: Document -fdelete-null-pointer-checks

View File

@ -308,7 +308,7 @@ CLIB=
OBSTACK=obstack.o
# The GC method to be used on this system.
GGC=ggc-simple.o
GGC=ggc-page.o
# If a supplementary library is being used for the GC.
GGC_LIB=
@ -1433,6 +1433,9 @@ ggc-common.o: ggc-common.c $(CONFIG_H) $(RTL_BASE_H) $(TREE_H) \
ggc-simple.o: ggc-simple.c $(CONFIG_H) $(RTL_BASE_H) $(TREE_H) flags.h \
ggc.h varray.h hash.h
ggc-page.o: ggc-page.c $(CONFIG_H) $(RTL_BASE_H) $(TREE_H) flags.h \
ggc.h varray.h hash.h
ggc-none.o: ggc-none.c $(CONFIG_H) $(RTL_BASE_H) ggc.h
ggc-callbacks.o: ggc-callbacks.c $(CONFIG_H) $(RTL_BASE_H) $(TREE_H) ggc.h

1083
gcc/ggc-page.c Normal file

File diff suppressed because it is too large Load Diff