OpenRISC BFD fixups for Glibc:
[deliverable/binutils-gdb.git] / bfd / elf32-mep.c
index 14a6d226211817b9873415e4d97345381db8c345..c5775de6496dfbf63d76d1f48134a4e6bff6f395 100644 (file)
@@ -717,10 +717,10 @@ mep_elf_object_p (bfd * abfd)
 }
 
 static bfd_boolean
-mep_elf_section_flags (flagword * flags, const Elf_Internal_Shdr * hdr)
+mep_elf_section_flags (const Elf_Internal_Shdr *hdr)
 {
   if (hdr->sh_flags & SHF_MEP_VLIW)
-    flags |= SEC_MEP_VLIW;
+    hdr->bfd_section->flags |= SEC_MEP_VLIW;
   return TRUE;
 }
 
This page took 0.023194 seconds and 4 git commands to generate.