OSDN Git Service

* config.gcc (sparc-*-elf): Include sparc/sol2.h.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Jan 2001 13:19:20 +0000 (13:19 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Jan 2001 13:19:20 +0000 (13:19 +0000)
(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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38587 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config.gcc
gcc/config/sparc/elf.h
gcc/config/sparc/liteelf.h
gcc/config/sparc/rtemself.h
gcc/config/sparc/sp86x-elf.h

index 2a0eaa0..b4ae40a 100644 (file)
@@ -1,5 +1,12 @@
 Mon Jan  1 07:38:33 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
+       * 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  <mhayes@redhat.com>
index 13647bf..0d55123 100644 (file)
@@ -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"
        ;;
index f07dcd8..9d14659 100644 (file)
@@ -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"
 
index 6eb183a..0181d66 100644 (file)
@@ -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"
 
index 8b25c4b..62277ab 100644 (file)
@@ -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 <rtems.h>
 
-/* end of sparc/rtemself.h */
index f09d27d..412738d 100644 (file)
@@ -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"