alpha: Warn DT_TEXTREL with -M
[deliverable/binutils-gdb.git] / bfd / elf64-ia64-vms.c
index 636d7897ee6ffb8c2ddd01a8033654412ea62bf3..d40fa4277a24dc85e34f368e58ef7e72f33d6a46 100644 (file)
@@ -822,11 +822,10 @@ is_unwind_section_name (bfd *abfd ATTRIBUTE_UNUSED, const char *name)
    flag.  */
 
 static bfd_boolean
-elf64_ia64_section_flags (flagword *flags,
-                         const Elf_Internal_Shdr *hdr)
+elf64_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.023376 seconds and 4 git commands to generate.