From: Richard Kenner Date: Mon, 1 Jan 2001 13:19:20 +0000 (+0000) Subject: config.gcc (sparc-*-elf): Include sparc/sol2.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fbd68e5da89088e2746b2ba08ed5be42e579aeca;p=gcc.git config.gcc (sparc-*-elf): Include sparc/sol2.h. * config.gcc (sparc-*-elf): Include sparc/sol2.h. (sparc-*-rtems*): Include sparc/sol2.h and sparc/elf.h. (sparclite-*-elf*, sparc86x-*-elf*): Likewise. * config/sparc/elf.h: No longer include sol2.h. * config/sparc/lifeelf.h: No longer include sparc/elf.h. * config/sparc/rtemself.h, config/sparc/sp86x-elf.h: Likewise. From-SVN: r38587 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2a0eaa02818..b4ae40a7925 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,12 @@ Mon Jan 1 07:38:33 2001 Richard Kenner + * config.gcc (sparc-*-elf): Include sparc/sol2.h. + (sparc-*-rtems*): Include sparc/sol2.h and sparc/elf.h. + (sparclite-*-elf*, sparc86x-*-elf*): Likewise. + * config/sparc/elf.h: No longer include sol2.h. + * config/sparc/lifeelf.h: No longer include sparc/elf.h. + * config/sparc/rtemself.h, config/sparc/sp86x-elf.h: Likewise. + * config/sparc/sparc.md: Test TARGET_ARCH64 instead of TARGET_PTR64. 2001-01-01 Michael Hayes diff --git a/gcc/config.gcc b/gcc/config.gcc index 13647bf5e05..0d55123bf43 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2973,7 +2973,7 @@ sparc-*-bsd*) tm_file=sparc/bsd.h ;; sparc-*-elf*) - tm_file=sparc/elf.h + tm_file="sparc/sol2.h sparc/elf.h" tmake_file=sparc/t-elf extra_parts="crti.o crtn.o crtbegin.o crtend.o" #float_format=i128 @@ -3025,7 +3025,7 @@ sparc-*-rtemsaout*) fi ;; sparc-*-rtems*|sparc-*-rtemself*) - tm_file="sparc/rtemself.h" + tm_file="sparc/sol2.h sparc/elf.h sparc/rtemself.h" tmake_file="sparc/t-elf t-rtems" extra_parts="crti.o crtn.o crtbegin.o crtend.o" #float_format=i128 @@ -3185,7 +3185,7 @@ sparclite-*-aout*) tmake_file=sparc/t-sparclite ;; sparclite-*-elf*) - tm_file="sparc/liteelf.h" + tm_file="sparc/sol2.h sparc/elf.h sparc/liteelf.h" tmake_file=sparc/t-sparclite extra_parts="crtbegin.o crtend.o" ;; @@ -3194,7 +3194,7 @@ sparc86x-*-aout*) tmake_file=sparc/t-sp86x ;; sparc86x-*-elf*) - tm_file="sparc/sp86x-elf.h" + tm_file="sparc/sol2.h sparc./elf.h sparc/sp86x-elf.h" tmake_file=sparc/t-sp86x extra_parts="crtbegin.o crtend.o" ;; diff --git a/gcc/config/sparc/elf.h b/gcc/config/sparc/elf.h index f07dcd83c16..9d14659fcf9 100644 --- a/gcc/config/sparc/elf.h +++ b/gcc/config/sparc/elf.h @@ -19,8 +19,6 @@ 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. */ -#include "sol2.h" - #undef CPP_PREDEFINES #define CPP_PREDEFINES "-Dsparc -D__elf__ -Acpu=sparc -Amachine=sparc" diff --git a/gcc/config/sparc/liteelf.h b/gcc/config/sparc/liteelf.h index 6eb183ac734..0181d66fd6a 100644 --- a/gcc/config/sparc/liteelf.h +++ b/gcc/config/sparc/liteelf.h @@ -19,8 +19,6 @@ 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. */ -#include "sparc/elf.h" - #undef CPP_PREDEFINES #define CPP_PREDEFINES "-D__sparc__ -D__sparclite__ -Acpu=sparc -Amachine=sparc" diff --git a/gcc/config/sparc/rtemself.h b/gcc/config/sparc/rtemself.h index 8b25c4b2d6a..62277abe79d 100644 --- a/gcc/config/sparc/rtemself.h +++ b/gcc/config/sparc/rtemself.h @@ -19,8 +19,6 @@ 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. */ -#include "sparc/elf.h" - /* Specify predefined symbols in preprocessor. */ #undef CPP_PREDEFINES @@ -35,4 +33,3 @@ Boston, MA 02111-1307, USA. */ /* Get machine-independent configuration parameters for RTEMS. */ #include -/* end of sparc/rtemself.h */ diff --git a/gcc/config/sparc/sp86x-elf.h b/gcc/config/sparc/sp86x-elf.h index f09d27d7dbe..412738d98ac 100644 --- a/gcc/config/sparc/sp86x-elf.h +++ b/gcc/config/sparc/sp86x-elf.h @@ -19,8 +19,6 @@ 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. */ -#include "sparc/elf.h" - #undef CPP_PREDEFINES #define CPP_PREDEFINES "-D__sparc__ -D__sparclite86x__ -Acpu=sparc -Amachine=sparc"