diff options
author | DJ Delorie <dj@redhat.com> | 2004-05-13 18:14:28 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2004-05-13 18:14:28 +0000 |
commit | 4b1cb4fee6c24a634721053aa48a2217c8b7bc58 (patch) | |
tree | 85bb50fba20aa9c7f039ea57a10d92c16892ed48 /ChangeLog | |
parent | 8bfabb045c335e391a22397e6465e673014af878 (diff) | |
download | gdb-4b1cb4fee6c24a634721053aa48a2217c8b7bc58.zip gdb-4b1cb4fee6c24a634721053aa48a2217c8b7bc58.tar.gz gdb-4b1cb4fee6c24a634721053aa48a2217c8b7bc58.tar.bz2 |
merge from gcc
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -1,3 +1,33 @@ +2004-05-13 Diego Novillo <dnovillo@redhat.com> + + Merge from tree-ssa-20020619-branch. + + * Makefile.def: Add libbanshee, libmudflap and libgfortran. + * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee. + (HOST_GMPLIBS): Define. + (HOST_GMPINC): Define. + (TARGET_LIB_PATH): Add libmudflap. + (GFORTRAN_FOR_TARGET): Define. + (configure-build*): Export GFORTRAN. + (configure-gcc): Export GMPLIBS and GMPINC. + (all-gcc): Add maybe-all-libbanshee. + (configure-target-libgfortran): Define. + * Makefile.in: Regenerate. + * configure.in (host_libs): Add libbanshee. + (target_libraries): Add target-libmudflap and target-libgfortran. + Add --with-libbanshee. + Handle --disable-libmudflap. + (*-*-freebsd*): Use with_gmp. + Add $(libgcj) to noconfigdirs. + * configure: Regenerate. + * depcomp: New file. + * MAINTAINERS: Add tree-ssa maintainers. + +2004-04-28 Paolo Bonzini <bonzini@gnu.org> + + * config/acx.m4: Fix fastcompare support for new-bootstrap. + * configure: Regenerate. + 2004-04-27 Paolo Bonzini <bonzini@gnu.org> Revert: |