OSDN Git Service

2001-04-10 Loren J. Rittle <ljrittle@acm.org>
[pf3gnuchains/gcc-fork.git] / ChangeLog
index 442bc12..df4e6ca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,120 @@
-2001-02-19  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>
+2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
 
+       * ltcf-cxx.sh: Support creation of C++ shared libraries on
+       recent versions of FreeBSD (release 3 or later).
+       * ltconfig: On FreeBSD, -lc must not be provided when building
+       a shared library or else the standard -pthread gcc option is
+       rendered worthless to later users of the built library.
+
+2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * MAINTAINERS: Add self and RTH as C front end maintainers.
+
+2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
+
+        * config.sub: Make sure to match an already-canonicalized
+        machine name (eg. mn10300-unknown-elf).
+
+2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
+
+       * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
+       New macros.
+       (bootstrap, cross): Use RECURSE_FLAGS.
+       * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
+
+2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
+
+       * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
+
+2001-03-22  Colin Howell  <chowell@redhat.com>
+
+       * Makefile.in (DO_X): Do not backslash single-quotes in
+       backquotes (two places).
+
+2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
+
+       Re-installed:
+       2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
+       * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
+       '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
+       * ltcf-cxx.sh: Likewise.
+       * ltcf-gcj.sh: Likewise.
+
+2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
+
+       * MAINTAINERS: Add myself as "documentation co-maintainer".
+
+2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
+
+       * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
+       ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
+
+2001-03-19  Tom Tromey  <tromey@redhat.com>
+
+       * config-ml.in: Handle GCJ and GCJFLAGS.
+
+2001-03-21  Michael Chastain  <chastain@redhat.com>
+
+       * Makefile.in: all-m4 depends on all-texinfo.
+
+2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
+
+       * MAINTAINERS: Add myself to write after approval list.
+
+2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
+
+       * Makefile.in (DO_X): Quote nested quotes.
+
+2001-03-18  Alan Modra  <alan@linuxcare.com.au>
+
+       * MAINTAINERS: Add myself to write after approval list.
+
+2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
+
+       * Makefile.in (DO_X): Use double quotes for quoting
+       "RANLIB=$${RANLIB}".
+
+2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
+
+       * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
+
+2001-03-09  Nicola Pero <n.pero@mi.flashnet.it>
+
+       * configure.in: Only use `lang_requires' for languages athat are
+       actually enabled.
+
+2001-03-08  Phil Edwards  <pme@sources.redhat.com>
+
+       * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
+
+2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
+
+       * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
+
+2001-03-07  Tom Tromey  <tromey@redhat.com>
+
+       * configure.in: Allow config-lang.in to set `lang_requires' to list
+       of other required languages.
+
+2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
+
+       * Makefile.in: Remove RANLIB definition. Use RANLIB
+       in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
+       EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
+                   
+2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
+            Alexandre Oliva  <aoliva@redhat.com>
+       
+       * Makefile.in (check-c++): Use tabs, not spaces.
+
+2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
+       
+       * MAINTAINERS: add myself to Write After Approval list.
+
+2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
+
+        * Makefile.in (check-c++): New rule.
+       
        * configure.in (target_libs): Remove libg++.
        (noconfigdirs): Remove libg++.
        (noconfigdirs): Same.
        * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
        failures of subdirectories.
 
-2001-01-02  Laurynas Biveinis  &lt;lauras@softhome.net&gt;
+2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
 
-       * ltcf-c.sh: clear ac_cv_prog_cc_pic for DJGPP. Do not add
+       * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
        '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
-       * ltcf-cxx.sh: likewise.
-       * ltcf-gcj.sh: likewise.
-       * ltconfig.sh: fix typo.
+       * ltcf-cxx.sh: Likewise.
+       * ltcf-gcj.sh: Likewise.
+       * ltconfig.sh: Fix typo.
 
 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>