From: Richard Henderson Date: Wed, 14 Jul 1999 17:24:46 +0000 (+0000) Subject: * objdump.c (dump_section_header): Print SEC_SHORT. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c235b8f82492cf91a63e4d0d506b926eb2ef2c28;p=binutils-gdb.git * objdump.c (dump_section_header): Print SEC_SHORT. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index f68bfd95193..4eb99da9458 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +1999-07-14 Richard Henderson + + * objdump.c (dump_section_header): Print SEC_SHORT. + 1999-07-11 Ian Lance Taylor * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED diff --git a/binutils/objdump.c b/binutils/objdump.c index 1cd5fb671c3..4cff97b1e5a 100644 --- a/binutils/objdump.c +++ b/binutils/objdump.c @@ -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) {