OSDN Git Service

* Make-lang.in (GXX_OBJS): Remove choose-temp.o, pexecute.o and
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Feb 1999 21:56:50 +0000 (21:56 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Feb 1999 21:56:50 +0000 (21:56 +0000)
        mkstemp.o.  Get them from libiberty now.
        (DEMANGLER_PROG): Simlarly, temove getopt.o getopt1.o.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25014 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/ChangeLog
gcc/cp/Make-lang.in

index 3b84555..8dda7f9 100644 (file)
@@ -1,3 +1,9 @@
+Wed Feb  3 22:50:17 1999  Marc Espie <Marc.Espie@liafa.jussieu.fr>
+
+        * Make-lang.in (GXX_OBJS): Remove choose-temp.o, pexecute.o and
+       mkstemp.o.  Get them from libiberty now.
+       (DEMANGLER_PROG): Simlarly, temove getopt.o getopt1.o.
+       
 Tue Feb  2 22:38:48 1999  Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
 
        * decl2.c (lang_decode_option): Use read_integral_parameter.
index 22893d1..8b5b5fc 100644 (file)
@@ -94,8 +94,7 @@ g++.o: $(CONFIG_H) intl.h multilib.h config.status system.h \
   -c g++.c
 
 # Create the compiler driver for g++.
-GXX_OBJS = g++.o g++spec.o choose-temp.o intl.o pexecute.o prefix.o version.o \
-    mkstemp.o
+GXX_OBJS = g++.o g++spec.o intl.o prefix.o version.o 
 g++$(exeext): $(GXX_OBJS) $(EXTRA_GCC_OBJS) $(LIBDEPS)
        $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ \
          $(GXX_OBJS) $(EXTRA_GCC_OBJS) $(LIBS)
@@ -112,9 +111,9 @@ cxxmain.o: $(srcdir)/../libiberty/cplus-dem.c $(DEMANGLE_H)
          -DVERSION=\"$(version)\" cxxmain.c
 
 # Apparently OpenVM needs the -o to be at the beginning of the link line.
-$(DEMANGLER_PROG): cxxmain.o underscore.o getopt.o getopt1.o $(LIBDEPS)
+$(DEMANGLER_PROG): cxxmain.o underscore.o $(LIBDEPS)
        $(CC) -o $@ $(ALL_CFLAGS) $(LDFLAGS) \
-         cxxmain.o underscore.o getopt.o getopt1.o $(LIBS)
+         cxxmain.o underscore.o $(LIBS)
 
 CXX_SRCS = $(srcdir)/cp/call.c $(srcdir)/cp/decl2.c \
  $(srcdir)/cp/except.c $(srcdir)/cp/input.c $(srcdir)/cp/pt.c \