summaryrefslogtreecommitdiff
path: root/binutils/objdump.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>1999-07-14 17:24:46 +0000
committerRichard Henderson <rth@redhat.com>1999-07-14 17:24:46 +0000
commit872b9eb66d83e5e910f98ae472839b1d0d8bb0fc (patch)
tree33fe1dd7676627b8b8900acf169874c2b80cf554 /binutils/objdump.c
parentb5e374264b8d464fd23a31425a1d08562ae3cc7d (diff)
downloadbinutils-redhat-872b9eb66d83e5e910f98ae472839b1d0d8bb0fc.tar.gz
* objdump.c (dump_section_header): Print SEC_SHORT.
Diffstat (limited to 'binutils/objdump.c')
-rw-r--r--binutils/objdump.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils/objdump.c b/binutils/objdump.c
index 1cd5fb671c..4cff97b1e5 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)
{