Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37385150
en ru br
ALT Linux repositórios
S:2.41-alt1
5.0: 2.18.50.0.9-alt5
4.1: 2.17.50.0.6-alt4
4.0: 2.17.50.0.6-alt1
3.0: 2.15.94.0.2.2-alt3

Outros repositórios
Upstream:2.18

Group :: Desenvolvimento/Outros
RPM: binutils

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: binutils-2.18.50.0.9-alt-bfd_elflink_relax_checking.patch
Download


--- a/binutils/bfd/elflink.c
+++ b/binutils/bfd/elflink.c
@@ -8538,8 +8538,10 @@ elf_link_output_extsym (struct elf_link_hash_entry *h, void *data)
 	 : ELF_ST_VISIBILITY (h->other) == STV_HIDDEN
 	 ? "hidden" : "local",
 	 h->root.root.string);
+#ifdef ENABLE_STRICT_SYMBOL_CHECKING
       eoinfo->failed = TRUE;
       return FALSE;
+#endif /* ENABLE_STRICT_SYMBOL_CHECKING */
     }
 
   /* We don't want to output symbols that have never been mentioned by
@@ -8730,8 +8732,10 @@ elf_link_output_extsym (struct elf_link_hash_entry *h, void *data)
 	 : ELF_ST_VISIBILITY (sym.st_other) == STV_INTERNAL
 	 ? "internal" : "hidden",
 	 h->root.root.string);
+#ifdef ENABLE_STRICT_SYMBOL_CHECKING
       eoinfo->failed = TRUE;
       return FALSE;
+#endif /* ENABLE_STRICT_SYMBOL_CHECKING */
     }
 
   /* If this symbol should be put in the .dynsym section, then put it
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009