Reorganise struct bfd
[deliverable/binutils-gdb.git] / binutils / objdump.c
index 14f412214c96f7d849d70ae3ba17e283966abc51..5086a15c190e4468d4d7ac52834d53b4cf03bc27 100644 (file)
@@ -2629,7 +2629,6 @@ dump_bfd_header (bfd *abfd)
   PF (WP_TEXT, "WP_TEXT");
   PF (D_PAGED, "D_PAGED");
   PF (BFD_IS_RELAXABLE, "BFD_IS_RELAXABLE");
-  PF (HAS_LOAD_PAGE, "HAS_LOAD_PAGE");
   printf (_("\nstart address 0x"));
   bfd_printf_vma (abfd, abfd->start_address);
   printf ("\n");
This page took 0.023649 seconds and 4 git commands to generate.