SEC_BLOCK, SEC_CLINK, and C_STATLAB added (TI COFF support).

This commit is contained in:
Timothy Wall
2000-04-07 00:58:07 +00:00
parent eb6bd4d38e
commit 34cbe64ecf
7 changed files with 63 additions and 3 deletions

View File

@ -376,6 +376,8 @@ dump_section_header (abfd, section, ignored)
PF (SEC_NEVER_LOAD, "NEVER_LOAD");
PF (SEC_EXCLUDE, "EXCLUDE");
PF (SEC_SORT_ENTRIES, "SORT_ENTRIES");
PF (SEC_BLOCK, "BLOCK");
PF (SEC_CLINK, "CLINK");
PF (SEC_SMALL_DATA, "SMALL_DATA");
PF (SEC_SHARED, "SHARED");