Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37547482
en ru br
ALT Linux repos
S:0.189.0.46.27a8-alt1
5.0: 0.137-alt2
4.1: 0.131-alt1
4.0: 0.126-alt1
3.0: 0.108-alt3
+backports:0.115-alt0.M30.1

Other repositories
Upstream:0.131

Group :: Development/C
RPM: elfutils

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: elfutils-0.147-alt-osabi.patch
Download


http://lists.altlinux.org/pipermail/devel/2010-May/182161.html
--- elfutils/libebl/eblsymbolbindingname.c
+++ elfutils/libebl/eblsymbolbindingname.c
@@ -84,7 +84,9 @@ ebl_symbol_binding_name (ebl, binding, b
 	    snprintf (buf, len, "LOPROC+%d", binding - STB_LOPROC);
 	  else if (binding == STB_GNU_UNIQUE
 		   && (ident = elf_getident (ebl->elf, NULL)) != NULL
-		   && ident[EI_OSABI] == ELFOSABI_LINUX)
+		   && (ident[EI_OSABI] == ELFOSABI_LINUX ||
+		       /* GNU/Linux is still using the default value 0.  */
+		       ident[EI_OSABI] == ELFOSABI_NONE))
 	    return "GNU_UNIQUE";
 	  else if (binding >= STB_LOOS && binding <= STB_HIOS)
 	    snprintf (buf, len, "LOOS+%d", binding - STB_LOOS);
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin