summaryrefslogtreecommitdiffstats
path: root/bfd/config.bfd
diff options
context:
space:
mode:
authorTimothy Wall <twall@alum.mit.edu>2000-04-07 17:06:58 +0000
committerTimothy Wall <twall@alum.mit.edu>2000-04-07 17:06:58 +0000
commit81635ce4f52fa3c94cff07874a734589feb5855d (patch)
tree5494ea4a189fad7a25bc70c0cea59ac9e0f0d8ee /bfd/config.bfd
parent5948916f52493e0146ce5b1467d261464072bb97 (diff)
downloadppe42-binutils-81635ce4f52fa3c94cff07874a734589feb5855d.tar.gz
ppe42-binutils-81635ce4f52fa3c94cff07874a734589feb5855d.zip
BFD and include/coff support for tic54x target.
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r--bfd/config.bfd7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd
index d8f91d2e16..3d290a4eae 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -33,6 +33,7 @@ arm*) targ_archs=bfd_arm_arch ;;
strongarm*) targ_archs=bfd_arm_arch ;;
thumb*) targ_archs=bfd_arm_arch ;;
c30*) targ_archs=bfd_tic30_arch ;;
+c54x*) targ_archs=bfd_tic54x_arch ;;
hppa*) targ_archs=bfd_hppa_arch ;;
i[3456]86) targ_archs=bfd_i386_arch ;;
i370) targ_archs=bfd_i370_arch ;;
@@ -186,6 +187,12 @@ case "${targ}" in
targ_defvec=tic30_coff_vec
;;
+ c54x*-*-*coff* | tic54x-*-*coff*)
+ targ_defvec=tic54x_coff1_vec
+ targ_selvecs="tic54x_coff1_beh_vec tic54x_coff2_vec tic54x_coff2_beh_vec tic54x_coff0_vec tic54x_coff0_beh_vec"
+ targ_underscore=yes
+ ;;
+
d10v-*-*)
targ_defvec=bfd_elf32_d10v_vec
;;
OpenPOWER on IntegriCloud