X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=4e6b7d5b5dce883295391921509e626d14511141;hb=58cde36d981922ac12254a0b000ff6b01bd350b6;hp=2767631e9b3c9ad2e47a67d91d46c6461da65775;hpb=0a120c53a2741281f63a99fcafde68ec7cc37728;p=pf3gnuchains%2Fgcc-fork.git diff --git a/ChangeLog b/ChangeLog index 2767631e9b3..4e6b7d5b5dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,339 @@ +2000-12-12 Alexandre Oliva + + * configure.in: Disable language-specific target libraries for + languages that aren't enabled. + +2000-12-10 Anthony Green + + * configure.in: Define libgcj. Disable libgcj target libraries for + most targets. + +2000-12-10 Neil Booth + + * MAINTAINERS: Update mail address, remove from WAA list. + +2000-12-09 Alexandre Petit-Bianco + + * libjava: Imported from /cvs/java. + * libffi: Likewise. + * Boehm-gc: Likewise. + +2000-12-09 Alexandre Petit-Bianco + + * configure.in (target_libs): Revert 2000-12-08 patch. + (noconfigdirs): Added target-libjava. + +2000-12-09 Laurynas Biveinis + + * djunpack.bat: removed. + +2000-12-09 Laurynas Biveinis + + * Makefile.in: handle DOS-style absolute paths. + * config-ml.in: likewise. + * symlink-tree: likewise. + +2000-12-08 Alexandre Petit-Bianco + + * fastjar: Imported. + +2000-12-08 Alexandre Petit-Bianco + + * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about + libjava. + * configure.in (target_libs): Removed `target-libjava'. + +2000-12-08 Alexandre Petit-Bianco + + * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava. + (ALL_MODULES): Added fastjar. + (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise. + (all-target-libjava): all-fastjar replaces all-zip. + (all-fastjar): Added. + (configure-target-fastjar, all-target-fastjar): Likewise. + * configure.in (host_tools): Added fastjar. + +2000-12-07 Mike Stump + + * Makefile.in (local-distclean): Remove leftover built files. + +2000-11-24 Nick Clifton + + * configure.in (xscale-elf): Add target. + (xscale-coff): Add target. + +2000-11-22 Loren J. Rittle + + * 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. + +2000-11-16 Fred Fish + + * configure.in (enable_libstdcxx_v3): Fix typo, + libstd++ -> libstdc++. + +2000-11-21 Kriang Lerdsuwanakij + + * MAINTAINERS: Add self to Write After Approval list. + +2000-11-21 Bernd Schmidt + + * MAINTAINERS: Update my email address. Add myself to global write + privs list. + +2000-11-18 Alexandre Oliva + + * Makefile.in: Merge with src and libgcj. + (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of + configure-target- when their configure scripts need the C + or C++ library to have already been built to work properly. + (do_proto_toplev): Set them to an empty string. + + * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros. + (REALLY_SET_LIB_PATH): Use them. + +2000-11-17 Stan Shebs + + * MAINTAINERS: Add self to Write After Approval list. + +2000-11-13 Joseph S. Myers + + * configure: Provide the original toplevel configure arguments + (including $0) to subprocesses in the environment rather than + through gcc/configargs.h. + +2000-11-13 Joseph S. Myers + + * MAINTAINERS: Remove references to cccp. Change C9X reference to + C99. Alphabetise "Write After Approval" list. + +2000-11-12 Mark Mitchell + + * configure: Turn on libstdc++ V3 by default. + + * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library + if we've got GCC. + +2000-11-11 Philip Blundell + + * MAINTAINERS: Add self to Write After Approval list. + +2000-11-09 David Edelsohn + + * ltcf-c.sh (aix4): Improve shared library configuration; require + exporting symbols. + * ltcf-cxx.sh (aix4): Define. + * ltconfig (aix4): Define library and soname specs appropriate for + AIX. Define command to create export symbols list. + +Mon Nov 6 14:19:35 2000 Christopher Faylor + + * config.sub: Add support for Sun Chorus + +2000-10-31 Nick Clifton + + * MAINTAINERS: Rename @cygnus.com addresses to + @redhat.com. Also installed new email address for Clint + Popetz. + +2000-10-30 Joseph S. Myers + + * etc: Remove directory from GCC. + +2000-10-16 Michael Meissner + + * configure (gcc/configargs.h): Only create if there is a build GCC + directory created. + +2000-10-16 Matthias Klose + + * config.if: Search libstdc++-v3/configure.in for INTERFACE, + when configured for libstdc++-v3. + +2000-10-05 Phil Edwards + + * configure: Save configure arguments to gcc/configargs.h. + +2000-10-04 Philipp Thomas + + * config.guess: Import CVS version 1.157. + * config.sub: Import CVS version 1.181. + +2000-10-04 Andris Pavenis + + * Makefile.in (bootstrap): avoid recursion if subdir missing + (cross): ditto + (do-proto-toplev): ditto + +2000-09-30 Alexandre Oliva + + * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4, + ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh. + + * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool + multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt + all affected `configure' scripts. + +2000-09-26 David Edelsohn + + * config/mt-aix43 (NM_FOR_TARGET): Add -B bsd-style flag. + +Mon 25-Sep-2000 19:46:09 BST Neil Booth + + * MAINTAINERS: Add self as cpplib co-maintainer. + +2000-09-24 Aldy Hernandez + + * MAINTAINERS: Add self to Write After Approval list. + +2000-09-18 Gerald Pfeifer + + * INSTALL/README: egcs -> GCC update. + +Sun Sep 17 16:55:59 CEST 2000 Marc Espie + + * MAINTAINERS: Add myself to Write After Approval list. + +2000-09-15 Kazu Hirata + + * MAINTAINERS: Add myself to Write After Approval list. + +Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com) + + * configure.in: Do not build byacc for hppa64. Provide paths to the + X11 libraries for hppa64. + +2000-09-08 Stephane Carrez + + * MAINTAINERS: Add myself as 68hc11 port maintainer. + +2000-09-06 Alexandre Oliva + + * Makefile.in (all-zlib): Added dummy target. + + * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh, + ltcf-gcj.sh: Updated from libtool multi-language branch. + +2000-09-05 Alexandre Oliva + + * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib. + (bootstrap*): Depend on all-bootstrap. + +2000-09-05 Philipp Thomas + + * config.guess: Import CVS version 1.156. + * config.sub: Import CVS version 1.179. + +2000-09-02 Anthony Green + + * Makefile.in (all-gcc): Depend on all-zlib. + (CLEAN_MODULES): Add clean-zlib. + (ALL_MODULES): Add all-zlib. + * configure.in (host_libs): Add zlib. + +2000-09-02 Alexandre Oliva , DJ Delorie + + * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian + crosses, but add gcc/include to the header search path for them. + +2000-08-04 David E. O'Brien + + * MAINTAINERS: Add self to Write After Approval list. + +2000-08-27 Franz Sirl + + * config.guess: Import CVS version 1.152. + * config.sub: Import CVS version 1.177. + +2000-08-25 Alexandre Oliva + + * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and + $targargs to tell whether newlib is going to be built. + + * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search + $$r/TARGET_SUBDIR/libio for _G_config.h. + +2000-08-23 Alexandre Oliva + + * MAINTAINERS: Add self as a build machinery (*.in) maintainer. + +2000-08-22 DJ Delorie + + * MAINTAINERS: Add self as a build machinery (*.in) maintainer + +2000-08-22 Alexandre Oliva + + * config-ml.in (CC, CXX): Avoid trailing whitespace. + (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to + sub-configures. + +2000-08-21 DJ Delorie + + * MAINTAINERS: Add self as a libiberty maintainer + +2000-08-16 Alexandre Oliva + + * configure.in (libstdcxx_flags): Use + libstdc++-v3/src/libstdc++.INC. + +2000-08-15 Alexandre Oliva + + * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES. + +2000-08-14 Zack Weinberg + + * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio. + + * configure: Make enable_threads and enable_shared defaults + explicit. Substitute enable_threads into generated Makefiles. + * configure.in: Accept *-*-linux* not just *-*-linux-gnu*. + * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*. + +2000-08-13 Geoff Keating + + * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here. + +2000-08-12 Alexandre Oliva + + * config-ml.in (CC): Remove bogus duplicate quotation mark from + previous delta. + +2000-08-11 Jason Merrill + + * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, + CXX_FOR_TARGET): Add -B$$r/gcc/ here. + (FLAGS_FOR_TARGET): Not here. + (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages. + +2000-08-11 Alexandre Oliva + + * config-ml.in (CC, CXX): Don't introduce a leading space. + +2000-08-07 DJ Delorie + + * MAINTAINERS: Add self as a DJGPP maintainer + +2000-08-07 DJ Delorie + + * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean + "if we're also building gcc, and it's a gcc that will run on the + build machine, we want to use its includes instead of the system's + default includes". + +2000-08-04 Joseph S. Myers + + * MAINTAINERS: Add self to Write After Approval list. + +2000-08-03 Alexandre Oliva + + * configure.in (libstdcxx_flags): Don't use `"'. + + * config-ml.in: Adjust multilib search paths to the + appropriate multilib tree. + 2000-08-02 Alexandre Oliva * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to