Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcvs2svn <>2000-04-09 16:17:37 +0400
committercvs2svn <>2000-04-09 16:17:37 +0400
commit80546f570d6f610bd7ea29b604d2e60312868a8a (patch)
tree3696472fd340a545d917b287c54b8aafe2744420 /include/coff/internal.h
parent69b6206fef6dd986a554334b6519b0543cab4f5e (diff)
This commit was manufactured by cvs2svn to create branchgdb_5_0-2000-04-10-branchpoint
'gdb_5_0-2000-04-10-branch'. Sprout from binutils-2_10-branch 2000-04-04 14:32:33 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch 'binutils-' Cherrypick from master 2000-04-09 12:17:36 UTC Andrew Cagney <cagney@gnu.org> 'Remove ``-W -Wall'' from top-level Makefile/configure.': ChangeLog MAINTAINERS Makefile.in configure include/ChangeLog include/aout/ChangeLog include/aout/aout64.h include/coff/ChangeLog include/coff/internal.h include/coff/sh.h include/coff/ti.h include/coff/tic54x.h include/elf/ChangeLog include/elf/arm.h include/elf/sh.h include/splay-tree.h Delete: include/elf/arm-oabi.h
Diffstat (limited to 'include/coff/internal.h')
-rw-r--r--include/coff/internal.h4
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 */