daily update
[deliverable/binutils-gdb.git] / bfd / coffgen.c
index c541e6a590eb2d9abb7e367edd568192ff95c9d5..bef7d7a384cdbcf256111a7ca948ea529a4577ed 100644 (file)
@@ -2238,11 +2238,11 @@ coff_find_inliner_info (bfd *abfd,
 }
 
 int
-coff_sizeof_headers (bfd *abfd, bfd_boolean reloc)
+coff_sizeof_headers (bfd *abfd, struct bfd_link_info *info)
 {
   size_t size;
 
-  if (! reloc)
+  if (!info->relocatable)
     size = bfd_coff_filhsz (abfd) + bfd_coff_aoutsz (abfd);
   else
     size = bfd_coff_filhsz (abfd);
This page took 0.023145 seconds and 4 git commands to generate.