Skip to content
Snippets Groups Projects
  1. Nov 20, 2004
  2. Nov 14, 2004
  3. Nov 07, 2004
  4. Nov 05, 2004
  5. Oct 27, 2004
  6. Oct 26, 2004
  7. Aug 31, 2004
    • Paolo Bonzini's avatar
      Made fixincludes a toplevel build module. · 71b5d516
      Paolo Bonzini authored
      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.
      
      From-SVN: r86824
      71b5d516
  8. Aug 26, 2004
  9. Aug 25, 2004
  10. Aug 20, 2004
  11. Aug 04, 2004
  12. Aug 03, 2004
  13. Jul 16, 2004
  14. Jun 17, 2004
  15. Jun 16, 2004
    • Andreas Jaeger's avatar
      * gcc_update: boehm-gc/configure.in -> configure.ac. · cc605afe
      Andreas Jaeger authored
      From-SVN: r83238
      cc605afe
    • Paolo Bonzini's avatar
      configure.ac: New name of configure.in. · bf9a420e
      Paolo Bonzini authored
      boehm-gc/ChangeLog:
      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.
      
      From-SVN: r83227
      bf9a420e
  16. Jun 15, 2004
  17. Jun 14, 2004
  18. Jun 10, 2004
  19. May 29, 2004
  20. May 18, 2004
    • Zack Weinberg's avatar
      Makefile.def, [...]: Remove all mention of libf2c. · b4117c30
      Zack Weinberg authored
      top:
      	* 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.
      
      From-SVN: r81967
      b4117c30
  21. May 15, 2004
  22. May 13, 2004
  23. Apr 12, 2004
  24. Apr 09, 2004
    • Nathanael Nerode's avatar
      configure.in: Rename to configure.ac. · 3adc31d1
      Nathanael Nerode authored
      (libobjc)
      	* 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.
      
      From-SVN: r80555
      3adc31d1
  25. Apr 02, 2004
  26. Mar 16, 2004
  27. Mar 11, 2004
    • R. Kelley Cook's avatar
      Wrong version checked in previous patch · 4f5b645a
      R. Kelley Cook authored
      From-SVN: r79292
      4f5b645a
    • Kelley Cook's avatar
      configure.ac: Bump AC_PREREQ to 2.59. · 8ab705be
      Kelley Cook authored
      boehm-gc/
      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.
      
      From-SVN: r79285
      8ab705be
  28. Feb 29, 2004
  29. Jan 10, 2004
  30. Jan 08, 2004
  31. Jan 06, 2004
    • Kelley Cook's avatar
      gcc_update (files_generated): Revert 2003-12-18 change. · dedebde1
      Kelley Cook authored
      contrib/
      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.
      
      From-SVN: r75461
      dedebde1
  32. Jan 03, 2004
  33. Dec 19, 2003
  34. Dec 18, 2003
    • Kelley Cook's avatar
      gcc_update (files_generated): Add in gcc/ada/stamp-xgnatug and update gcc/ada/gnat_ug_* to use it. · 90c2f1de
      Kelley Cook authored
      contrib/
      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.
      
      From-SVN: r74808
      90c2f1de
  35. Dec 17, 2003
Loading