Commit 21341cfd by Alex Samuel Committed by Richard Henderson

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
parent b6d24183
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
......
......@@ -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
......
This diff is collapsed. Click to expand it.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment