aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2004-11-26configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.John David Anglin1-0/+6
* configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs. (hppa*64*-*-*): Delete incorrect comment. * configure: Rebuilt. From-SVN: r91315
2004-11-25libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.Kelley Cook1-0/+4
2004-11-24 Kelley Cook <kcook@gcc.gnu.org> * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change. * boehm-gc/configure: Regenerate. * libffi/configure: Regenerate. * libgfortran/configure: Regenerate. * libjava/configure: Regenerate. * libobjc/configure: Regenerate. * libstdc++-v3/configure: Regenerate. * zlib/configure: Regenerate. From-SVN: r91293
2004-11-24libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case from CVS libtool ↵Kelley Cook1-0/+5
to always pass_all. 2004-11-24 Kelley Cook <kcook@gcc.gnu.org> * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case from CVS libtool to always pass_all. * boehm-gc/configure: Regenerate. * libffi/configure: Regenerate. * libgfortran/configure: Regenerate. * libjava/configure: Regenerate. * libobjc/configure: Regenerate. * libstdc++-v3/configure: Regenerate. * zlib/configure: Regenerate. From-SVN: r91200
2004-11-16install-sh, compile: Import from automake.Kelley Cook1-0/+4
2004-11-15 Kelley Cook <kcook@gcc.gnu.org> * install-sh, compile: Import from automake. From-SVN: r90710
2004-11-16config.guess, config.sub: Import from savannnah.Kelley Cook1-0/+4
2004-11-15 Kelley Cook <kcook@gcc.gnu.org> * config.guess, config.sub: Import from savannnah. From-SVN: r90709
2004-11-13Fixed missing space in ChangeLog entryScott Robert Ladd1-1/+1
From-SVN: r90586
2004-11-13Added self as write-after-approval maintainerScott Robert Ladd1-0/+4
From-SVN: r90585
2004-11-13Makefile.def: Add html support.Mike Stump1-0/+6
* Makefile.def: Add html support. * Makefile.tpl: Likewise. * Makefile.in: Regenerate. From-SVN: r90575
2004-11-12re PR other/18423 (powerpc-eabisim build broken due to configure skipping ↵Geoffrey Keating1-0/+6
fixincludes) PR 18423 * configure.in: Remove all instances of build-fixincludes from noconfigdirs. (build_configargs): Supply --target to subdirectories. * configure: Regenerate. From-SVN: r90537
2004-11-12Makefile.def: Make gcc install depend on fixincludes install.Geoffrey Keating1-0/+5
* Makefile.def: Make gcc install depend on fixincludes install. * Makefile.in: Regenerate. From-SVN: r90536
2004-11-10* MAINTAINERS: Add myself as gcc testsuite maintainer.Janis Johnson1-0/+4
From-SVN: r90401
2004-11-10MAINTAINERS: Add self as arm maintainer.Paul Brook1-0/+4
2004-11-11 Paul Brook <paul@codesourcery.com> * MAINTAINERS: Add self as arm maintainer. Update email address. From-SVN: r90381
2004-11-08Mention configure in last entryHans-Peter Nilsson1-0/+1
From-SVN: r90256
2004-11-08configure.in (noconfigdirs): Disable target-libgfortran.Hans-Peter Nilsson1-0/+5
* configure.in (noconfigdirs) [mmix-*-*]: Disable target-libgfortran. From-SVN: r90252
2004-11-07config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN like CC.David Edelsohn1-0/+5
* config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN like CC. From-SVN: r90246
2004-11-05Makefile.def (host fixincludes): Specify missing targets.Paolo Bonzini1-0/+5
2004-11-05 Paolo Bonzini <bonzini@gnu.org> * Makefile.def (host fixincludes): Specify missing targets. * Makefile.in: Regenerate. fixincludes/ChangeLog: 2004-11-05 Paolo Bonzini <bonzini@gnu.org> * Makefile.in (mostlyclean, distclean): New targets. From-SVN: r90127
2004-11-05MAINTAINERS: Add myselfRalf Corsepius1-0/+4
2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org> * MAINTAINERS: Add myself From-SVN: r90119
2004-11-05* MAINTAINERS (Write After Approval): Add myself. (Gabor Loki ↵Gabor Loki1-0/+4
<loki@inf.u-szeged.hu>) From-SVN: r90118
2004-11-05Index: ChangeLogGeoffrey Keating1-0/+7
2004-11-04 Geoffrey Keating <geoffk@apple.com> * Makefile.def: Build fixincludes for the host, too. * Makefile.in: Regenerate. * configure.in (host_tools): Add fixincludes. * configure: Regenerate. Index: fixincludes/ChangeLog 2004-11-04 Geoffrey Keating <geoffk@apple.com> * configure.ac: Add code to determine noncanonical_target, local_prefix, gcc_version; process mkheaders.in to make mkheaders. * configure: Regenerate. * fixinc.in: Move here from gcc/; fix many cross-hosting bugs. * mkfixinc.sh: Move here from gcc/; update for changes to fixinc.in. * mkheaders.in: Move here from gcc/; remove some unnecessary macros; update for changes to fixinc.in. * Makefile.in: Add many new macros. (install): New target. (mkheaders): New target. (fixinc.sh): New target. (all): Add mkheaders and fixinc.sh. * README-fixinc: Move here from gcc/. Index: gcc/ChangeLog 2004-11-04 Geoffrey Keating <geoffk@apple.com> * Makefile.in (distclean): Don't delete nonexistent fixinc/ directory. (install-mkheaders): Install the version built for the host, not for the build machine. * configure.ac: Always run fixincludes. (all_outputs): Remove mkheaders. * configure: Regenerate. * fixinc.in: Move to fixincludes/. * mkfixinc.sh: Likewise. * mkheaders.in: Likewise. * README-fixinc: Likewise. From-SVN: r90117
2004-11-04configure.in (arm-*-oabi*, [...]): Remove.Daniel Jacobowitz1-0/+5
* configure.in (arm-*-oabi*, thumb-*-oabi*): Remove. * configure: Regenerated. From-SVN: r90072
2004-11-04re PR other/17783 (Top level configure doesn't support shared libraries ↵H.J. Lu1-0/+6
enabled by default) 2004-11-04 H.J. Lu <hongjiu.lu@intel.com> PR other/17783 * configure.in: Set up LD_LIBRARY_PATH by default for gcc. * configure: Regenerated. From-SVN: r90067
2004-11-01* README.SCO: Update per FSF instructions.Mark Mitchell1-0/+4
From-SVN: r89931
2004-10-28re PR target/18151 (Disable building of fixincludes for avr target.)Eric B. Weddington1-0/+6
PR target/18151 * configure.in (case ${target}): Do not build fixincludes for avr. * configure: Regenerated. From-SVN: r89774
2004-10-26configure.in (case ${target}): Do not build fixincludes on platforms where ↵Paolo Bonzini1-0/+6
it is not used. * configure.in (case ${target}): Do not build fixincludes on platforms where it is not used. * configure: Regenerated. From-SVN: r89603
2004-10-23configure.in: Use an absolute path to install-sh.Daniel Jacobowitz1-0/+5
* configure.in: Use an absolute path to install-sh. * configure: Regenerated. From-SVN: r89495
2004-10-20* MAINTAINERS (Write After Approval): Add myself.Aaron W. LaFramboise1-0/+4
From-SVN: r89321
2004-10-19MAINTAINERS: Remove from Write After Approval those that are already ↵Kazu Hirata1-0/+5
maintainers. * MAINTAINERS: Remove from Write After Approval those that are already maintainers. From-SVN: r89274
2004-10-19* MAINTAINERS: Update my email address.Sebastian Pop1-0/+4
From-SVN: r89270
2004-10-12configure.in (*-*-cygwin*): Supress warning if newlib not present.Kelley Cook1-0/+5
2004-10-12 Kelley Cook <kcook@gcc.gnu.org> * configure.in (*-*-cygwin*): Supress warning if newlib not present. * configure: Regenerate. From-SVN: r88954
2004-10-08MAINTAINERS: Update my email address.J"orn Rennecke1-0/+4
2004-10-07 J"orn Rennecke <joern.rennecke@st.com> * MAINTAINERS: Update my email address. From-SVN: r88721
2004-10-07MAINTAINERS (Language Front Ends Maintainers): New.Kazu Hirata1-0/+5
* MAINTAINERS (Language Front Ends Maintainers): New. Move entries belonging to this category. From-SVN: r88658
2004-10-06* MAINTAINERS: Update my e-mail address.Josef Zlomek1-0/+4
From-SVN: r88598
2004-10-06[multiple changes]Paolo Bonzini1-0/+11
2004-10-06 Paolo Bonzini <bonzini@gnu.org> Fix wrong conflict resolution in: 2004-08-16 Paolo Bonzini <bonzini@gnu.org> * Makefile.in: Regenerate. * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*) in the recursive `make', instead of hardwiring `all'. (Autogenerated TARGET-* variables): New. From-SVN: r88594
2004-10-05configure.in: Enable target-libgloss for crx-*-*.Tomer Levi1-0/+5
configure: Regenerate. From-SVN: r88557
2004-10-04MAINTAINERS (Various Maintainers): Move the "windows, cygwin, mingw" ↵Kazu Hirata1-0/+6
maintainer to ... * MAINTAINERS (Various Maintainers): Move the "windows, cygwin, mingw" maintainer to ... (OS Port Maintainers): ... here. From-SVN: r88476
2004-10-04MAINTAINERS (Write After Approval): Remove those that are maintainers of ↵Kazu Hirata1-0/+5
some subsystem. * MAINTAINERS (Write After Approval): Remove those that are maintainers of some subsystem. From-SVN: r88475
2004-10-02ltcf-c.sh (tpf*): Add ld_shlibs=yes.P.J. Darcy1-0/+6
2004-10-02 P.J. Darcy <darcypj@us.ibm.com> * ltcf-c.sh (tpf*): Add ld_shlibs=yes. * ltcf-cxx.sh (tpf*): Likewise. * ltconfig (tpf*): Add TPF OS configuration support. From-SVN: r88427
2004-10-01Change of email addressBernd Schmidt1-0/+4
From-SVN: r88400
2004-09-29configure.in (--without-headers): Add missing double quotes.Michael Roth1-0/+5
* configure.in (--without-headers): Add missing double quotes. * configure: Regenerate. From-SVN: r88284
2004-09-24* Revert to previous version due to Binutils breakage.Kelley Cook1-0/+4
From-SVN: r88026
2004-09-23re PR bootstrap/17369 ([ia64] Bootstrap failure with binutils-2.15.90.0.1.1)H.J. Lu1-0/+12
2004-09-23 H.J. Lu <hongjiu.lu@intel.com> PR bootstrap/17369 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@. (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export SET_GCC_LIB_PATH_CMD. (BASE_TARGET_EXPORTS): Likewise. * Makefile.in: Regenerated. * configure.in (SET_GCC_LIB_PATH): Set and substitute. * configure: Regenerated. config/ 2004-09-23 H.J. Lu <hongjiu.lu@intel.com> PR bootstrap/17369 * gcc-lib-path.m4: New file. gcc/ 2004-09-23 H.J. Lu <hongjiu.lu@intel.com> PR bootstrap/17369 * Makefile.in (@set_gcc_lib_path@): Added. * configure.ac: Include ../config/gcc-lib-path.m4. Use TL_AC_GNU_MAKE_GCC_LIB_PATH. * configure: Regenerated. From-SVN: r87999
2004-09-23config.guess: New upstream versionKelley Cook1-0/+5
2004-09-23 Kelley Cook <kcook@gcc.gnu.org> * config.guess: New upstream version * compile, depcomp, install-sh, ylwrap: Likewise. From-SVN: r87914
2004-09-20mh-x86omitfp: New host makefile fragment.Roger Sayle1-0/+7
* config/mh-x86omitfp: New host makefile fragment. Add -fomit-frame-pointer to the default BOOT_CFLAGS. * configure.in: Use it to speed up bootstrap on some IA-32 hosts. * configure: Regenerate. From-SVN: r87741
2004-09-15re PR libobjc/11572 (GNU libobjc no longer compiled on Darwin)Andrew Pinski1-0/+6
2004-09-15 Andrew Pinski <pinskia@physics.uc.edu> PR target/11572 * configure.in (*-*-darwin*): Renable libobjc. * configure: Regenerate. From-SVN: r87589
2004-09-10* MAINTAINERS: Add self as c++ and type-safe vector maintainer.Nathan Sidwell1-1/+5
From-SVN: r87296
2004-09-09Makefile.def: Remove libbanshee.Daniel Berlin1-0/+8
Toplevel: 2004-09-09 Daniel Berlin <dberlin@dberlin.org> * Makefile.def: Remove libbanshee. * Makefile.tpl: Ditto. * configure.in: Ditto. * Makefile.in: Regen. * configure: Ditto. gcc/ 2004-09-09 Daniel Berlin <dberlin@dberlin.org> * Makefile.in: Remove libbanshee, tree-alias-*. Remove tree-alias-common.h dependencies. * common.opt: Remove -ftree-points-to. * configure.ac: Remove libbanshee. * flags.h: Remove pta_type, flag_tree_points_to. * gengtype.c (open_base_files): Remove tree-alias-type.h. * opts.c (OPT_ftree_points_to): Remove. * toplev.c: Remove tree-alias-common.h, flag_tree_points_to. * tree-dfa.c: Remove tree-alias-common.h * tree-into-ssa.c: Ditto. * tree-outof-ssa.c: Ditto. * tree-ssa-copyrename.c: Ditto. * tree-ssa-live.c: Ditto. * tree-optimize.c: Ditto. * tree-ssa.c: Ditto. Remove pass_build_pta, pass_del_pta. * tree-pass.h: Ditto. * tree-ssa-alias.c: Remove tree-alias-common.h. (struct alias_stats_d): Remove pta_queries, pta_resolved. (pass_may_alias): Remove PROP_pta requirement. (may_alias_p): Remove pta_queries, pta_resolved, use of andersens. (get_tmt_for): Ditto. (dump_alias_stats): Ditto. * doc/passes.texi: Remove blurb about points-to analysis. * fortran/Make-lang.in: Remove tree-alias-*.o. From-SVN: r87253
2004-09-08ltmain.sh: Use $pic_object as $non_pic_object if $non_pic_object=none.David Edelsohn1-0/+5
* ltmain.sh: Use $pic_object as $non_pic_object if $non_pic_object=none. From-SVN: r87191
2004-09-07missing: Import latest version from master repository.Paolo Bonzini1-0/+4
2004-09-07 Paolo Bonzini <bonzini@gnu.org> * missing: Import latest version from master repository. From-SVN: r87138
2004-09-06config.sub: Import latest version from master repository.Nick Clifton1-0/+91
* config.sub: Import latest version from master repository. * config.guess: Likewise. From-SVN: r87112
2004-09-03MAINTAINERS (Various Maintainers): Remove myself as web page maintainer...Janis Johnson1-0/+5
2004-09-03 Janis Johnson <janis187@us.ibm.com> * MAINTAINERS (Various Maintainers): Remove myself as web page maintainer, add myself as maintainer of build status lists. From-SVN: r87052