Add necessary header files to tm_file for xscale-ecoff
authorNick Clifton <nickc@cambridge.redhat.com>
Thu, 22 Nov 2001 09:51:42 +0000 (09:51 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Thu, 22 Nov 2001 09:51:42 +0000 (09:51 +0000)
From-SVN: r47261

gcc/ChangeLog
gcc/config.gcc

index cbdf4746f2de14b818412336463f74850a34329d..f0440d58f1ad1645a05f5aabb390dfa40765e0f6 100644 (file)
@@ -1,3 +1,8 @@
+2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * config.gcc (xscale-coff): Add necessary header files to
+        tm_file variable.
+
 2001-11-20  Zack Weinberg  <zack@codesourcery.com>
 
        * rs6000.c (output_cbranch): Use $, not %$, in output template.
index 68417af30b61d8e16450e7b6f02a628f6d90957a..b199dc47371aee968238ce842d7e6e471371bb52 100644 (file)
@@ -3214,7 +3214,7 @@ xscale-*-elf)
        md_file=arm/arm.md
        ;;
 xscale-*-coff)
-       tm_file="coff.h arm/xscale-coff.h"
+       tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h arm/xscale-coff.h"
        tmake_file=arm/t-xscale-coff
        out_file=arm/arm.c
        md_file=arm/arm.md