* objdump.c (dump_section_header): Print SEC_SHORT.

This commit is contained in:
Richard Henderson 1999-07-14 17:24:46 +00:00
parent 0eaf982050
commit c235b8f824
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
1999-07-14 Richard Henderson <rth@cygnus.com>
* objdump.c (dump_section_header): Print SEC_SHORT.
1999-07-11 Ian Lance Taylor <ian@zembu.com>
* Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED

View File

@ -329,6 +329,7 @@ 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");
if ((section->flags & SEC_LINK_ONCE) != 0)
{