From cf30ef807205c71f4cc3eb0aaa3753bbaf2721c9 Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Thu, 8 Mar 2001 00:02:09 +0000 Subject: xm-mvs.h, [...]: Delete references to the USG macro. * config/i370/xm-mvs.h, config/i370/xm-oe.h, config/i386/xm-beos.h, config/i386/xm-mingw32.h, config/m88k/xm-m88k.h, config/mips/xm-iris6.h, config/mips/xm-openbsd.h, config/pa/xm-pa64hpux.h, config/pa/xm-pahpux.h, config/rs6000/xm-beos.h, config/rs6000/xm-darwin.h, config/rs6000/xm-mach.h, config/rs6000/xm-rs6000.h, config/xm-interix.h: Delete references to the USG macro. * config/vax/xm-vaxv.h, config/a29k/xm-unix.h, config/i370/xm-i370.h, config/i386/xm-dgux.h, config/i386/xm-sun.h, config/i386/xm-sysv3.h, config/m68k/xm-tower.h, config/m68k/xm-aux.h, config/m68k/xm-hp320.h, config/m68k/xm-amix.h, config/m68k/xm-altos3068.h, config/m68k/xm-mot3300.h, config/m68k/xm-m68kv.h, config/m88k/xm-openbsd.h, config/mips/xm-nws3250v4.h, config/mips/xm-sysv.h, config/mips/xm-iris3.h, config/mips/xm-iris4.h, config/xm-svr3.h, config/xm-svr4.h, config/sparc/xm-pbd.h, config/clipper/xm-clix.h: Delete unused and/or empty files. * config.gcc: Define USG in xm_defines as appropriate. Define POSIX in lieu of xm-svr4.h. Delete all references to the SVR3 macro. Remove deleted xm-* files from $xm_files variable. From-SVN: r40310 --- gcc/config/mips/xm-iris3.h | 3 --- gcc/config/mips/xm-iris4.h | 3 --- gcc/config/mips/xm-iris6.h | 8 -------- gcc/config/mips/xm-nws3250v4.h | 3 --- gcc/config/mips/xm-openbsd.h | 3 --- gcc/config/mips/xm-sysv.h | 30 ------------------------------ 6 files changed, 50 deletions(-) delete mode 100644 gcc/config/mips/xm-iris3.h delete mode 100644 gcc/config/mips/xm-iris4.h delete mode 100644 gcc/config/mips/xm-nws3250v4.h delete mode 100644 gcc/config/mips/xm-sysv.h (limited to 'gcc/config/mips') diff --git a/gcc/config/mips/xm-iris3.h b/gcc/config/mips/xm-iris3.h deleted file mode 100644 index 448b7ac..0000000 --- a/gcc/config/mips/xm-iris3.h +++ /dev/null @@ -1,3 +0,0 @@ -#include "mips/xm-mips.h" - -#define USG diff --git a/gcc/config/mips/xm-iris4.h b/gcc/config/mips/xm-iris4.h deleted file mode 100644 index 448b7ac..0000000 --- a/gcc/config/mips/xm-iris4.h +++ /dev/null @@ -1,3 +0,0 @@ -#include "mips/xm-mips.h" - -#define USG diff --git a/gcc/config/mips/xm-iris6.h b/gcc/config/mips/xm-iris6.h index 576087b..922e61b 100644 --- a/gcc/config/mips/xm-iris6.h +++ b/gcc/config/mips/xm-iris6.h @@ -1,10 +1,2 @@ -#include "mips/xm-mips.h" - -#define USG - #undef HOST_BITS_PER_LONG #define HOST_BITS_PER_LONG _MIPS_SZLONG - -#ifndef inhibit_libc -#include "string.h" -#endif diff --git a/gcc/config/mips/xm-nws3250v4.h b/gcc/config/mips/xm-nws3250v4.h deleted file mode 100644 index ee7fe04..0000000 --- a/gcc/config/mips/xm-nws3250v4.h +++ /dev/null @@ -1,3 +0,0 @@ -#define USG - -#include "xm-mips.h" diff --git a/gcc/config/mips/xm-openbsd.h b/gcc/config/mips/xm-openbsd.h index f9e8ca9..4787ee2 100644 --- a/gcc/config/mips/xm-openbsd.h +++ b/gcc/config/mips/xm-openbsd.h @@ -20,6 +20,3 @@ Boston, MA 02111-1307, USA. */ #include #include - -/* We're NOT systemV. */ -#undef USG diff --git a/gcc/config/mips/xm-sysv.h b/gcc/config/mips/xm-sysv.h deleted file mode 100644 index 05a8d6c..0000000 --- a/gcc/config/mips/xm-sysv.h +++ /dev/null @@ -1,30 +0,0 @@ -/* Configuration for GNU C-compiler for UMIPS operating system - Copyright (C) 1989, 1990, 1991, 1997 Free Software Foundation, Inc. - -This file is part of GNU CC. - -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. - -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING. If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. */ - -/* - * Notes for compiling gcc on umips (v3.0) - * - change the -g in the CFLAGS to a -g3 or take it out all together. - * - do not define DBX_DEBUGGING_INFO in tm.h, it doesn't exist (unless - * you get one from a bsd system) - */ - -#define USG - -#include "mips/xm-mips.h" -- cgit v1.1