bfd/
[deliverable/binutils-gdb.git] / bfd / elf-eh-frame.c
index b430b8bb6081e5ce38db54dfb092d5952c44b882..91596dfab2bd134563f6637573340d32d899f882 100644 (file)
@@ -846,8 +846,6 @@ _bfd_elf_discard_section_eh_frame_hdr (bfd *abfd, struct bfd_link_info *info)
   if (hdr_info->table)
     sec->size += 4 + hdr_info->fde_count * 8;
 
-  /* Request program headers to be recalculated.  */
-  elf_tdata (abfd)->program_header_size = 0;
   elf_tdata (abfd)->eh_frame_hdr = sec;
   return TRUE;
 }
This page took 0.025001 seconds and 4 git commands to generate.