Bug 14778 - ld testsuite failure: FAIL: Common symbol override ifunc test 1b
Summary: ld testsuite failure: FAIL: Common symbol override ifunc test 1b
Status: NEW
Alias: None
Product: binutils
Classification: Unclassified
Component: ld (show other bugs)
Version: 2.23
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-27 21:43 UTC by Timo Gurr
Modified: 2012-10-28 13:18 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:
Project(s) to access:
ssh public key:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Timo Gurr 2012-10-27 21:43:41 UTC
To reproduce:
tar xf binutils-2.23.tar.bz2
cd binutils-2.23
./configure
make -j4
cd ld
make check

Running binutils-2.23/ld/testsuite/ld-ifunc/ifunc.exp ...
FAIL: Common symbol override ifunc test 1b

                === ld Summary ===

# of expected passes            784
# of unexpected failures        1
# of expected failures          61
# of untested testcases         1

I'm using gcc-4.7.2 and glibc-2.16 on x86_64.
Comment 1 Allan McRae 2012-10-27 22:03:45 UTC
I see this on both i686 and x86_64 using gcc-4.7.2 and glibc-2.16.
Comment 2 H.J. Lu 2012-10-28 13:18:47 UTC
We need to backport this patch:

http://sourceware.org/ml/binutils-cvs/2012-09/msg00105.html

to 2.23 branch.