summaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>2001-11-22 09:51:42 +0000
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>2001-11-22 09:51:42 +0000
commit7d85c5bd057f6d89297c8d0b5ab95c32a26e6fd4 (patch)
tree79fb27c83b9ea82da0504071b20a2ffb0275e577 /gcc/config.gcc
parenta2b39f9af3ef3347e19f5e3aa68bc84206866b9b (diff)
downloadgcc-7d85c5bd057f6d89297c8d0b5ab95c32a26e6fd4.tar.gz
Add necessary header files to tm_file for xscale-ecoff
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47261 138bc75d-0d04-0410-961f-82ee72b054a4
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 68417af30b6..b199dc47371 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