From 1be12a4a7bd8e9a639a61184a52d02b42554c0ab Mon Sep 17 00:00:00 2001 From: Jeffrey A Law Date: Sun, 12 Apr 1998 19:24:39 +0000 Subject: [PATCH] configure.in (mips-*-ecoff): Do not mention mips/mips.h in tm_files. * configure.in (mips-*-ecoff): Do not mention mips/mips.h in tm_files. * mips/ecoff.h: Include "mips/mips.h". From-SVN: r19149 --- gcc/ChangeLog | 5 +++++ gcc/config/mips/ecoff.h | 1 - gcc/configure | 2 +- gcc/configure.in | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ae40ff77f55..ae34aaa2630 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Sun Apr 12 20:23:03 1998 Jeffrey A Law (law@cygnus.com) + + * configure.in (mips-*-ecoff): Do not mention mips/mips.h in tm_files. + * mips/ecoff.h: Include "mips/mips.h". + Sat Apr 11 22:42:54 PDT 1998 Jeff Law (law@cygnus.com) * version.c: Bump for snapshot. diff --git a/gcc/config/mips/ecoff.h b/gcc/config/mips/ecoff.h index 8da0ae6351e..dcc00a4b4b8 100644 --- a/gcc/config/mips/ecoff.h +++ b/gcc/config/mips/ecoff.h @@ -20,7 +20,6 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* US Software GOFAST library support. */ -#include "gofast.h" #define INIT_SUBTARGET_OPTABS INIT_GOFAST_OPTABS #include "mips/mips.h" diff --git a/gcc/configure b/gcc/configure index 0e7f970b971..c9ce370e74d 100755 --- a/gcc/configure +++ b/gcc/configure @@ -3734,7 +3734,7 @@ for machine in $build $host $target; do tmake_file=mips/t-ecoff ;; mips-*-ecoff*) - tm_file="${tm_file} gofast.h mips/ecoff.h" + tm_file="gofast.h mips/ecoff.h" if [ x$stabs = xyes ]; then tm_file="${tm_file} dbx.h" fi diff --git a/gcc/configure.in b/gcc/configure.in index 9dc0b7787e8..9d334632b1f 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -2045,7 +2045,7 @@ for machine in $build $host $target; do tmake_file=mips/t-ecoff ;; mips-*-ecoff*) - tm_file="${tm_file} gofast.h mips/ecoff.h" + tm_file="gofast.h mips/ecoff.h" if [[ x$stabs = xyes ]]; then tm_file="${tm_file} dbx.h" fi