Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37532106
en ru br
Репозитории ALT
S:0.189.0.46.27a8-alt1
5.1: 0.149-alt0.M51.1
4.1: 0.131-alt1
4.0: 0.126-alt1
3.0: 0.108-alt3
+backports:0.115-alt0.M30.1
www.altlinux.org/Changes

Другие репозитории
Upstream:0.131

Группа :: Разработка/C
Пакет: elfutils

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: elfutils-0.155-alt-elflint-bss.patch
Скачать


http://lists.altlinux.org/pipermail/devel/2009-December/178481.html
--- elfutils/src/elflint.c
+++ elfutils/src/elflint.c
@@ -3750,7 +3750,10 @@ section [%2zu] '%s' has not type NOBITS but is not read from the file in segment
 section [%2zu] '%s' is executable in nonexecutable segment %d\n"),
 				 cnt, section_name (ebl, cnt), pcnt);
 		      }
+		  }
 
+		if (shdr->sh_type != SHT_NOBITS || strcmp (scnname, ".bss") == 0)
+		  {
 		    if ((shdr->sh_flags & SHF_WRITE) != 0)
 		      {
 			segment_flags[pcnt] |= PF_W;
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin