bfd/
[deliverable/binutils-gdb.git] / bfd / bfd.c
index 406efffbbc3cb9a4777101cf4e50b2cc0f596339..a2d4ae90b633b1913f92c1c60fc99c5578d9170b 100644 (file)
--- a/bfd/bfd.c
+++ b/bfd/bfd.c
@@ -1336,6 +1336,8 @@ bfd_record_phdr (bfd *abfd,
   m->includes_filehdr = includes_filehdr;
   m->includes_phdrs = includes_phdrs;
   m->count = count;
+  m->p_align_valid = FALSE;
+  m->p_align = 0;
   if (count > 0)
     memcpy (m->sections, secs, count * sizeof (asection *));
 
This page took 0.02463 seconds and 4 git commands to generate.