summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* MAINTAINERS: Move self from Bug database only accounts to write-after-approval.Andrew Pinski2003-07-161-0/+5
| | | | | | | | | 2003-07-16 Andrew Pinski <pinskia@physics.uc.edu> * MAINTAINERS: Move self from Bug database only accounts to write-after-approval. From-SVN: r69467
* * config.if: Remove unused libc_interface determination.Nathanael Nerode2003-07-161-0/+4
| | | | From-SVN: r69439
* MAINTAINERS: Move self from write-after-approval to build machinery (*.in).Nathanael Nerode2003-07-141-0/+5
| | | | | | | * MAINTAINERS: Move self from write-after-approval to build machinery (*.in). From-SVN: r69333
* re PR bootstrap/11273 (make install fails in libobjc directory)Nathanael Nerode2003-07-131-0/+10
| | | | | | | | | | | | PR bootstrap/11273 PR bootstrap/11408 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove unused INSTALL_PROGRAM_ARGS. * configure.in: Use AC_PROG_INSTALL. * Makefile.in: Regenerate. * configure: Regenerate. From-SVN: r69304
* * MAINTAINERS: Alphabetize.Kazu Hirata2003-07-131-0/+4
| | | | From-SVN: r69293
* configure: Rebuilt.Alexandre Oliva2003-07-101-0/+9
| | | | | | | | | | | * configure: Rebuilt. 2001-09-26 Alexandre Oliva <aoliva@redhat.com> * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build newlib nor libgloss. Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com> * configure.in (am33_2.0-*-linux*): Added. From-SVN: r69173
* configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.Bob Wilson2003-07-101-0/+5
| | | | | | | * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets. * configure: Regenerate. From-SVN: r69172
* Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.Zack Weinberg2003-07-081-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | top: * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl. * Makefile.in: Regenerate. config: * gettext.m4: Delete all former contents. (ZW_GNU_GETTEXT_SISTER_DIR): New macro. * progtest.m4: New file. gcc: * Makefile.in (top_builddir): Set to "..", not ".". (INTLLIBS, INTLDEPS): Delete. (LIBINTL, LIBINTL_DEP, LIBICONV_DEP): New variables to be substituted. (LIBDEPS): Add $(LIBICONV_DEP). (LIBS): Take out $(INTLLIBS), add $(LIBINTL) and $(LIBICONV). (INCLUDES): Replace -I../intl with @INCINTL@. ($(top_builddir)/intl/libintl.a): Delete rule. (stage2-start, stage3-start, stage4-start, stageprofile-start, stagefeedback-start): Use $$ for variable to be evaluated by shell, not make. * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_LC_MESSAGES, HAVE_STPCPY): Delete. * aclocal.m4: sinclude ../config/progtest.m4. Add contents of lcmessage.m4 from gettext distro. * configure.in: Check for wchar.h and setlocale. Set LIBICONV_DEP to the empty string and substitute it. Call AM_LC_MESSAGES. Delete AC_ARG_ENABLE for --enable-nls; this is handled elsewhere. Use ZW_GNU_GETTEXT_SISTER_DIR, not CY_GNU_GETTEXT. Clear $LIBICONV if its text is included in $LIBINTL, to avoid linking it twice. * configure, config.in: Regenerate. intl: * README: Update. * Makefile.in (INSTALL, INSTALL_DATA, MKINSTALLDIRS, mkinstalldirs, gettextsrcdir, l): Delete. (COMPILE): Add $(DEFS-$@), remove $(XCFLAGS). (HEADERS): libgnuintl.h not libgnuintl.h.in. Remove os2compat.h. (SOURCES): Remove os2compat.c. (DEFS-dcigettext.o, DEFS-localealias.o, DEFS-localcharset.o, DEFS-relocatable.o): New. (all-yes): Add config.intl. (libintl.h): Use cp, not cat. (INCLUDES): Remove -I.. (TAGS, CTAGS, ID): Word wrap. (mostlyclean, distclean): Remove junk. (config.intl): New rule. * aclocal.m4: sinclude ../config/progtest.m4 instead of including it inline. * config.intl.in: New file. * configure.in: Take out unnecessary AC_CONFIG_AUX_DIR. Take out AC_DEFINEs for LOCALEDIR, LOCALE_ALIAS_PATH, LIBDIR, INSTALLDIR. Set LIBINTL_DEP and INCINTL and AC_SUBST them. Add config.intl to AC_OUTPUT. * os2compat.c, os2compat.h: Delete, unused. From-SVN: r69071
* Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.Zack Weinberg2003-07-041-0/+5
| | | | | | | * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl. * Makefile.in: Regenerate. From-SVN: r68945
* Fix typo.H.J. Lu2003-07-041-0/+2
| | | | From-SVN: r68932
* Makefile.tpl: Replace PWD with PWD_COMMAND.H.J. Lu2003-07-041-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-07-04 H.J. Lu <hongjiu.lu@intel.com> * Makefile.tpl: Replace PWD with PWD_COMMAND. * Makefile.in: Regenerated. gcc/ 2003-07-04 H.J. Lu <hongjiu.lu@intel.com> * config-ml.in: Replace PWD with PWD_COMMAND. * Makefile.in: Likewise. gcc/ada/ 2003-07-04 H.J. Lu <hongjiu.lu@intel.com> * Make-lang.in: Replace PWD with PWD_COMMAND. * Makefile.adalib: Likewise. * Makefile.in: Likewise. gcc/treelang/ 2003-07-04 H.J. Lu <hongjiu.lu@intel.com> * Make-lang.in: Replace PWD with PWD_COMMAND. libf2c/ 2003-07-04 H.J. Lu <hongjiu.lu@intel.com> * Makefile.in: Replace PWD with PWD_COMMAND. libstdc++-v3/ 2003-07-04 H.J. Lu <hongjiu.lu@intel.com> * Makefile.am: Replace PWD with PWD_COMMAND. * Makefile.in: Regenerated. * docs/html/Makefile: Likewise. From-SVN: r68931
* intl: New directory; see intl/ChangeLog for details.Zack Weinberg2003-07-041-6/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | top: * intl: New directory; see intl/ChangeLog for details. * ABOUT-NLS, config.rpath: Import from gettext 0.12.1. * Makefile.tpl: all-gcc depends on maybe-all-intl. * Makefile.in: Regenerate. config: * gettext.m4: New file - copy of gettext.m4 from binutils CVS, with added AC_ISC_POSIX macro from gcc/aclocal.m4. gcc: * ABOUT-NLS: Delete. * intl: Delete entire directory. * aclocal.m4: Include ../config/gettext.m4. Delete AC_ISC_POSIX, AM_LANGINFO_CODESET, jm_GLIBC21, AM_LC_MESSAGES, AM_PATH_PROG_WITH_TEST, AM_WITH_NLS, and AM_GNU_GETTEXT. * configure.in: Use CY_GNU_GETTEXT, not AM_GNU_GETTEXT. Remove intl/Makefile from all_outputs. * configure, config.in: Regenerate. * Makefile.in: Expunge all references to intl subdirectory. Add -I../intl to INCLUDES. * intl.h: Include libintl.h if and only if ENABLE_NLS is defined. intl: * Makefile.in: Remove unnecessary capabilities for installation, build of shared libraries, generation of distribution tarballs, etc. Fix all the places that rely on the parent directory. Don't generate libgnuintl.h from anything; do generate $(objdir)/libintl.h from libgnuintl.h if necessary. Adjust DEFS for use of config.h. * libgnuintl.h.in: Rename libgnuintl.h. * README: New file. * config.charset, ref-add.sin, ref-del.sin: Delete (unused). * COPYING.LIB-2.0, COPYING.LIB-2.1: Delete (redundant). * aclocal.m4: New; generated per instructions in gettext manual. * configure.in: New; written from scratch for this configuration. * configure, config.h.in: Generated. contrib: * gcc_update: Remove gcc/intl/plural.c from list. Add new generated files intl/plural.c, intl/configure, intl/config.h.in. From-SVN: r68928
* configure.in: Clean up config-lang.in handling.Nathanael Nerode2003-06-271-0/+6
| | | | | | | | * configure.in: Clean up config-lang.in handling. Delete useless assignment to "subdirs". * configure: Regenerate. From-SVN: r68588
* configure.in: Rename 'target_libs' to 'target_libraries'.Nathanael Nerode2003-06-261-0/+6
| | | | | | | | * configure.in: Rename 'target_libs' to 'target_libraries'. Remove useless reference to 'target_libs'. * configure: Regenerate. From-SVN: r68543
* Makefile.tpl: Add maybe-configure-itcl to configure-gdb.Keith Seitz2003-06-231-0/+5
| | | | | | | * Makefile.tpl: Add maybe-configure-itcl to configure-gdb. * Makefile.in: Regenerate. From-SVN: r68393
* Makefile.def: Introduce flags_to_pass.Nathanael Nerode2003-06-231-0/+6
| | | | | | | | * Makefile.def: Introduce flags_to_pass. * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it. * Makefile.in: Regenerate. From-SVN: r68384
* configure.in (noconfigdirs): Disable target-newlib and target-libgloss.Hans-Peter Nilsson2003-06-231-0/+8
| | | | | | | | | | * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib and target-libgloss. <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb. <h8300*-*-*>: Disable libf2c and ${libgcj}. * configure: Regenerate. From-SVN: r68354
* configure.in: Update testsuite_flags to new location.Benjamin Kosnik2003-06-181-0/+5
| | | | | | | | | 2003-06-17 Benjamin Kosnik <bkoz@redhat.com> * configure.in: Update testsuite_flags to new location. * configure. Regenerate. From-SVN: r68133
* Makefile.tpl: Remove BUILD_CC stuff.Nathanael Nerode2003-06-171-0/+5
| | | | | | | | | | | | | | (toplev) * Makefile.tpl: Remove BUILD_CC stuff. * Makefile.in: Regenerate. (gcc) * configure.in: Replace BUILD_CC references with CC_FOR_BUILD. * configure: Regenerate. * Makefile.in: Replace BUILD_CC references with CC_FOR_BUILD. (gcc/f) * Make-lang.in: Replace BUILD_CC references with CC_FOR_BUILD. From-SVN: r68115
* * MAINTAINERS (Write After Approval): Remove Andrew Haley.Kazu Hirata2003-06-171-0/+4
| | | | From-SVN: r68075
* * MAINTAINERS (Write After Approval): Add myself.Graeme Peterson2003-06-161-0/+4
| | | | From-SVN: r68026
* config.guess: Update to 2003-06-12 version.H.J. Lu2003-06-141-0/+5
| | | | | | | | | 2003-06-14 H.J. Lu <hongjiu.lu@intel.com> * config.guess: Update to 2003-06-12 version. * config.sub: Update to 2003-06-13 version. From-SVN: r67942
* config.guess: Update to 2003-06-06 version.H.J. Lu2003-06-121-0/+5
| | | | | | | | | 2003-06-12 H.J. Lu <hongjiu.lu@intel.com> * config.guess: Update to 2003-06-06 version. * config.sub: Update to 2003-06-06 version. From-SVN: r67833
* configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.Rainer Orth2003-06-111-0/+5
| | | | | | | | | | | | | | | * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32. * configure. Regenerate. gcc: * config/mips/iris5gas.h (MDEBUG_ASM_SPEC): Override to match DWARF 2 default. * config/mips/dbxmdebug.h: New file. * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Use it with gas and --with-stabs. From-SVN: r67780
* configure.in: Disable serial configure by default.Nathanael Nerode2003-06-111-0/+5
| | | | | | | | | * configure.in: Disable serial configure by default. * configure: Regenerate. * Makefile.tpl: Abolish .NOTPARALLEL. * Makefile.in: Regenerate. From-SVN: r67747
* Makefile.tpl: Replace {build,host,target}_canonical by {build,host,target}.Nathanael Nerode2003-06-101-0/+4
| | | | | | | | * Makefile.tpl: Replace {build,host,target}_canonical by {build,host,target}. * Makefile.in: Regenerate. From-SVN: r67739
* Makefile.tpl: Fix stupid pasto.Nathanael Nerode2003-06-101-0/+5
| | | | | | | * Makefile.tpl: Fix stupid pasto. * Makefile.in: Regenerate. From-SVN: r67702
* Makefile.tpl: Remove bogus conditional.Nathanael Nerode2003-06-101-1/+6
| | | | | | | * Makefile.tpl: Remove bogus conditional. * Makefile.in: Regenerate. From-SVN: r67693
* install.tex: Document profiledbootstrap.Jan Hubicka2003-06-051-0/+5
| | | | | | | | | | | | | | | | | | | | | * install.tex: Document profiledbootstrap. * Makefile.tpl (profiledbootstrap): New target. * Makefile.in (profiledbootstrap): New target. * Makefile.in (clean, distclean): Kill new stages (POSTSTAGE1_FLAGS_TO_PASS): Break from ... (STAGE2_FLAGS_TO_PASS): ... this one. (STAGEPROFILE_FLAGS_TO_PASS, STAGEFEEDBACK_FLAGS_TO_PASS): New. (stage[2-4]_build): Add POSTSTAGE1_FLAGS_TO_PASS. (stageprofile_build, stageprofile_copy, stagefeedback_build, stagefeedback_copy): New. (restageprofile, restagefeedback, stageprofile-start, stageprofile, stagefeedback-start): Likewise. * Make-lang.in: Add support for stageprofile and stagefeedback From-SVN: r67498
* Fix ChangeLog date of my last entry.Wolfgang Bangerth2003-06-051-1/+1
| | | | From-SVN: r67490
* Add Dara Hazeghi and Andrew Pinski to Bugzilla-only maintainers. Remove user ↵Wolfgang Bangerth2003-06-051-0/+5
| | | | | | names from other bug database only maintainers since bugzilla no longer has user names. From-SVN: r67489
* Makefile.tpl: Make 'recursive targets' using autogen rather than shell loop.Nathanael Nerode2003-06-031-0/+10
| | | | | | | | | | | | | | * Makefile.tpl: Make 'recursive targets' using autogen rather than shell loop. Remove duplicate 'clean' targets and false comments. * Makefile.def: Add systematic dependencies to 'recursive' targets. Add systematic method of specifying missing targets in subdirs. Add copyright boilerplate. * Makefile.in: Regenerate. * configure.in: Add 'recursive targets' to maybe list. * configure: Regenerate. From-SVN: r67402
* * MAINTAINERS: "GNATS only" -> "Bug database only".Nathanael Nerode2003-06-031-0/+2
| | | | From-SVN: r67382
* Makefile.tpl: Rename [+target+] to [+make_target+].Nathanael Nerode2003-06-031-0/+5
| | | | | | | * Makefile.tpl: Rename [+target+] to [+make_target+]. * Makefile.def: Rename 'target' to 'make_target'. From-SVN: r67380
* * MAINTAINERS: Add self as option-handling maintainer.Neil Booth2003-05-311-0/+4
| | | | From-SVN: r67273
* Remove myself as m32r/v850 maintainerMichael Meissner2003-05-291-0/+5
| | | | From-SVN: r67219
* Makefile.tpl: Make maybe-check-gcc .PHONY.DJ Delorie2003-05-281-0/+5
| | | | | | | * Makefile.tpl: Make maybe-check-gcc .PHONY. * Makefile.in: Regenerate. From-SVN: r67209
* configure.in: Use curly braces in the definition of tooldir.Maciej W. Rozycki2003-05-211-0/+5
| | | | | | | * configure.in: Use curly braces in the definition of tooldir. * configure: Regenerate. From-SVN: r67078
* Makefile.tpl (configure-target-libiberty): Depend only on gcc, not newlib or ↵DJ Delorie2003-05-211-0/+6
| | | | | | | | | | libgloss. * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not newlib or libgloss. * Makefile.in: Regenerate. From-SVN: r67077
* Makefile.tpl: Add missing empty maybe-check-gcc target.DJ Delorie2003-05-211-0/+5
| | | | | | | * Makefile.tpl: Add missing empty maybe-check-gcc target. * Makefile.in: Regenerate. From-SVN: r67066
* * MAINTAINERS: Update my e-mail address.Ian Lance Taylor2003-05-211-0/+4
| | | | From-SVN: r67053
* configure.in: Switch more things to use maybe dependencies.Nathanael Nerode2003-05-201-0/+8
| | | | | | | | | | | | 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org> * configure.in: Switch more things to use maybe dependencies. * Makefile.tpl: Switch more things to use maybe dependencies. Factor out common code from autogen IF statements. * configure: Regenerate. * Makefile.in: Regenerate. From-SVN: r66982
* configure.in: Accept i[3456789]86 for machine type.Kelley Cook2003-05-191-0/+5
| | | | | | | * configure.in: Accept i[3456789]86 for machine type. * configure: Regenerate. From-SVN: r66969
* <top level>Nathanael Nerode2003-05-181-0/+8
| | | | | | | | | | | | | | | | <top level> * configure.in: Switch more things to use maybe dependencies. Rearrange a little. Use GCC_TOPLEV_SUBDIRS. * configure: Regenerate. * Makefile.tpl: Switch more things to use maybe dependencies. * Makefile.in: Regenerate. <config> * config/acx.m4: Introduce _GCC_TOPLEV_NONCANONICAL_BUILD, _GCC_TOPLEV_NONCANOICAL_HOST, _GCC_TOPLEV_NONCANONICAL_TARGET, GCC_TOPLEV_SUBDIRS. From-SVN: r66932
* Fix date.Andreas Jaeger2003-05-161-1/+1
| | | | From-SVN: r66871
* Makefile.tpl (install-opcodes): Define.Andreas Schwab2003-05-161-0/+5
| | | | | | | | | 2003-05-15 Andreas Schwab <schwab@suse.de> * Makefile.tpl (install-opcodes): Define. * Makefile.in: Rebuild. From-SVN: r66869
* config.guess: Update to 2003-05-09 version.Andreas Jaeger2003-05-131-2/+7
| | | | | | | | | 2003-05-13 Andreas Jaeger <aj@suse.de> * config.guess: Update to 2003-05-09 version. * config.sub: Update to 2003-05-09 version. From-SVN: r66759
* configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin and ↵Corinna Vinschen2003-05-131-0/+6
| | | | | | | | | | | | $$s/newlib/libc/sys/cygwin32 include paths. 2003-05-12 Corinna Vinschen <corinna@vinschen.de> * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin and $$s/newlib/libc/sys/cygwin32 include paths. * configure: Ditto. From-SVN: r66754
* Fix date in last entry.Andreas Jaeger2003-05-131-1/+1
| | | | From-SVN: r66751
* configure.in: Correct sed script so that options in quotes are not deleted.Michael Eager2003-05-131-0/+6
| | | | | | | | | | 2003-05-12 Michael Eager <eager@mvista.com> * configure.in: Correct sed script so that options in quotes are not deleted. * configure: Rebuild. From-SVN: r66750