2002-01-30 David O'Brien <obrien@FreeBSD.org>
authorobrien <obrien@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 30 Jan 2002 22:37:10 +0000 (22:37 +0000)
committerobrien <obrien@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 30 Jan 2002 22:37:10 +0000 (22:37 +0000)
* config.gcc: Include sparc/biarch64.h rather than sparc/sparc_bi.h.
* config/sparc/sparc_bi.h: Remove file.
* config/sparc/biarch64.h: New file (rename of sparc_bi.h).

Approved by:  Richard Henderson <rth@redhat.com>
              Message-ID: <20020130102608.B9040@redhat.com>

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

gcc/ChangeLog
gcc/config.gcc
gcc/config/sparc/biarch64.h [moved from gcc/config/sparc/sparc_bi.h with 100% similarity]

index dc3476a..65b1c29 100644 (file)
@@ -1,3 +1,9 @@
+2002-01-30  David O'Brien  <obrien@FreeBSD.org>
+
+       * config.gcc: Include sparc/biarch64.h rather than sparc/sparc_bi.h.
+       * config/sparc/sparc_bi.h: Remove file.
+       * config/sparc/biarch64.h: New file (rename of sparc_bi.h).
+
 2002-01-30  Richard Henderson  <rth@redhat.com>
 
        * sched-deps.c (sched_analyze): Make a call read the frame pointer.
index 63cef2b..23c6aa1 100644 (file)
@@ -2900,7 +2900,7 @@ sparc-tti-*)
        xm_defines=POSIX
        ;;
 sparc64-wrs-vxworks*)
-        tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h sparc/sparc_bi.h gofast.h sparc/vxsparc64.h"
+        tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/sol2.h sparc/elf.h sparc/biarch64.h gofast.h sparc/vxsparc64.h"
         tmake_file=sparc/t-vxsparc64
         use_collect2=yes
         ;;
@@ -3163,7 +3163,7 @@ sparc64-*-freebsd*|ultrasparc-*-freebsd*)
        ;;
 sparc64-*-linux*)              # 64-bit Sparc's running GNU/Linux
        tmake_file="t-slibgcc-elf-ver t-linux sparc/t-linux64"
-       tm_file="sparc/sparc_bi.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux64.h"
+       tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux64.h"
        extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
        gnu_ld=yes
        if test x$enable_threads = xyes; then