aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorNick Clifton <nickc@cambridge.redhat.com>2001-11-22 09:51:42 +0000
committerNick Clifton <nickc@gcc.gnu.org>2001-11-22 09:51:42 +0000
commiteb9601aba26e848565d5fec3eca080a286aa70c7 (patch)
tree79fb27c83b9ea82da0504071b20a2ffb0275e577 /gcc/config.gcc
parentd76c8d5b763fbd26504484072db1c40b607362e7 (diff)
downloadgcc-eb9601aba26e848565d5fec3eca080a286aa70c7.zip
gcc-eb9601aba26e848565d5fec3eca080a286aa70c7.tar.gz
gcc-eb9601aba26e848565d5fec3eca080a286aa70c7.tar.bz2
Add necessary header files to tm_file for xscale-ecoff
From-SVN: r47261
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 68417af..b199dc4 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -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