configure.in (mips-*-ecoff): Do not mention mips/mips.h in tm_files.
authorJeffrey A Law <law@cygnus.com>
Sun, 12 Apr 1998 19:24:39 +0000 (19:24 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 12 Apr 1998 19:24:39 +0000 (13:24 -0600)
        * 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
gcc/config/mips/ecoff.h
gcc/configure
gcc/configure.in

index ae40ff77f55eb9620206939f6f64e6fa847e958d..ae34aaa26309ffe67b94bc215cb2ce2163440cc5 100644 (file)
@@ -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.
index 8da0ae6351ec64f30411ff981af04bdf33877c99..dcc00a4b4b843958be083111d0741eb2842d5566 100644 (file)
@@ -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"
index 0e7f970b971c4ebb039baa79bdeb223b4e6f7fa7..c9ce370e74d55a7cfad00df780756e0cd374813a 100755 (executable)
@@ -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
index 9dc0b7787e8f1cde233e00c96dd90ab2549df07b..9d334632b1f06e718e7ae112a1838c424df42d74 100644 (file)
@@ -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