This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/7048] New: glibc-2.9 doesn't build on i{345}86.


the final link of the ld.so on i486 ends with an error:

glibc-2.9/builddir/elf/librtld.os: In function `_dl_tlsdesc_dynamic':
glibc-2.9/elf/../sysdeps/i386/dl-tlsdesc.S:131: undefined reference to
`__i686.get_pc_thunk.bx'

in sysdeps/i386/dl-tlsdesc.S there's is a thunk call w/o definition.

        call        __i686.get_pc_thunk.bx
        addl        $_GLOBAL_OFFSET_TABLE_, %ebx

the LOAD_PIC_REG(bx) macro fixes link failure.

-- 
           Summary: glibc-2.9 doesn't build on i{345}86.
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: pluto at agmk dot net
                CC: glibc-bugs at sources dot redhat dot com
GCC target triplet: i{345}86-gnu-linux


http://sourceware.org/bugzilla/show_bug.cgi?id=7048

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]