diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2002-02-06 20:55:37 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@gcc.gnu.org> | 2002-02-06 20:55:37 +0000 |
commit | 58d10f89c44e8e78ab5e09fa92b35d7ca689c964 (patch) | |
tree | 8affd8f7e1fc56fd084491fad807b2f886a5e3b3 /gcc/config.gcc | |
parent | 5ce89b2ef0de68535d829e3aee23921542d1a0ae (diff) | |
download | gcc-58d10f89c44e8e78ab5e09fa92b35d7ca689c964.zip gcc-58d10f89c44e8e78ab5e09fa92b35d7ca689c964.tar.gz gcc-58d10f89c44e8e78ab5e09fa92b35d7ca689c964.tar.bz2 |
linux64.h: Delete file.
* config/s390/linux64.h: Delete file.
* config/s390/s390x.h: New file.
* config.gcc (s390x-*-linux*): Use s390x.h instead of linux64.h
as target header file.
* config/s390/linux.h (TARGET_VERSION): Define depending on
DEFAULT_TARGET_64BIT.
(CPP_SPEC, ASM_SPEC, LINK_SPEC): Likewise.
(SIZE_TYPE, PTRDIFF_TYPE): Likewise.
(NO_BUILTIN_SIZE_TYPE, NO_BUILTIN_PTRDIFF_TYPE): Define.
(CPP_ARCH31_SPEC, CPP_ARCH64_SPEC): New defines.
(LINK_ARCH31_SPEC, LINK_ARCH64_SPEC): New defines.
(EXTRA_SPEC): New define.
* config/s390/s390.h (TARGET_VERSION): Define depending on
DEFAULT_TARGET_64BIT.
(MASK_RETURN_ADDR): Add run-time check for TARGET_64BIT.
From-SVN: r49552
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 9a9cfd5..96d1137 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2870,7 +2870,7 @@ s390-*-linux*) fi ;; s390x-*-linux*) - tm_file="s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h s390/linux64.h" + tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h" tm_p_file=s390/s390-protos.h md_file=s390/s390.md out_file=s390/s390.c |