* objdump.c (dump_section_header): Update for renaming of

SEC_SHORT to SEC_SMALL_DATA.  Print SEC_SHARED flag.
This commit is contained in:
Ian Lance Taylor
1999-08-09 03:23:37 +00:00
parent 667f51773f
commit 24c411edf7
2 changed files with 5 additions and 1 deletions

View File

@ -329,7 +329,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_SHORT, "SHORT");
PF (SEC_SMALL_DATA, "SMALL_DATA");
PF (SEC_SHARED, "SHARED");
if ((section->flags & SEC_LINK_ONCE) != 0)
{