* objdump.c (dump_section_header): Update for renaming of
[deliverable/binutils-gdb.git] / binutils / objdump.c
index 4cff97b1e5a6d3f7443bbf0c8c08c31bb98e0cea..767d13fd53dedda01fb6f198111cc2f27a4b36ad 100644 (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)
     {
This page took 0.023713 seconds and 4 git commands to generate.