config.gcc (sparc*-*-solaris2*): Adjust.
authorEric Botcazou <ebotcazou@adacore.com>
Tue, 25 Oct 2016 20:15:44 +0000 (20:15 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Tue, 25 Oct 2016 20:15:44 +0000 (20:15 +0000)
commit7c7dae654283dec6c03cd689ce3a5182b47fc5a0
tree4a3d40f867233bde4e76e0f52924c709255cfb53
parent6c95388f116dd28bdbcfec25c8f535ccde1d8603
config.gcc (sparc*-*-solaris2*): Adjust.

* config.gcc (sparc*-*-solaris2*): Adjust.
(sparc64-*-linux*): Likewise.
* config/sparc/default-64.h: Rename to...
* config/sparc/default64.h: ...this.
* config/sparc/sparc.c (sparc_option_override): Replace TARGET_64BIT
with TARGET_ARCH64.
(sparc_mangle_type): Replace !TARGET_64BIT with TARGET_ARCH32.
* config/sparc/sparc.h: Minor tweaks.
* config/sparc/sparc.md: Replace !TARGET_64BIT and !TARGET_ARCH64 with
TARGET_ARCH32 throughout.  Minor various tweaks throughout.

From-SVN: r241538
gcc/ChangeLog
gcc/config.gcc
gcc/config/sparc/default-64.h [deleted file]
gcc/config/sparc/default64.h [new file with mode: 0644]
gcc/config/sparc/sparc.c
gcc/config/sparc/sparc.h
gcc/config/sparc/sparc.md