diff options
author | Zack Weinberg <zack@gcc.gnu.org> | 2001-03-15 00:13:37 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2001-03-15 00:13:37 +0000 |
commit | 84c041a1ffd28bd3e380d49f8ece24ade3c8baf2 (patch) | |
tree | a8a2287780219d70029a474e9e7aabad07e23a65 /gcc/config/vax | |
parent | fca097e763795be1906e055f1ad50a8840fd82a5 (diff) | |
download | gcc-84c041a1ffd28bd3e380d49f8ece24ade3c8baf2.zip gcc-84c041a1ffd28bd3e380d49f8ece24ade3c8baf2.tar.gz gcc-84c041a1ffd28bd3e380d49f8ece24ade3c8baf2.tar.bz2 |
aclocal.m4 (gcc_AC_C_CHARSET, [...]): New macros.
* aclocal.m4 (gcc_AC_C_CHARSET, gcc_AC_C_COMPILE_BIGENDIAN,
gcc_AC_C_FLOAT_FORMAT): New macros.
* configure.in: Add AC_PROG_CPP after CC tests;
gcc_AC_C_CHARSET and gcc_AC_C_FLOAT_FORMAT after the sizeof
tests; and gcc_AC_C_COMPILE_BIGENDIAN after gcc_AC_C_CHAR_BIT.
* configure, config.in: Regenerate.
* config/a29k/xm-a29k.h, config/arc/xm-arc.h,
config/arm/xm-arm.h, config/c4x/xm-c4x.h,
config/convex/xm-convex.h, config/d30v/xm-d30v.h,
config/i370/xm-linux.h, config/i370/xm-oe.h,
config/ia64/xm-ia64.h, config/m32r/xm-m32r.h,
config/m68k/xm-m68k.h, config/mips/xm-mips.h,
config/pa/xm-linux.h, config/pa/xm-pa.h,
config/rs6000/xm-lynx.h, config/rs6000/xm-mach.h,
config/rs6000/xm-rs6000.h, config/rs6000/xm-sysv4.h,
config/sparc/xm-sparc.h, config/vax/xm-vax.h,
config/we32k/xm-we32k.h: Delete.
* config/i370/xm-mvs.h, config/m88k/m88k.h,
config/romp/xm-romp.h, config/rs6000/xm-beos.h,
config/vax/xm-vms.h: Don't define any of:
HOST_FLOAT_FORMAT, HOST_EBCDIC, HOST_WORDS_BIG_ENDIAN
* config/rs6000/aix.h: Define COLLECT_EXPORT_LIST here.
* config.gcc: Remove references to deleted files.
(i370-*-opened*): Use i370/xm-mvs.h (which now defines only
FATAL_EXIT_CODE, which is the same between oe and mvs).
From-SVN: r40478
Diffstat (limited to 'gcc/config/vax')
-rw-r--r-- | gcc/config/vax/xm-vax.h | 23 | ||||
-rw-r--r-- | gcc/config/vax/xm-vms.h | 3 |
2 files changed, 0 insertions, 26 deletions
diff --git a/gcc/config/vax/xm-vax.h b/gcc/config/vax/xm-vax.h deleted file mode 100644 index 8163a82..0000000 --- a/gcc/config/vax/xm-vax.h +++ /dev/null @@ -1,23 +0,0 @@ -/* Configuration for GNU C-compiler for Vax. - Copyright (C) 1987, 1993, 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. */ - -/* This describes the machine the compiler is hosted on. */ -/* This machine doesn't use IEEE floats. */ -#define HOST_FLOAT_FORMAT VAX_FLOAT_FORMAT diff --git a/gcc/config/vax/xm-vms.h b/gcc/config/vax/xm-vms.h index 4be0d39..a19fc15 100644 --- a/gcc/config/vax/xm-vms.h +++ b/gcc/config/vax/xm-vms.h @@ -40,9 +40,6 @@ Boston, MA 02111-1307, USA. */ #undef FILE_TYPE #endif -/* This describes the machine the compiler is hosted on. */ -#define HOST_FLOAT_FORMAT VAX_FLOAT_FORMAT - #define SUCCESS_EXIT_CODE 1 #define FATAL_EXIT_CODE (44 | 0x10000000) /* Abort, and no DCL message. */ |