egcs/gcc ChangeLog configure.in configure conf ...
Kaveh Ghazi
ghazi@cygnus.com
Mon Nov 2 07:20:00 GMT 1998
CVSROOT: /egcs/carton/cvsfiles
Module name: egcs
Changes by: ghazi@egcs.cygnus.com 98/11/02 07:20:50
Modified files:
gcc : ChangeLog configure.in configure config.in
collect2.c gcc.c protoize.c
Log message:
* configure.in: Call AC_FUNC_VFORK.
* collect2.c: Define VFORK_STRING as a printable string for
error messages (either "vfork" or "fork".) If HAVE_VFORK_H is
defined, include vfork.h. If VMS is defined, define vfork()
appropriately. Remove vfork check on USG, we're using autoconf.
(collect_execute): Pass VFORK_STRING to fatal_perror instead of
checking locally what string to pass.
(scan_prog_file): Likewise.
(scan_libraries): Likewise.
* gcc.c: Remove vfork check on USG, we're using autoconf.
Besides, no calls to vfork/fork occur in this file.
* protoize.c: Likewise.
More information about the Gcc-cvs
mailing list