X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=38909b78a91da6c0b65b87a1dcb7b44898fe25db;hb=137f461d418b1150e7c1aca899ebedccd2bff548;hp=e90e640e2514b3a083a7d65eb94006374ee2f5c8;hpb=7c9b3c204c37eb16d2b95d951388b7bb61062980;p=pf3gnuchains%2Fgcc-fork.git diff --git a/ChangeLog b/ChangeLog index e90e640e251..38909b78a91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,136 @@ +2001-05-22 Alexandre Oliva + + * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag) + [aix4*|aix5*]: Prepend blank. + +2001-05-20 Alexandre Oliva + + * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh, + ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number + of subdir/configure scripts to use the new libtool.m4. + +2001-05-19 Matt Kraai + + * MAINTAINERS (Write After Approval): Add myself. + +2001-05-18 Benjamin Kosnik + + * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC. + +2001-05-11 Ben Elliston + + * Makefile.in (all-sid): New target. + (check-sid, clean-sid, install-sid): Likewise. + +2001-05-09 Jeffrey Oldham + + * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds. + +2001-05-03 Alexandre Oliva + + * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable + libgcj. + +2001-05-03 Alexandre Oliva + + * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If + gcc/xgcc is built, use -print-prog-name to find out the program + name to use. + +2001-04-26 Alexandre Oliva + + * configure.in (noconfigdirs): Don't reset it from scratch in the + target case; only append to it. + + * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*, + sparc-*-solaris2.8]: Disable ${libgcj}. + +2001-04-25 Alexandre Oliva + + * configure.in (libgcj_saved): Copy from $libgcj. + (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is + --disable-libgcj. + +2001-04-25 Gavin Romig-Koch + + * MAINTAINERS: Remove self as MIPS maintainer and + C front end maintainer. + +Mon Apr 23 09:15:03 2001 Anthony Green + + * configure.in: Move *-chorusos target case to the proper switch. + Disable libgcj. + +2001-04-12 Alexandre Oliva + + * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a + 1.641.2.228. + +2001-04-13 Franz Sirl + + * Makefile.in (STAGE1_CFLAGS): Pass down. + +2001-04-13 Alan Modra + + * config.guess: Add hppa64-linux support. Note for next import that + this is already in the master file. + * configure.in: Likewise. Accept `parisc' alias for `hppa'. + +2001-04-12 Alexandre Oliva + + * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh, + ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226. + +2001-04-11 Stan Shebs + + * MAINTAINERS: Add self as Darwin port maintainer. + +2001-04-11 Alan Modra + + * MAINTAINERS: Update my email address. + +2001-04-10 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. + +2001-04-06 Joseph S. Myers + + * MAINTAINERS: Add self and RTH as C front end maintainers. + +2001-04-05 Alexandre Oliva + + * config.sub: Make sure to match an already-canonicalized + machine name (eg. mn10300-unknown-elf). + +2001-04-01 Alexandre Oliva + + * 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 + + * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3. + +2001-03-22 Colin Howell + + * Makefile.in (DO_X): Do not backslash single-quotes in + backquotes (two places). + +2001-03-22 Alexandre Oliva + + Re-installed: + 2001-01-02 Laurynas Biveinis + * 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 * MAINTAINERS: Add myself as "documentation co-maintainer". @@ -213,13 +346,13 @@ * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration failures of subdirectories. -2001-01-02 Laurynas Biveinis <lauras@softhome.net> +2001-01-02 Laurynas Biveinis - * 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