Skip to content
Snippets Groups Projects
  1. May 22, 2005
  2. May 19, 2005
  3. May 15, 2005
    • Gabriel Dos Reis's avatar
      fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc. · 03a9fcb8
      Gabriel Dos Reis authored
              * fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc.
              * server.c (load_data): Likewise.
              (run_shell): Use XCNEW (char) in lieu of xcalloc (1, 1).
              * fixincl.c: #include <sys/wait.h>
              (run_compiles): Use XCNEWVEC instead of xcalloc.
              (fix_with_system, start_fixer): Use XNEWVEC instead of xmalloc.
              * fixfixes.c (FIX_PROC_HEAD, main): Likewise.
      
      From-SVN: r99740
      03a9fcb8
  4. May 10, 2005
  5. May 06, 2005
  6. Apr 19, 2005
  7. Apr 11, 2005
    • Kaveh R. Ghazi's avatar
      configure.ac (fixincludes_UNLOCKED_FUNCS): New. · 0d667716
      Kaveh R. Ghazi authored
      fixincludes:
      	* configure.ac (fixincludes_UNLOCKED_FUNCS): New.
      	(AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for fixincludes_UNLOCKED_FUNCS.
      	* system.h (putchar, getc, getchar, clearerr, feof, fileno,
      	fflush, fgetc, fgets, ferror, fread): Redefine to the associated
      	_unlocked function.
      	(fwrite_unlocked): Fix prototype.
      
      	* configure, config.h.in: Regenerate.
      
      gcc:
      	PR/17092
      	* configure.ac (gcc_UNLOCKED_FUNCS): New.
      	(AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for gcc_UNLOCKED_FUNCS.
      	* system.h (putchar, getc, getchar, clearerr, feof, fileno,
      	fflush, fgetc, fgets, ferror, fread): Redefine to the associated
      	_unlocked function.
      	(fwrite_unlocked): Fix prototype.
      
      	* configure, config.in: Regenerate.
      
      libcpp:
      	* configure.ac (libcpp_UNLOCKED_FUNCS): New.
      	(AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for libcpp_UNLOCKED_FUNCS.
      	* system.h (putchar, getc, getchar, clearerr, feof, fileno,
      	fflush, fgetc, fgets, ferror, fread): Redefine to the associated
      	_unlocked function.
      	(fwrite_unlocked): Fix prototype.
      
      	* configure, config.in: Regenerate.
      
      From-SVN: r97986
      0d667716
  8. Mar 21, 2005
    • Zack Weinberg's avatar
      Makefile.in: Set gcc_version directly, not via substitution. · 90ee1368
      Zack Weinberg authored
      	* Makefile.in: Set gcc_version directly, not via substitution.
      	(libsubdir): Use $(gcc_version), not $(version).
      	(mkheaders.almost): New rule.
      	(mkheaders): Generate from mkheaders.almost.
      	(clean): Also delete mkheaders.almost.
      	* aclocal.m4: Do not include ../config/gcc-version.m4.
      	* configure.ac: Do not invoke TL_AC_GCC_VERSION.  Generate
      	mkheaders.almost from mkheaders.in.
      	* configure: Regenerate.
      
      From-SVN: r96819
      90ee1368
    • Richard Guenther's avatar
      re PR target/20166 (Bootstrap failure due to lack of fixinclude of pthread problem) · 14bfd7c7
      Richard Guenther authored
      2005-03-21  Richard Guenther  <rguenth@gcc.gnu.org>
      
      	PR target/20166
      	* inclhack.def: Add fix for array of incomplete structures
      	in function prototype in pthread.h.
      	* fixincl.x: Regenerate.
      	* tests/base/pthread.h: Adjust.
      
      From-SVN: r96812
      14bfd7c7
  9. Mar 15, 2005
  10. Feb 23, 2005
  11. Dec 13, 2004
  12. Dec 02, 2004
  13. Nov 26, 2004
    • Mark Mitchell's avatar
      inclhack.def (gnu_types): Do not use on Solaris 2.1x. · 9fcc7481
      Mark Mitchell authored
      2004-11-26  Mark Mitchell  <mark@codesourcery.com>
      
      	* inclhack.def (gnu_types): Do not use on Solaris 2.1x.
      	(stdio_va_list): Likewise.
      	(stdio_stdarg.h): Likewise.
      	(solaris_stdio_tag): Add bypass.
      	* fixincl.x: Regenerated.
      
      From-SVN: r91351
      9fcc7481
  14. Nov 23, 2004
  15. Nov 21, 2004
  16. Nov 17, 2004
  17. Nov 13, 2004
  18. Nov 12, 2004
  19. Nov 09, 2004
  20. Nov 05, 2004
    • Geoffrey Keating's avatar
      Makefile.in (mostlyclean): Add fixinc.sh. · ea595d4f
      Geoffrey Keating authored
      	* Makefile.in (mostlyclean): Add fixinc.sh.
      	(clean): Add mkheaders.
      	(distclean): New.
      	(dvi): New.
      	(info): New.
      	(installcheck): New.
      
      From-SVN: r90142
      ea595d4f
    • Paolo Bonzini's avatar
      Makefile.def (host fixincludes): Specify missing targets. · 54f88091
      Paolo Bonzini authored
      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
      54f88091
    • Geoffrey Keating's avatar
      Index: ChangeLog · 53c7ffe7
      Geoffrey Keating authored
      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
      53c7ffe7
  21. Nov 01, 2004
  22. Oct 29, 2004
  23. Oct 28, 2004
  24. Oct 27, 2004
    • Geoffrey Keating's avatar
      Index: fixincludes/ChangeLog · 005c1a13
      Geoffrey Keating authored
      2004-10-27  Geoffrey Keating  <geoffk@apple.com>
      
      	* inclhack.def (darwin_gcc4_breakage): New.
      	* fixincl.x: Regenerate.
      
      Index: gcc/ChangeLog
      2004-10-27  Geoffrey Keating  <geoffk@apple.com>
      
      	* config/rs6000/rs6000.c (rs6000_attribute_table): Add
      	SUBTARGET_ATTRIBUTE_TABLE.
      	* config/darwin.h (ASM_WEAKEN_DECL): Handle weak_import.
      	(SUBTARGET_ATTRIBUTE_TABLE): Define.
      	* config/darwin.c (darwin_handle_weak_import_attribute): New.
      	(HAVE_DEAD_STRIP): Delete.
      	(no_dead_strip): Don't test HAVE_DEAD_STRIP.
      	* config/darwin-protos.h (darwin_handle_weak_import_attribute):
      	Prototype.
      
      Index: gcc/testsuite/ChangeLog
      2004-10-27  Geoffrey Keating  <geoffk@apple.com>
      
      	* gcc.dg/darwin-weakimport-1.c: New.
      
      From-SVN: r89716
      005c1a13
    • Aaron W. LaFramboise's avatar
      re PR bootstrap/17832 (Bootstrap broken by fixincludes failures) · 13cf7262
      Aaron W. LaFramboise authored
      	PR bootstrap/17832
      
      	* fixfixes.c (main): Check for _PC_NAME_MAX.
      ----------------------------------------------------------------------
      
      From-SVN: r89706
      13cf7262
    • Paolo Bonzini's avatar
      re PR other/17991 (Two-process fixincludes broken: pz_mn_name_pat undefined) · 5ae4c565
      Paolo Bonzini authored
      2004-10-27  Paolo Bonzini  <bonzini@gnu.org>
      
      	PR other/17991
      
      	* configure.ac: Fix typo.
      	* configure: Regenerate.
      	* fixincl.c (fix_with_system): tSCC is not a pointer.  Fix.
      
      From-SVN: r89680
      5ae4c565
  25. Oct 20, 2004
    • Aaron W. LaFramboise's avatar
      re PR bootstrap/17832 (Bootstrap broken by fixincludes failures) · f4a8f279
      Aaron W. LaFramboise authored
      	PR bootstrap/17832
      
      	* fixincl.c (SIGCHLD): Remove definition.
      	(initialize): Remove SIGIOT and SIGPIPE checks.
      	(create_file): Fix mkdir() for Win32.
      	(internal_fix): Use dup2() instead of fcntl().
      
      	* fixlib.h (SIGQUIT): Define if undefined.
      	(SIGIOT): Same.
      	(SIGPIPE): Same.
      	(SIGALRM): Same.
      	(SIGKILL): Same.
      
      	* procopen.c (chain_open): Use dup2() instead of fcntl().
      
      From-SVN: r89326
      f4a8f279
  26. Oct 15, 2004
    • Paolo Bonzini's avatar
      re PR other/17991 (Two-process fixincludes broken: pz_mn_name_pat undefined) · ad643a75
      Paolo Bonzini authored
      2004-08-14  Paolo Bonzini  <bonzini@gnu.org>
      
              PR other/17991
      
      	* Makefile.in (ALLOBJ, TESTOBJ, FIXOBJ): Add fixopts.o.
      	Update copyright year.
      	* fixfixes.c (main): Call initialize_opts from fixopts.c.
      	* fixincl.c (initialize): Call initialize_opts from fixopts.c,
      	do not include code for parsing options (environment vars).
      	(fix_with_system): Use a search path for applyfix, so that you
      	can run the test suite with two-process fixincludes.
      	* fixopts.c: New file.
      	* configure.ac: Add --enable-twoprocess.  Export ac_exeext
      	to config.h.  Default to --enable-twoprocess for MinGW32.
      	* config.h.in: Regenerate.
      	* configure: Regenerate.
      
      From-SVN: r89087
      ad643a75
  27. Oct 05, 2004
  28. Sep 17, 2004
  29. Sep 15, 2004
  30. Sep 14, 2004
Loading