gcc.c: Don't include <sys/resource.h> or declare getrusage.
authorIan Lance Taylor <ian@airs.com>
Fri, 1 Apr 2005 16:44:31 +0000 (16:44 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Fri, 1 Apr 2005 16:44:31 +0000 (16:44 +0000)
commit054e88a868fe3c38df78246a8c47b050b27c757d
treee5a5b2031671aebf6ade9f1b71a51156e8475014
parent2c83be0cf08fc0b535aec0211f599acc38fa076e
gcc.c: Don't include <sys/resource.h> or declare getrusage.

* gcc.c: Don't include <sys/resource.h> or declare getrusage.
(rus, prus): Remove static variables.
(execute): Use pex_run/pex_get_status rather than pexecute/pwait.
(process_command): Permit report_times and use_pipes together.

From-SVN: r97406
gcc/ChangeLog
gcc/gcc.c