From 238ad62b9fc6a0290a25467bb49c975e5ea29c92 Mon Sep 17 00:00:00 2001 From: Jeffrey A Law Date: Fri, 14 Nov 1997 13:59:51 +0000 Subject: xm-cygwin32.h (HAVE_FILE_H, [...]): Delete defines. * i386/xm-cygwin32.h (HAVE_FILE_H, HAVE_RUSAGE): Delete defines. * i386/xm-mingw32.h (HAVE_FILE_H, HAVE_RUSAGE): Likewise. * rs6000/xm-cygwin32.h (HAVE_FILE_H, HAVE_RUSAGE): Likewise. From-SVN: r16484 --- gcc/ChangeLog | 6 ++++++ gcc/config/i386/xm-cygwin32.h | 2 -- gcc/config/i386/xm-mingw32.h | 2 -- gcc/config/rs6000/xm-cygwin32.h | 2 -- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 31bf95d..2c7b94e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +Fri Nov 14 06:59:33 1997 Jeffrey A Law (law@cygnus.com) + + * i386/xm-cygwin32.h (HAVE_FILE_H, HAVE_RUSAGE): Delete defines. + * i386/xm-mingw32.h (HAVE_FILE_H, HAVE_RUSAGE): Likewise. + * rs6000/xm-cygwin32.h (HAVE_FILE_H, HAVE_RUSAGE): Likewise. + Thu Nov 13 20:37:33 1997 Michael Meissner * reload1.c (new_spill_reg): Improve fixed or forbidden register diff --git a/gcc/config/i386/xm-cygwin32.h b/gcc/config/i386/xm-cygwin32.h index a161f66..aa71f44 100644 --- a/gcc/config/i386/xm-cygwin32.h +++ b/gcc/config/i386/xm-cygwin32.h @@ -20,8 +20,6 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define NO_STAB_H -#define HAVE_RUSAGE -#define HAVE_FILE_H #define EXECUTABLE_SUFFIX ".exe" /* Even though we support "/", allow "\" since everybody tests both. */ diff --git a/gcc/config/i386/xm-mingw32.h b/gcc/config/i386/xm-mingw32.h index b6bd1c3..75ccd1f 100644 --- a/gcc/config/i386/xm-mingw32.h +++ b/gcc/config/i386/xm-mingw32.h @@ -20,8 +20,6 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define NO_STAB_H -#define HAVE_RUSAGE -#define HAVE_FILE_H #ifndef USG #define USG 1 diff --git a/gcc/config/rs6000/xm-cygwin32.h b/gcc/config/rs6000/xm-cygwin32.h index 158e54e..9b3c270 100644 --- a/gcc/config/rs6000/xm-cygwin32.h +++ b/gcc/config/rs6000/xm-cygwin32.h @@ -23,6 +23,4 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "rs6000/xm-rs6000.h" -#define HAVE_RUSAGE -#define HAVE_FILE_H #define EXECUTABLE_SUFFIX ".exe" -- cgit v1.1