Set EI_OSABI to ELFOSABI_GNU for local IFUNC symbols
[deliverable/binutils-gdb.git] / bfd / elf32-ppc.c
index fc1a85447455142e3a637edf0242c20a98b3185d..91942ec297fb20488698ae78f6aae79af2022123 100644 (file)
@@ -3653,7 +3653,7 @@ ppc_elf_add_symbol_hook (bfd *abfd,
        || ELF_ST_BIND (sym->st_info) == STB_GNU_UNIQUE)
       && (abfd->flags & DYNAMIC) == 0
       && bfd_get_flavour (info->output_bfd) == bfd_target_elf_flavour)
-    elf_tdata (info->output_bfd)->has_gnu_symbols = TRUE;
+    elf_tdata (info->output_bfd)->has_gnu_symbols = elf_gnu_symbol_any;
 
   return TRUE;
 }
This page took 0.025506 seconds and 4 git commands to generate.