1. 26 Apr, 2004 14 commits
  2. 25 Apr, 2004 11 commits
  3. 24 Apr, 2004 11 commits
  4. 23 Apr, 2004 4 commits
    • Makefile.in (LIBGCOV): Add _gcov_fork... · d1c38823
      	* Makefile.in (LIBGCOV): Add _gcov_fork, _gcov_execl, _gcov_execlp,
      	_gcov_execle, _gcov_execv, _gcov_execvp, _gcov_execve.
      	* builtin-types.def (BT_PID, BT_PTR_CONST_STRING, BT_FN_PID,
      	BT_FN_INT_CONST_STRING_PTR_CONST_STRING,
      	BT_FN_INT_CONST_STRING_PTR_CONST_STRING_PTR_CONST_STRING): New.
      	* builtins.c (expand_builtin_fork_or_exec): New.
      	(expand_builtin): Call it.
      	* builtins.def (BUILT_IN_EXECL, BUILT_IN_EXECLP,BUILT_IN_EXECLE,
      	BUILT_IN_EXECV, BUILT_IN_EXECVP, BUILT_IN_EXECVE, BUILT_IN_FORK): New.
      	* c-common.c (PID_TYPE): New macro.
      	(c_common_nodes_and_builtins): Initialize pid_type_node.
      	* calls.c (special_function_p): Do not handle fork and exec.
      	(expand_call): Do not handle ECF_FORK_OR_EXEC.
      	* gcov-io.h (__gcov_fork, __gcov_execl, __gcov_execlp, __gcov_execle,
      	__gcov_execv, __gcov_execvp, __gcov_execve): Declare.
      	* libgcov.c (__gcov_fork, __gcov_execl, __gcov_execlp, __gcov_execle,
      	__gcov_execv, __gcov_execvp, __gcov_execve): New.
      	* tree.h (enum tree_index): Add TI_PID_TYPE.
      	(pid_type_node): New macro.
      	(ECF_FORK_OR_EXEC): Removed.
      
      From-SVN: r81118
      Zdenek Dvorak committed
    • Jonathan Wakely <cow@compsoc.man.ac.uk> · adabbcf4
      2004-04-24  Matthias Klose  <doko@debian.org>
      
              Jonathan Wakely  <cow@compsoc.man.ac.uk>
              * docs/html/configopts.html: Fix reference to allocator config option.
      
      From-SVN: r81114
      Matthias Klose committed
    • re PR rtl-optimization/13985 (ICE in gcc.c-torture/compile/930621-1.c) · 1548580c
      	PR optimization/13985
      	* cfgloopmanip.c (fix_loop_placements): New prototype.
      	Call fix_bb_placements on the preheader of loops that have
      	been reparented.
      	(remove_path): Adjust call to fix_loop_placements.
      
      From-SVN: r81112
      Eric Botcazou committed
    • Makefile.in: Remove RANLIB_TEST, use -$(RANLIB) including after install. · 5a944040
      2004-04-23  Laurent GUERBY <laurent@guerby.net>
      
      	* Makefile.in: Remove RANLIB_TEST, use -$(RANLIB) including after
      	install.
      
      From-SVN: r81105
      Laurent GUERBY committed