aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2005-01-032005-01-03 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini1-0/+5
Revert 2004-12-28 Makefile changes, a better fix will be applied to mainline and src after GCC 4.0 branches.
2004-12-282004-12-28 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini1-0/+12
PR bootstrap/17383 * Makefile.def (target_modules): Remove stage parameter, it is always true now. * Makefile.tpl (configure-build-[+module+], configure-target-[+module+]): Always build symlink tree for the directory and for include. BUILD_SUBDIR and TARGET_SUBDIR cannot be . anymore. * Makefile.in: Regenerate.
2004-12-27Revert 2004-12-08 Makefile changes.DJ Delorie1-0/+4
2004-12-162004-12-16 Andrew Stubbs <andrew.stubbs@st.com>Joern Rennecke1-0/+5
* configure.in (sh64-*-*): Reenable gprof. * configure: Regenerate.
2004-12-09* MAINTAINERS: List 'depcomp' as part of automake.Jim Blandy1-0/+4
2004-12-08 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.David Edelsohn1-0/+7
* Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG. (EXTRA_TARGET_FLAGS): Add PICFLAG. * Makefile.in: Regenerate.
2004-12-08* Makefile.tpl: Generate normal dependencies if the LHS module isDJ Delorie1-0/+6
not bootstrapped. * Makefile.in: Regenerate.
2004-12-03Introduce config/gxx-include-dir.m4.Richard Sandiford1-0/+6
2004-12-03Remove config.if.Richard Sandiford1-0/+8
2004-12-02Use correct ChangeLog entry.Eric Christopher1-1/+2
2004-12-022004-12-02 Eric Christopher <echristo@redhat.com>Eric Christopher1-0/+5
* Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list of things to remove. * Makefile.in: Regenerate.
2004-12-02 * configure.in: Clear gcc_version_trigger if the file doesn't exist.Richard Sandiford1-0/+5
* configure: Regenerate.
2004-12-02Introduce and use config/gcc-version.m4.Richard Sandiford1-0/+6
2004-11-26 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.Dave Anglin1-0/+6
(hppa*64*-*-*): Delete incorrect comment. * configure: Rebuilt.
2004-11-162004-11-15 Kelley Cook <kcook@gcc.gnu.org>DJ Delorie1-0/+8
* install-sh, compile: Import from automake. * config.guess, config.sub: Import from savannnah.
2004-11-13 * Makefile.def: Add html support.Mike Stump1-0/+6
* Makefile.tpl: Likewise. * Makefile.in: Regenerate.
2004-11-12 PR 18423Geoffrey Keating1-0/+11
* configure.in: Remove all instances of build-fixincludes from noconfigdirs. (build_configargs): Supply --target to subdirectories. * configure: Regenerate. * Makefile.def: Make gcc install depend on fixincludes install. * Makefile.in: Regenerate.
2004-11-08 * configure.in (noconfigdirs) [mmix-*-*]: DisableHans-Peter Nilsson1-0/+6
target-libgfortran. * configure: Regenerate.
2004-11-08 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRANDavid Edelsohn1-0/+5
like CC.
2004-11-052004-11-05 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini1-0/+5
* Makefile.def (host fixincludes): Specify missing targets. * Makefile.in: Regenerate.
2004-11-042004-11-04 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-0/+6
PR other/17783 * configure.in: Set up LD_LIBRARY_PATH by default for gcc. * configure: Regenerated.
2004-11-04./Daniel Jacobowitz1-0/+5
* configure.in (arm-*-oabi*, thumb-*-oabi*): Remove. * configure: Regenerated. bfd/ * Makefile.am (BFD32_BACKENDS, BFD32_BACKENDS_CFILES): Replace elfarm-nabi with elf32-arm. Remove elfarm-oabi. (elf32-arm.lo): Replace elfarm-nabi.lo rule. Remove elf32-arm.h dependency. * config.bfd: Move arm-*-oabi* and thumb-*-oabi* from obsolete list to a new removed list. Remove normal configuration stanzas. * configure.in: (bfd_elf32_bigarm_vec, bfd_elf32_bigarm_symbian_vec) (bfd_elf32_littlearm_symbian_vec, bfd_elf32_littlearm_vec): Replace elfarm-nabi.lo with elf32-arm.lo. (bfd_elf32_bigarm_oabi_vec, bfd_elf32_littlearm_oabi_vec): Remove. * elf32-arm.c: Renamed from elfarm-nabi.c. Inline elf32-arm.h. * elf32-arm.h: Remove. * elfarm-oabi.c: Remove. * targets.c (_bfd_target_vector): Remove bfd_elf32_bigarm_oabi_vec and bfd_elf32_littlearm_oabi_vec. * aclocal.m4, Makefile.in, configure, doc/Makefile.in: Regenerated. gas/ * configure.in: Remove arm-*-oabi and thumb-*-oabi. * config/tc-arm.c (target_oabi): Delete. (md_apply_fix3, elf32_arm_target_format): Remove target_oabi checks. (arm_opts): Remove moabi. * doc/as.texinfo (Overview): Remove documentation of -moabi. * doc/c-arm.texi (ARM Options): Likewise. * configure: Regenerated. ld/ * Makefile.am (ALL_EMULATIONS): Remove earmelf_oabi.o. (earmelf_oabi.c): Remove rule. * configure.tgt: Remove arm-*-oabi and thumb-*-oabi. * emulparams/armelf_oabi.sh, emultempl/armelf_oabi.em: Delete files. * Makefile.in: Regenerated.
2004-10-28 PR target/18151Aaron W. LaFramboise1-0/+6
* configure.in (case ${target}): Do not build fixincludes for avr. * configure: Regenerated.
2004-10-26 * configure.in (case ${target}): Do not build fixincludesAaron W. LaFramboise1-0/+6
on platforms where it is not used. * configure: Regenerated. ----------------------------------------------------------------------
2004-10-23 * configure.in: Use an absolute path to install-sh.Daniel Jacobowitz1-0/+5
* configure: Regenerated.
2004-10-192004-10-19 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-0/+5
* src-release (do-djunpack, do-md5sum): Install the generated file directly into the proto-toplev/ directory.
2004-10-192004-10-19 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-0/+4
* src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
2004-10-12merge from gccDJ Delorie1-0/+5
2004-10-12 Kelley Cook <kcook@gcc.gnu.org> * configure.in (*-*-cygwin*): Supress warning if newlib not present. * configure: Regenerate.
2004-10-062004-10-06 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini1-0/+11
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.
2004-10-052004-10-05 Ulrich Weigand <uweigand@de.ibm.com>Ulrich Weigand1-0/+8
Merged from GCC / libtool upstream: 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.
2004-09-30Enable target-libgloss for crx-*-*.Nick Clifton1-0/+5
2004-09-29 * configure.in (--without-headers): Add missing double quotes.Richard Sandiford1-0/+5
* configure: Regenerate.
2004-09-24 * ylwrap: Revert to previous version.DJ Delorie1-0/+5
2004-09-242004-09-23 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-0/+11
* 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> * gcc-lib-path.m4: New file.
2004-09-23Merge from gcc:DJ Delorie1-0/+18
2004-09-23 Kelley Cook <kcook@gcc.gnu.org> * config.guess: New upstream version * compile, depcomp, install-sh, ylwrap: Likewise. 2004-09-19 Roger Sayle <roger@eyesopen.com> * 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. 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu> PR target/11572 * configure.in (*-*-darwin*): Renable libobjc. * configure: Regenerate.
2004-09-102004-09-09 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin1-0/+8
* Makefile.def: Remove libbanshee. * Makefile.tpl: Ditto. * configure.in: Ditto. * Makefile.in: Regen. * configure: Ditto.
2004-09-072004-09-07 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini1-0/+4
* missing: Import latest version from master repository.
2004-09-04Import latest version from master repository.Nick Clifton1-0/+91
2004-09-03 * configure.in: Remove target-libstdc++-v3 from noconfigdirs forRichard Henderson1-0/+8
*-*-netware, but add target-libmudflap. Consolidate *-*-netware targets (of which really only i?86 exists) into a single entry. * configure: Likewise.
2004-09-012004-09-01 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini1-0/+29
* Makefile.tpl (sorry): Remove. (clean-stage[+id+], clean-stage[+id+]-module): New targets. (cleanstrap targets): Depend on distclean, not distclean-stage1. (do-clean): Clean per-stage directories too. (do-distclean): Run distclean-stage1 too. (.NOTPARALLEL): Enable during toplevel bootstrap. (stage[+id+]-bubble): Enable parallel execution during the recursive invocation. * Makefile.in: Regenerate. Sync from gcc (moving the Makefile.in change to Makefile.tpl): 2004-08-31 Robert Bowdidge <bowdidge@apple.com> * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include. * configure.in: add test for powerpc-*-darwin* to specify makefile frag * configure: regenerate * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for -mdynamic-no-pic
2004-08-312004-08-31 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini1-1/+10
* Makefile.def (build_modules): Add fixincludes. (dependencies): Make gcc depend on fixincludes. * configure.in (build_tools): Add fixincludes. (build_configdirs): Always include build_libs. * Makefile.in: Regenerate. * configure: Regenerate.
2004-08-302004-08-26 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini1-0/+28
* Makefile.def (bootstrap stages): Add 'lean' parameter. * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into phony targets; do not generate timestamp files. (distclean-stageN): Remove references to their timestamp files. (restageN, touch-stageN): Remove. (stageN-bubble): Rewritten. (compare): Support lean bootstraps. * Makefile.in: Regenerate. * configure.in: Only warn when bootstrapping but build != host or build != target. Support lean bootstraps. * configure: Regenerate. Sync from gcc: 2004-08-26 Phil Edwards <phil@codesourcery.com> * configure.in: Give a better error message if GMP/MPFR are missing and a language needing them has been requested. * configure: Regenerated. 2004-08-25 Phil Edwards <phil@codesourcery.com> * configure.in: Print a list of available language front-ends if a requested one is missing. Tidy stray tab characters. * configure: Regenerated.
2004-08-182004-08-17 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini1-0/+37
* Makefile.in: Regenerate. * configure: Regenerate. * Makefile.def (bootstrap-stage): Rename extra_*_flags to stage_*_flags. * Makefile.tpl (configure-[+module+], all-[+module+]): Exit for bootstrapped modules if toplevel bootstrap is going. (GCC bootstrap): Generate per-stage targets for all bootstrapped modules. Adjust for changes in Makefile.def. Enable several rules even in non-bootstrap mode, just to avoid peppering the template with unnecessary "@if/@endif gcc-bootstrap" pairs. (stage-[+prev+]-bubble): Remove. * Makefile.def (Dependencies): Depend on all-build-bison, all-build-flex, all-build-byacc, all-build-texinfo, rather than the host variations. * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout with BUILD_SUBDIR. (BISON): Update for recent Bisons. (YACC): Fix typo. (cross): Depend on all-build. (all): Do not depend on all-build. (prebootstrap): Remove. (dep-kind): Accept separate prefixes for MODULE and ON variables. (Prebootstrap dependencies): Add them to the per-stage targets and to all-prebootstrap. * configure.in (build_configdirs): Always enable build_tools. (BUILD_DIR_PREFIX): Remove. * Makefile.def (gcc): Add target variable. (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags. * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*) in the recursive `make', instead of hardwiring `all'. (Autogenerated TARGET-* variables): New.
2004-08-17Patch from Robert Millan for knetbsd-gnu/kfreebsd-gnu.Jim Wilson1-0/+6
* configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux (instead of FreeBSD). * configure: Regenerate.
2004-08-12 * Makefile.def, configure.in, src-release: Remove useless, bogusNathanael Nerode1-0/+4
references to tix. * Makefile.in, configure: Regenerate.
2004-08-122004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode1-0/+7
* src-release: Stop distributing mmalloc with gdb (which doesn't use it). * Makefile.def: GDB doesn't depend on mmalloc anymore. * Makefile.in: Regenerate.
2004-08-11merge from gcc:DJ Delorie1-0/+10
2004-08-09 Mark Mitchell <mark@codesourcery.com> * configure.in (arm*-*-eabi*): New target. * configure: Regenerate. 2004-08-03 Paul Brook <paul@codesourcery.com> * configure.in: Check for MPFR as well as GMP. * configure: Regenerate.
2004-08-09Lost ChangeLog entry:Nathanael Nerode1-0/+6
2004-08-01 Robert Millan <robertmh@gnu.org> * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable libmudflap for all GNU-based systems (with Glibc). * configure: Regenerate.
2004-08-062004-08-06 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini1-0/+11
* Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module. (bison, byacc, flex, texinfo): Do not mark as bootstrap module. (Dependencies): New section. * Makefile.tpl (Dependencies): Generate from Makefile.def. (configure-target-[+module+]): Depend on maybe-all-gcc (all-prebootstrap): New name of all-bootstrap. Changed throughout. (toplevel profiledbootstrap): Fix dependencies. * Makefile.in: Regenerate.
2004-08-04 * configure.in (arm*-*-symbianelf*): Add ${libgcj} andMark Mitchell1-0/+5
target-libiberty to noconfigdirs.