]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* objdump.c (dump_section_header): Print SEC_SHORT.
authorRichard Henderson <rth@redhat.com>
Wed, 14 Jul 1999 17:24:46 +0000 (17:24 +0000)
committerRichard Henderson <rth@redhat.com>
Wed, 14 Jul 1999 17:24:46 +0000 (17:24 +0000)
binutils/ChangeLog
binutils/objdump.c

index f68bfd95193b7f26f48cea375ee5333b1d42eeda..4eb99da9458797ae6ea8e497d67091d29c251c1f 100644 (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
index 1cd5fb671c35ebfb898dc9582821fd9699647321..4cff97b1e5a6d3f7443bbf0c8c08c31bb98e0cea 100644 (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)
     {