ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: "Dmitry V. Levin" <ldv@altlinux.org>
To: ALT Linux Team development discussions <devel@lists.altlinux.org>
Subject: Re: [devel] DT_TEXTREL и __thread specifier
Date: Sat, 22 Aug 2009 02:29:39 +0400
Message-ID: <20090821222939.GB12206@wo.int.altlinux.org> (raw)
In-Reply-To: <cc557aab0908211511t62171645hc5629646d11f5bbf@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 703 bytes --]

On Sat, Aug 22, 2009 at 01:11:30AM +0300, Kirill A. Shutemov wrote:
> Собираю тут 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.
> 
> Есть идеи как это исправить и вообще откуда ноги ростут?

Ian Lance Taylor thinks that it's a linker bug, see thread starting at
http://gcc.gnu.org/ml/gcc-help/2009-07/msg00348.html

Looks like this bug is already fixed upstream:
http://sourceware.org/bugzilla/show_bug.cgi?id=6443


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

  reply	other threads:[~2009-08-21 22:29 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-21 22:11 Kirill A. Shutemov
2009-08-21 22:29 ` Dmitry V. Levin [this message]
2009-08-21 22:38   ` Kirill A. Shutemov
2009-08-21 22:42     ` Kirill A. Shutemov
2009-08-21 23:45     ` Dmitry V. Levin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090821222939.GB12206@wo.int.altlinux.org \
    --to=ldv@altlinux.org \
    --cc=devel@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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