Add TMS320C4x support

This commit is contained in:
Nick Clifton
2002-08-28 10:38:49 +00:00
parent 281d8a3232
commit 9114ed2c29
6 changed files with 1398 additions and 0 deletions

View File

@ -118,6 +118,7 @@ struct external_filehdr
#define F_RELFLG (0x0001)
#define F_EXEC (0x0002)
#define F_LNNO (0x0004)
#define F_VERS (0x0010) /* TMS320C4x code */
/* F_LSYMS needs to be redefined in your source file */
#define F_LSYMS_TICOFF (0x0010) /* normal COFF is 0x8 */