diff options
author | cvs2svn <> | 2002-08-29 06:49:36 +0000 |
---|---|---|
committer | cvs2svn <> | 2002-08-29 06:49:36 +0000 |
commit | e29580df9f56e884ebb55f5681f2703fe75228a3 (patch) | |
tree | 637f9cea54ac4767e73f1e1053f440fd266c0e36 /include/coff/ti.h | |
parent | e3853f659096680f4953e1ec051d10b1f0ff084e (diff) | |
download | cygnal-e29580df9f56e884ebb55f5681f2703fe75228a3.tar.gz cygnal-e29580df9f56e884ebb55f5681f2703fe75228a3.tar.bz2 cygnal-e29580df9f56e884ebb55f5681f2703fe75228a3.zip |
This commit was manufactured by cvs2svn to create branch 'gdb_5_3-branch'.kseitz_interps-20020829-mergegdb_5_3-2002-12-12-releasegdb_5_3-2002-09-04-branchpoint
Sprout from cagney_sysregs-20020825-branch 2002-08-23 22:24:59 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch'
Cherrypick from master 2002-08-29 06:49:35 UTC Nick Clifton <nickc@redhat.com> 'Add linker relaxation to v850 toolchain':
include/ChangeLog
include/coff/internal.h
include/coff/ti.h
include/coff/tic4x.h
include/dis-asm.h
include/elf/ChangeLog
include/elf/v850.h
include/opcode/tic4x.h
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 d98fc89bd..0a59b226a 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 */ |