[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/10440] aliasing of IFUNC symbols broken
From: |
hjl dot tools at gmail dot com |
Subject: |
[Bug binutils/10440] aliasing of IFUNC symbols broken |
Date: |
24 Jul 2009 13:49:26 -0000 |
------- Additional Comments From hjl dot tools at gmail dot com 2009-07-24
13:49 -------
It is fixed by
http://sourceware.org/ml/binutils/2009-05/msg00361.html
address@hidden tmp]$ cat a.s
.text
.type foo, @gnu_indirect_function
.globl foo
foo:.long 1
.size foo, .-foo
.globl __foo
.set __foo, foo
address@hidden tmp]$ /usr/bin/as -o a.o a.s
address@hidden tmp]$ /usr/bin/readelf -s a.o
Symbol table '.symtab' contains 6 entries:
Num: Value Size Type Bind Vis Ndx Name
0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UND
1: 0000000000000000 0 SECTION LOCAL DEFAULT 1
2: 0000000000000000 0 SECTION LOCAL DEFAULT 2
3: 0000000000000000 0 SECTION LOCAL DEFAULT 3
4: 0000000000000000 4 IFUNC GLOBAL DEFAULT 1 foo
5: 0000000000000000 4 IFUNC GLOBAL DEFAULT 1 __foo
address@hidden tmp]$ rpm -qf /usr/bin/as
binutils-2.19.51.0.14-29.fc12.x86_64
address@hidden tmp]$
I am using binutils from rawhide on Fedora 11.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
http://sourceware.org/bugzilla/show_bug.cgi?id=10440
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.