summaryrefslogtreecommitdiff
path: root/gcc/ch
diff options
context:
space:
mode:
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>1999-09-04 22:24:18 +0000
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>1999-09-04 22:24:18 +0000
commitfa8477c933fad289de6d05db8be3c1e875ee9c94 (patch)
tree3de0cb2ccbbe10584f1aa44627cc6ced985da296 /gcc/ch
parentf8af70436d395fdf5bfd82def12c4959d328c747 (diff)
downloadgcc-fa8477c933fad289de6d05db8be3c1e875ee9c94.tar.gz
GCC:
Sat Sep 4 13:44:01 1999 Mark Mitchell <mark@codesourcery.com> * Makefile.in (C_AND_C_OBJS): Add gcc-callbacks.o. (OBJS): Add $(GCC). (ggc-callbacks.o): New target. * ggc-callbacks.c: New file. Chill: 1999-09-04 Mark Mitchell <mark@codesourcery.com> * Make-lang.in (cc1chill): Depend on ggc-callbacks.o. * Makefile.in (CHILL_OBJS): Add ggc-callbacks.o. C++: 1999-09-04 Mark Mitchell <mark@codesourcery.com> * Make-lang.in (cc1plus): Remove dependency on GGC. * Makefile.in (OBJS): Don't mention ggc-simple.o. (OBJDEPS): Don't mention ggc-simple.o. F77: Sat Sep 4 13:46:27 1999 Mark Mitchell <mark@codesourcery.com> * Make-lang.in (f771): Depend on ggc-callbacks.o. * Makefile.in (OBJS): Add ggc-callbacks.o. (OBJDEPS): Likewise. Objc: 1999-09-04 Mark Mitchell <mark@codesourcery.com> * Make-lang.in (jc1): Depend on ggc-callbacks.o. * Makefile.in (OBJS): Add ggc-callbacks.o. (OBJDEPS): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29111 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ch')
-rw-r--r--gcc/ch/Make-lang.in3
-rw-r--r--gcc/ch/Makefile.in3
2 files changed, 4 insertions, 2 deletions
diff --git a/gcc/ch/Make-lang.in b/gcc/ch/Make-lang.in
index 958d085ccc2..5ac4748ee87 100644
--- a/gcc/ch/Make-lang.in
+++ b/gcc/ch/Make-lang.in
@@ -95,7 +95,8 @@ chill-cross: $(srcdir)/ch/chill.in
cc1chill$(exeext): $(P) $(CHILL_SRCS) $(LIBDEPS) stamp-objlist \
insn-config.h insn-flags.h insn-attr.h insn-codes.h \
- c-typeck.o c-aux-info.o c-common.o c-iterate.o
+ c-typeck.o c-aux-info.o c-common.o c-iterate.o \
+ ggc-callbacks.o
cd ch; $(MAKE) $(FLAGS_TO_PASS) $(CHILL_FLAGS_TO_PASS) ../cc1chill$(exeext)
#
diff --git a/gcc/ch/Makefile.in b/gcc/ch/Makefile.in
index b42532a7a0c..b3779646a1a 100644
--- a/gcc/ch/Makefile.in
+++ b/gcc/ch/Makefile.in
@@ -183,7 +183,8 @@ FLAGS_TO_PASS = \
CHILL_OBJS = parse.o actions.o except.o grant.o lang.o \
tree.o lex.o decl.o typeck.o convert.o expr.o loop.o \
- tasking.o timing.o inout.o satisfy.o ch-version.o
+ tasking.o timing.o inout.o satisfy.o ch-version.o \
+ ../ggc-callbacks.o
# Language-independent object files.
OBJS = `cat ../stamp-objlist`