From: Manfred Hollstein Date: Sun, 21 Mar 1999 07:52:59 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9a4bcb83e12684fda190a99e9db16b366519fec9;p=gcc.git *** empty log message *** From-SVN: r25880 --- diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 466b3fff40e..e82cde13a96 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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. diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index b5ecd62b9c8..4332c8b3465 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,7 @@ +1999-03-21 Manfred Hollstein + + * Makefile.in (g77$(exeext)): Depend on intl.o. Link in intl.o. + Wed Mar 17 11:39:44 1999 Craig Burley * news.texi: Editorial fix. diff --git a/gcc/f/Make-lang.in b/gcc/f/Make-lang.in index 4c2399b23b8..75b6a450ae3 100644 --- a/gcc/f/Make-lang.in +++ b/gcc/f/Make-lang.in @@ -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. diff --git a/gcc/java/Make-lang.in b/gcc/java/Make-lang.in index a59c209852b..8e06958cf52 100644 --- a/gcc/java/Make-lang.in +++ b/gcc/java/Make-lang.in @@ -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. diff --git a/gcc/po/ChangeLog b/gcc/po/ChangeLog index e69de29bb2d..faa0051899c 100644 --- a/gcc/po/ChangeLog +++ b/gcc/po/ChangeLog @@ -0,0 +1,10 @@ +1999-03-21 Manfred Hollstein + + * POTFILES.in: Track latest file renamings. + +1999-03-01 Manfred Hollstein + + * 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. +