diff options
author | Nick Clifton <nickc@redhat.com> | 2002-08-28 10:38:49 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-08-28 10:38:49 +0000 |
commit | 9114ed2c2990c675b86c4aa9358c375f74811071 (patch) | |
tree | d75538be663a5e06251a572e05ccad0f5bfcd5d4 /include/coff/ti.h | |
parent | 281d8a3232538514a316fc4ed1f4b7cda86b8170 (diff) | |
download | newlib-9114ed2c2990c675b86c4aa9358c375f74811071.zip newlib-9114ed2c2990c675b86c4aa9358c375f74811071.tar.gz newlib-9114ed2c2990c675b86c4aa9358c375f74811071.tar.bz2 |
Add TMS320C4x support
Diffstat (limited to 'include/coff/ti.h')
-rw-r--r-- | include/coff/ti.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/coff/ti.h b/include/coff/ti.h index d98fc89..0a59b22 100644 --- a/include/coff/ti.h +++ b/include/coff/ti.h @@ -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 */ |