X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=ChangeLog;h=8f5227a2ee0c460589453a3a1a087eae0627230d;hb=c94ba072bb7b094f221d137a87d6991586abb622;hp=9ab0376e00e0d31514bb08e804d24c79c98e0c51;hpb=f1433f3d14b089f6ca72d9a78e7451cc679bdbcc;p=pf3gnuchains%2Fgcc-fork.git diff --git a/ChangeLog b/ChangeLog index 9ab0376e00e..8f5227a2ee0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,45 @@ +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.