trad_unix_core_file_p: Return bfd_cleanup
[deliverable/binutils-gdb.git] / bfd / elfnn-ia64.c
index 1df2aa842c8a6dc10008b9247c73be2787fb4e17..208b85df903606143e06dd8727e016b41aa69011 100644 (file)
@@ -942,11 +942,10 @@ elfNN_ia64_section_from_shdr (bfd *abfd,
    flag.  */
 
 static bfd_boolean
-elfNN_ia64_section_flags (flagword *flags,
-                         const Elf_Internal_Shdr *hdr)
+elfNN_ia64_section_flags (const Elf_Internal_Shdr *hdr)
 {
   if (hdr->sh_flags & SHF_IA_64_SHORT)
-    *flags |= SEC_SMALL_DATA;
+    hdr->bfd_section->flags |= SEC_SMALL_DATA;
 
   return TRUE;
 }
This page took 0.02503 seconds and 4 git commands to generate.