[gdb/doc] Explain that there's always a thread
[deliverable/binutils-gdb.git] / bfd / elf64-sparc.c
index 26e664efc7f49db1599c01a2e861fde895527723..5413891c4d6d50b339013407de7a786d40e49143 100644 (file)
@@ -430,7 +430,7 @@ elf64_sparc_add_symbol_hook (bfd *abfd, struct bfd_link_info *info,
        || 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;
 
   if (ELF_ST_TYPE (sym->st_info) == STT_REGISTER)
     {
This page took 0.022711 seconds and 4 git commands to generate.