summaryrefslogtreecommitdiff
path: root/contrib/gcc_update
Commit message (Collapse)AuthorAgeFilesLines
* * gcc_update (silent): Unset instead of initializing to null.aoliva2005-03-191-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96708 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_update (apply_patch): Properly quote $1.schwab2005-03-181-5/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96705 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_update: Add --silent option.zack2005-03-181-6/+26
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96661 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_update (touch_files): Don't rely on "make" being GNU make;hp2004-11-201-2/+5
| | | | | | | grep for "Touching" to determine that the rule executes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90961 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_update (touch_files): Explicitly pass --no-print-directory.hp2004-11-141-1/+7
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90614 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-11-04 Andrew Pinski <pinskia@physics.uc.edu>pinskia2004-11-051-1/+1
| | | | | | | * gcc_update (boehm-gc/aclocal.m4): Remove boehm-gc/acinclude.m4. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90115 138bc75d-0d04-0410-961f-82ee72b054a4
* Made fixincludes a toplevel build module.bonzini2004-08-311-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | toplevel: 2004-08-31 Paolo Bonzini <bonzini@gnu.org> * 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. contrib: 2004-08-04 Paolo Bonzini <bonzini@gnu.org> * gcc_update: Add fixincludes. fixincludes: 2004-08-31 Paolo Bonzini <bonzini@gnu.org> * .cvsignore: New. * Makefile.in: From gcc/fixinc/Makefile.in, making it fully autoconfiscated. * configure.ac: New. * config.h.in: Generate. * configure: Generate. * aclocal.m4: New. * fixlib.h: Remove inclusions of gcc files. * system.h: New. Other files copied from gcc/fixinc. gcc: 2004-08-31 Paolo Bonzini <bonzini@gnu.org> * Makefile.in (build_subdir): New substitution. (fixinc.sh): Simplify heavily since fixincludes is already built. (stmp-fixinc): Depend on specs.ready. (install-mkheaders): Use new location of fixincludes. (clean): Do not descend into fixinc. (FORBUILD): Replace with ../$(build_subdir). * configure.ac (build_subdir): Substitute. (FORBUILD): Do not set. (all_outputs): Remove fixinc/Makefile. (default commands): Do not create links in fixinc. * mkfixinc.sh: New, from fixinc/mkfixinc.sh without the fixincludes configuration steps and substituting @FIXINCL@ in fixinc.in. * fixinc.in: New, from fixinc/fixincl.sh. * fixinc/*: Removed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86824 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_update (libcpp/Makefile.in): Remove libcpp/Makefile.am.bje2004-08-251-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86543 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-08-20 Andreas Tobler <a.tobler@schweiz.ch>andreast2004-08-201-3/+3
| | | | | | | | * gcc_update (self): libjava/configure.in -> configure.ac. Automake update done. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86330 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-08-04 Paolo Bonzini <gcc@gcc.gnu.org>bonzini2004-08-041-3/+3
| | | | | | | | * gcc_update: libjava/configure.ac -> configure.in. Automake 1.4 does not handle configure.ac properly. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85556 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_update: libjava/configure.in -> configure.ac.schwab2004-08-041-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85552 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_update: gcc/config/arm/arm-tune.md -> arm-cores.def gentune.sh.rearnsha2004-08-031-0/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85474 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_update: boehm-gc/configure.in -> configure.ac.aj2004-06-161-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83238 138bc75d-0d04-0410-961f-82ee72b054a4
* boehm-gc/ChangeLog:bonzini2004-06-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-06-16 Paolo Bonzini <bonzini@gnu.org> * boehm-gc/configure.ac: New name of configure.in. Remove useless multilib stuff. Change uses of INCLUDES and CXXINCLUDES to AM_CPPFLAGS. * boehm-gc/configure.in: New name of configure.in. * boehm-gc/Makefile.am: Update for automake 1.8.5. * boehm-gc/acinclude.m4: Include ../config/acx.m4. * boehm-gc/aclocal.m4: Regenerate. * boehm-gc/configure: Regenerate. contrib/ChangeLog: 2004-06-16 Paolo Bonzini <bonzini@gnu.org> * gcc_update (boehm-gc/configure): Depend on boehm-gc/configure.ac instead of boehm-gc/configure.in gcc/ChangeLog: 2004-06-16 Paolo Bonzini <bonzini@gnu.org> * doc/install.texi: boehm-gc now uses automake 1.8.5. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83227 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-06-14 Paolo Bonzini <bonzini@gnu.org>bonzini2004-06-151-1/+1
| | | | | | | | * gcc_update (libmudflap/configure): Depend on libmudflap/configure.ac instead of libmudflap/configure.in git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83186 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_update: Add libcpp.aj2004-06-141-0/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83100 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_update: Add libgfortran.aj2004-06-101-0/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82884 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-05-29 Andrew Pinski <pinskia@physics.uc.edu>pinskia2004-05-291-1/+1
| | | | | | | | * gcc_update (libbanshee/configure): Depend on libbanshee/configure.ac instead of libbanshee/configure.in git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82427 138bc75d-0d04-0410-961f-82ee72b054a4
* top:zack2004-05-181-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.def, Makefile.tpl, configure.in: Remove all mention of libf2c. * configure, Makefile.in: Regenerate. contrib: * gcc_update: Remove gcc/f/intdoc.texi and all libf2c files from list of files to be touched. * convert_to_f2c, convert_to_g2c, download_f2c: Delete. gcc: * f: Entire directory removed * c-common.h (CTI_G77_INTEGER_TYPE, CTI_G77_UINTEGER_TYPE) (CTI_G77_LONGINT_TYPE, CTI_G77_ULONGINT_TYPE) (g77_integer_type_node, g77_uinteger_type_node) (g77_longint_type_node, or g77_ulongint_type_node): Delete. * c-common.c (c_common_nodes_and_builtins): Do not initialize the above set of variables. * config/i386/uwin.h: No need to define WIN32_UWIN_TARGET. * doc/invoke.texi, doc/standards.texi: Remove cross-references to g77 manual. gcc/po: * exgettext (spec_error_string): Do not scan beyond the end of the string for a close brace. Do not bail out at the first incidence of %%e. * gcc.pot: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81967 138bc75d-0d04-0410-961f-82ee72b054a4
* Merge tree-ssa-20020619-branch into mainline.dnovillo2004-05-131-0/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81764 138bc75d-0d04-0410-961f-82ee72b054a4
* Add dependencies for zlib for gcc_updatekcook2004-04-121-1/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@80619 138bc75d-0d04-0410-961f-82ee72b054a4
* (libobjc)neroden2004-04-091-1/+1
| | | | | | | | | | | | * configure.in: Rename to configure.ac. * Makefile.in: Update to match. (contrib) * gcc_update (files_and_dependencies): libobjc/configure now depends on configure.ac, not configure.in. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@80555 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-04-01 Kelley Cook <kcook@gcc.gnu.org>kcook2004-04-021-4/+0
| | | | | | | * gcc_update (files_and_dependencies): Remove gcc/ada/*.texi. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@80345 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-03-16 Andreas Tobler <a.tobler@schweiz.ch>andreast2004-03-161-0/+4
| | | | | | | * gcc_update (files_and_dependencies): Insert libffi dependencies. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79543 138bc75d-0d04-0410-961f-82ee72b054a4
* Wrong version checked in previous patchkcook2004-03-111-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79292 138bc75d-0d04-0410-961f-82ee72b054a4
* boehm-gc/kcook2004-03-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-03-10 Kelley Cook <kcook@gcc.gnu.org> * configure.ac: Bump AC_PREREQ to 2.59. * configure: Regenerate. * config.in: Regenerate. fastjar/ 2004-03-10 Kelley Cook <kcook@gcc.gnu.org> * configure.ac: Bump AC_PREREQ to 2.59. * configure: Regenerate. intl/ 2004-03-10 Kelley Cook <kcook@gcc.gnu.org> * configure.ac: Bump AC_PREREQ to 2.59. * configure: Regenerate. * config.h.in: Regenerate. gcc/ 2004-03-10 Kelley Cook <kcook@gcc.gnu.org> * configure.ac: Bump AC_PREREQ to 2.59. * configure: Regenerate. libada/ 2004-03-10 Kelley Cook <kcook@gcc.gnu.org> * configure.in: Rename file to ... * configure.ac: .. to this. Bump AC_PREREQ to 2.59. * configure: Regenerate. libjava/libltdl/ 2004-03-10 Kelley Cook <kcook@gcc.gnu.org> * configure.ac: Bump AC_PREREQ to 2.59. * configure: Regenerate. * config-h.in: Regenerate. libstdc++-v3/ 2004-03-10 Kelley Cook <kcook@gcc.gnu.org> * configure.ac: Bump AC_PREREQ to 2.59. contrib/ 2004-03-10 Kelley Cook <kcook@gcc.gnu.org> * gcc_update (files_and_dependencies): Insert libada/configure. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79285 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-02-29 Andrew Pinski <pinskia@physics.uc.edu>pinskia2004-02-291-2/+2
| | | | | | | | * gcc_update (files_and_dependencies): Update intl/configure.in to intl/configure.ac. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78673 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-01-09 Kelley Cook <kcook@gcc.gnu.org>kcook2004-01-101-3/+3
| | | | | | | | * gcc_update (files_and_dependencies): Update fastjar/configure.in to fastjar/configure.ac git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75622 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-01-07 Kelley Cook <kcook@gcc.gnu.org>kcook2004-01-081-11/+0
| | | | | | | * gcc_update (files_and_dependencies): Remove non-existant files. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75528 138bc75d-0d04-0410-961f-82ee72b054a4
* contrib/kcook2004-01-061-5/+4
| | | | | | | | | | | | | | | 2004-01-05 Kelley Cook <kcook@gcc.gnu.org> * gcc_update (files_generated): Revert 2003-12-18 change. gcc/ada/ 2004-01-05 Kelley Cook <kcook@gcc.gnu.org> * Make-lang.in: Revert stamp-xgnatug change from 2003-12-18. Update comment and copyright date. * stamp-xgnatug: Delete. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75461 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-01-03 Andrew Pinski <pinskia@physics.uc.edu>pinskia2004-01-031-3/+3
| | | | | | | | * gcc_update (files_and_dependencies): For gcc directory, rename configure.in to configure.ac. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75367 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-12-19 Andreas Tobler <a.tobler@schweiz.ch>andreast2003-12-191-1/+1
| | | | | | | | * gcc_update (files_and_dependencies): For libjava/libltdl directory, remove acconfig.h. No longer used. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74818 138bc75d-0d04-0410-961f-82ee72b054a4
* contrib/kcook2003-12-181-4/+5
| | | | | | | | | | | | | | | | | | | 2003-12-18 Kelley Cook <kcook@gcc.gnu.org> * gcc_update (files_generated): Add in gcc/ada/stamp-xgnatug and update gcc/ada/gnat_ug_* to use it. gcc/ada/ 2003-12-18 Kelley Cook <kcook@gcc.gnu.org> * stamp-xgnatug: New stamp file. * Make-lang.in (stamp-xgnatug): New stamp file and comment. (ada/doctools/xgnatug): Add $(build_exeext). (ada/gnat_ug_unx.texi, ada/gnat_ug_vwx.texi, ada/gnat_ug_vms.texi ada/gnat_ug_wnt.texi): Update to depend on stamp-xgnatug. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74808 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix required by libjava/libltdl import.wilson2003-12-171-4/+4
| | | | | | | | * gcc_update (files_and_dependencies): For libjava/libltdl directory, rename configure.in to configure.ac, and stamp-h.in to config-h.in. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74734 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-12-10 Kelley Cook <kcook@gcc.gnu.org>kcook2003-12-111-1/+1
| | | | | | | | * gcc_update (files_and_dependencies): Correct typo in the filename gnat_ug_wnt.texi. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74535 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_update: Remove handling of sinfo.h, einfo.h, nmake.ads,charlet2003-12-081-5/+0
| | | | | | | treeprs.ads. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74416 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_update: gcc/acconfig.h no longer exists.zack2003-07-121-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69275 138bc75d-0d04-0410-961f-82ee72b054a4
* top:zack2003-07-041-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68928 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_update (files_and_dependencies): Addthorpej2003-06-241-0/+3
| | | | | | | | gcc/testsuite/gcc.dg/cpp/_Pragma3.c depends on gcc/testsuite/gcc.dg/cpp/mi1c.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68398 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-03-03 H.J. Lu <hjl@gnu.org>hjl2003-03-031-1/+3
| | | | | | | | * gcc_build: Use $GCC_CVS/$CVS instead of cvs. * gcc_update: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63730 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_update (files_and_dependencies): Add gcc/cp/cfns.h dependsghazi2003-01-031-1/+3
| | | | | | | | on gcc/cp/cfns.gperf and gcc/java/keyword.h depends on gcc/java/keyword.gperf git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60817 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_update (files_and_dependencies): Add gcc/intl/plural.c asgerald2002-12-291-1/+2
| | | | | | | depending on gcc/intl/plural.y. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60607 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_update (configure): Depend on config/acx.m4 as well.aoliva2002-12-281-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60579 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_update (configure): Depend on configure.in.aoliva2002-12-281-0/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60571 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>neroden2002-09-241-0/+2
| | | | | | | | | | | | * Makefile.def: New file. * Makefile.tpl: New file. * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'. * contrib/gcc_update: Note that Makefile.in is a generated file. * configure.in: Minor rearrangement. Simplify tests. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57484 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-07-16 H.J. Lu <hjl@gnu.org>hjl2002-07-161-1/+1
| | | | | | | * gcc_update (touch_files): Pass -s to ${MAKE}. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55497 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-05-31 Florian Weimer <fw@deneb.enyo.de>fw2002-05-311-0/+4
| | | | | | | | * gcc_update (files_and_dependencies): Add generated Texinfo files for Ada. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54103 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_update (touch_files): Don't have empty for loop.geoffk2002-04-181-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52462 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_update: Remove libchill.rth2002-04-171-1/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52385 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-11-07 Laurent Guerby <guerby@acm.org>guerby2001-11-071-0/+5
| | | | | | | * gcc_update (files_and_dependencies): Add Ada dependencies. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46832 138bc75d-0d04-0410-961f-82ee72b054a4