diff options
author | uweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-09-18 21:51:53 +0000 |
---|---|---|
committer | uweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-09-18 21:51:53 +0000 |
commit | 48de175f36582844e542d4c9aba3ee4b395f3104 (patch) | |
tree | e3dfafa890aeae59d9137edee6b4006762c05842 /gcc/config/s390/linux.h | |
parent | 5f25853e21b9b4a88d264370de1f0a094e684656 (diff) | |
download | gcc-48de175f36582844e542d4c9aba3ee4b395f3104.tar.gz |
* config.gcc (s390-*-linux-*, s390x-*-linux*): Switch to
new-style tm_file specification. Specify correct tm_p_file,
md_file, and out_file for s390x.
* config/s390/linux.h, linux64.h: Don't include other target
macro header files. Now handled via tm_file.
* config/s390/linux.h, s390.h: (IEEE_FLOAT, TARGET_IEEE_FLOAT,
TARGET_IBM_FLOAT): Move from linux.h to s390.h to ensure they
are defined before use.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45685 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/s390/linux.h')
-rw-r--r-- | gcc/config/s390/linux.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/config/s390/linux.h b/gcc/config/s390/linux.h index efe13777623..3c9ad6953ee 100644 --- a/gcc/config/s390/linux.h +++ b/gcc/config/s390/linux.h @@ -23,14 +23,6 @@ Boston, MA 02111-1307, USA. */ #ifndef _LINUX_H #define _LINUX_H -#define IEEE_FLOAT 1 -#define TARGET_IBM_FLOAT 0 -#define TARGET_IEEE_FLOAT 1 - -#include <s390/s390.h> /* Base s390 target machine definitions*/ - -#include <linux.h> - #undef SIZE_TYPE /* use default */ #undef TARGET_VERSION |