------- 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

[...@gnu-6 tmp]$ cat a.s
        .text
        .type foo, @gnu_indirect_function
        .globl foo
foo:.long 1
        .size foo, .-foo
        .globl __foo
        .set __foo, foo
[...@gnu-6 tmp]$ /usr/bin/as -o a.o a.s
[...@gnu-6 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
[...@gnu-6 tmp]$ rpm -qf /usr/bin/as
binutils-2.19.51.0.14-29.fc12.x86_64
[...@gnu-6 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.


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to