ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] DT_TEXTREL и __thread specifier
@ 2009-08-21 22:11 Kirill A. Shutemov
  2009-08-21 22:29 ` Dmitry V. Levin
  0 siblings, 1 reply; 5+ messages in thread
From: Kirill A. Shutemov @ 2009-08-21 22:11 UTC (permalink / raw)
  To: ALT Linux Team development discussions; +Cc: Dmitry V. Levin

Собираю тут qemu. Сталкнулся с text relocations. Упрощённый testcase:

kas@dhcppc0:pts/2 ~/tmp $ cat 1.c
int main() {
        static __thread int i = 0;
        i++;
        return 0;
}
kas@dhcppc0:pts/2 ~/tmp $ gcc -fpie -pie 1.c
/usr/bin/ld: warning: creating a DT_TEXTREL in a shared object.

Есть идеи как это исправить и вообще откуда ноги ростут?

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-08-21 23:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-21 22:11 [devel] DT_TEXTREL и __thread specifier Kirill A. Shutemov
2009-08-21 22:29 ` Dmitry V. Levin
2009-08-21 22:38   ` Kirill A. Shutemov
2009-08-21 22:42     ` Kirill A. Shutemov
2009-08-21 23:45     ` Dmitry V. Levin

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git