aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m88k
diff options
context:
space:
mode:
authorZack Weinberg <zackw@stanford.edu>2001-04-03 17:38:23 +0000
committerZack Weinberg <zack@gcc.gnu.org>2001-04-03 17:38:23 +0000
commit547a559d0173843b660dcb152b53728deb25f2d8 (patch)
tree7f2d37daa3e698ef199784d687c61e581ceafd5f /gcc/config/m88k
parent2ff5019917a9b1972eef9cb0eadd1f8fe7c1d095 (diff)
downloadgcc-547a559d0173843b660dcb152b53728deb25f2d8.zip
gcc-547a559d0173843b660dcb152b53728deb25f2d8.tar.gz
gcc-547a559d0173843b660dcb152b53728deb25f2d8.tar.bz2
xm-beos.h, [...]: Delete.
* config/i386/xm-beos.h, config/i386/xm-isc.h, config/i386/xm-next.h, config/i386/xm-sco.h, config/i386/xm-sco5.h, config/m68k/xm-plexus.h, config/m88k/xm-m88k.h: Delete. * config/i386/xm-djgpp.h: Don't define __MSDOS__. * config/romp/xm-romp.h: Don't define bcopy. * config/rs6000/xm-beos.h: Don't define bcopy, HAVE_VPRINTF, HAVE_PUTENV, HAVE_RENAME, or USE_C_ALLOCA. * config.gcc: Remove references to deleted files. From-SVN: r41061
Diffstat (limited to 'gcc/config/m88k')
-rw-r--r--gcc/config/m88k/xm-m88k.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/gcc/config/m88k/xm-m88k.h b/gcc/config/m88k/xm-m88k.h
deleted file mode 100644
index 83380db..0000000
--- a/gcc/config/m88k/xm-m88k.h
+++ /dev/null
@@ -1,26 +0,0 @@
-/* Configuration for GNU compiler.
- Motorola m88100 in an 88open OCS/BCS environment.
- Copyright (C) 1988, 1989, 1990, 1991, 1993, 1997, 2001
- 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. */
-
-/* For DG/UX, the best size is different. */
-#ifdef __DGUX__
-#define OBSTACK_CHUNK_SIZE (8192-16)
-#endif