linux64.h: Delete file.
authorUlrich Weigand <uweigand@de.ibm.com>
Wed, 6 Feb 2002 20:55:37 +0000 (20:55 +0000)
committerUlrich Weigand <uweigand@gcc.gnu.org>
Wed, 6 Feb 2002 20:55:37 +0000 (20:55 +0000)
commit58d10f89c44e8e78ab5e09fa92b35d7ca689c964
tree8affd8f7e1fc56fd084491fad807b2f886a5e3b3
parent5ce89b2ef0de68535d829e3aee23921542d1a0ae
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
gcc/ChangeLog
gcc/config.gcc
gcc/config/s390/linux.h
gcc/config/s390/linux64.h [deleted file]
gcc/config/s390/s390.h
gcc/config/s390/s390x.h [new file with mode: 0644]