diff options
author | Tim Wall <twall@redhat.com> | 2000-04-07 17:06:58 +0000 |
---|---|---|
committer | Tim Wall <twall@redhat.com> | 2000-04-07 17:06:58 +0000 |
commit | 2cf1695b81783e64b0572ed67b9b11cf99f3cea7 (patch) | |
tree | 17f9bc0010a337c120652e87f0973eed0e258482 /include/coff/internal.h | |
parent | 25a99cabd364b187d7806261f4c884b038014b4f (diff) | |
download | cygnal-2cf1695b81783e64b0572ed67b9b11cf99f3cea7.tar.gz cygnal-2cf1695b81783e64b0572ed67b9b11cf99f3cea7.tar.bz2 cygnal-2cf1695b81783e64b0572ed67b9b11cf99f3cea7.zip |
BFD and include/coff support for tic54x target.
Diffstat (limited to 'include/coff/internal.h')
-rw-r--r-- | include/coff/internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/coff/internal.h b/include/coff/internal.h index e89b52875..4fbea7ae3 100644 --- a/include/coff/internal.h +++ b/include/coff/internal.h @@ -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 */ |