bfd/
[deliverable/binutils-gdb.git] / bfd / bfd.c
index 238bbd67e1a60b31da191743292f8cfbf94f1a44..a2d4ae90b633b1913f92c1c60fc99c5578d9170b 100644 (file)
--- a/bfd/bfd.c
+++ b/bfd/bfd.c
@@ -1183,8 +1183,8 @@ FUNCTION
 DESCRIPTION
        The following functions exist but have not yet been documented.
 
-.#define bfd_sizeof_headers(abfd, reloc) \
-.       BFD_SEND (abfd, _bfd_sizeof_headers, (abfd, reloc))
+.#define bfd_sizeof_headers(abfd, info) \
+.       BFD_SEND (abfd, _bfd_sizeof_headers, (abfd, info))
 .
 .#define bfd_find_nearest_line(abfd, sec, syms, off, file, func, line) \
 .       BFD_SEND (abfd, _bfd_find_nearest_line, \
@@ -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.023872 seconds and 4 git commands to generate.