OSDN Git Service

*** empty log message ***
authormanfred <manfred@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 21 Mar 1999 07:52:59 +0000 (07:52 +0000)
committermanfred <manfred@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 21 Mar 1999 07:52:59 +0000 (07:52 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25880 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/Makefile.in
gcc/f/ChangeLog
gcc/f/Make-lang.in
gcc/java/Make-lang.in
gcc/po/ChangeLog

index 466b3ff..e82cde1 100644 (file)
@@ -881,7 +881,7 @@ stamp-objlist: $(OBJS)
 # and CC is `gcc'.  It is renamed to `gcc' when it is installed.
 xgcc$(exeext): gcc.o version.o intl.o prefix.o \
    version.o $(LIBDEPS) $(EXTRA_GCC_OBJS)
-       $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ gcc.o prefix.o version.o \
+       $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ gcc.o intl.o prefix.o version.o \
          $(EXTRA_GCC_OBJS) $(LIBS)
 
 # Dump a specs file to make -B./ read these specs over installed ones.
index b5ecd62..4332c8b 100644 (file)
@@ -1,3 +1,7 @@
+1999-03-21  Manfred Hollstein  <manfred@s-direktnet.de>
+
+       * Makefile.in (g77$(exeext)): Depend on intl.o.  Link in intl.o.
+
 Wed Mar 17 11:39:44 1999  Craig Burley  <craig@jcb-sc.com>
 
        * news.texi: Editorial fix.
index 4c2399b..75b6a45 100644 (file)
@@ -103,11 +103,11 @@ g77.o: $(CONFIG_H) multilib.h config.status $(lang_specs_files) g77.c prefix.h
        else true; fi
 
 # Create the compiler driver for g77.
-g77$(exeext): g77.o g77spec.o g77version.o version.o prefix.o \
+g77$(exeext): g77.o g77spec.o g77version.o version.o prefix.o intl.o \
   $(LIBDEPS) $(EXTRA_GCC_OBJS)
        if [ -f lang-f77 ]; then \
          $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ g77.o g77spec.o g77version.o \
-          version.o prefix.o $(EXTRA_GCC_OBJS) $(LIBS); \
+          version.o prefix.o intl.o $(EXTRA_GCC_OBJS) $(LIBS); \
        else true; fi
 
 # Create a version of the g77 driver which calls the cross-compiler.
index a59c209..8e06958 100644 (file)
@@ -101,8 +101,8 @@ $(GCJ).o: $(CONFIG_H) multilib.h config.status $(lang_specs_files) $(GCJ).c \
 
 # Create the compiler driver for $(GCJ).
 $(GCJ)$(exeext): $(GCJ).o jvspec.o version.o \
-          prefix.o $(LIBDEPS) $(EXTRA_GCC_OBJS)
-       $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ $(GCJ).o jvspec.o prefix.o \
+          prefix.o intl.o $(LIBDEPS) $(EXTRA_GCC_OBJS)
+       $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ $(GCJ).o jvspec.o prefix.o intl.o \
          version.o $(EXTRA_GCC_OBJS) $(LIBS)
 
 # Create a version of the $(GCJ) driver which calls the cross-compiler.
index e69de29..faa0051 100644 (file)
@@ -0,0 +1,10 @@
+1999-03-21  Manfred Hollstein  <manfred@s-direktnet.de>
+
+       * POTFILES.in: Track latest file renamings.
+
+1999-03-01  Manfred Hollstein  <manfred@s-direktnet.de>
+
+       * POTFILES.in: Remove files which do not exist anymore in egcs.
+       Fix names of those files which are now living in egcs's
+       libiberty/include directories.
+