BFD and include/coff support for tic54x target.

This commit is contained in:
Tim Wall
2000-04-07 17:06:58 +00:00
parent 25a99cabd3
commit 2cf1695b81
4 changed files with 450 additions and 2 deletions

View File

@ -53,7 +53,7 @@ struct internal_filehdr
long f_nsyms; /* number of symtab entries */
unsigned short f_opthdr; /* sizeof(optional hdr) */
unsigned short f_flags; /* flags */
unsigned short f_target_id; /* (TIc80 specific) */
unsigned short f_target_id; /* (TI COFF specific) */
};
@ -222,7 +222,7 @@ struct internal_aouthdr
#define C_WEAKEXT 127 /* weak symbol -- GNU extension */
/* New storage classes for TIc80 */
/* New storage classes for TI COFF */
#define C_UEXT 19 /* Tentative external definition */
#define C_STATLAB 20 /* Static load time label */
#define C_EXTLAB 21 /* External load time label */