summaryrefslogtreecommitdiff
path: root/gas/config/obj-coff.h
diff options
context:
space:
mode:
authorTimothy Wall <twall@alum.mit.edu>2000-06-20 13:52:32 +0000
committerTimothy Wall <twall@alum.mit.edu>2000-06-20 13:52:32 +0000
commit312a70b72b05d11e705c8474dd571b2945f97f7f (patch)
treebe61d3de17f97e2136a61f4eb4078b58ec4d7d71 /gas/config/obj-coff.h
parent8eaf4e7f6859face48e99abef3eb5f37a3f1e60d (diff)
downloadbinutils-redhat-312a70b72b05d11e705c8474dd571b2945f97f7f.tar.gz
TI C54x target.
Diffstat (limited to 'gas/config/obj-coff.h')
-rw-r--r--gas/config/obj-coff.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/config/obj-coff.h b/gas/config/obj-coff.h
index a8d038aee3..a23eeacb2e 100644
--- a/gas/config/obj-coff.h
+++ b/gas/config/obj-coff.h
@@ -149,6 +149,11 @@
#define TARGET_FORMAT "coff-tic30"
#endif
+#ifdef TC_TIC54X
+#include "coff/tic54x.h"
+#define TARGET_FORMAT "coff1-c54x"
+#endif
+
#ifdef TC_TIC80
#include "coff/tic80.h"
#define TARGET_FORMAT "coff-tic80"