From: Jeffrey A Law Date: Sun, 12 Apr 1998 19:24:39 +0000 (+0000) Subject: configure.in (mips-*-ecoff): Do not mention mips/mips.h in tm_files. X-Git-Tag: prereleases/egcs-1.1-prerelease~1729 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1be12a4a7bd8e9a639a61184a52d02b42554c0ab;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ae40ff77f55e..ae34aaa26309 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 8da0ae6351ec..dcc00a4b4b84 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 0e7f970b971c..c9ce370e74d5 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 9dc0b7787e8f..9d334632b1f0 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