[Bug build/19451] Make check fails on test-double-vlen2
carlos at redhat dot com
sourceware-bugzilla@sourceware.org
Wed Jan 13 00:25:00 GMT 2016
https://sourceware.org/bugzilla/show_bug.cgi?id=19451
--- Comment #1 from Carlos O'Donell <carlos at redhat dot com> ---
Are the following files built in your build directory?
mathvec/svml_d_cos2_core.o
mathvec/svml_d_cos4_core.os
mathvec/svml_d_cos4_core_avx.os
mathvec/svml_d_cos2_core_sse4.os
mathvec/svml_d_cos2_core_sse4.o
mathvec/svml_d_cos4_core_avx.o
mathvec/svml_d_cos4_core.o
mathvec/svml_d_cos2_core.os
Particularly, svml_d_cos2_core.os, which is the compiled implementation for
_ZGVbN2v_cos (the source of your first error).
readelf -a -W svml_d_cos2_core.os | grep _ZGVbN2v_cos
000000000000000a 0000000d00000002 R_X86_64_PC32 0000000000000000
_ZGVbN2v_cos_sse4 - 4
000000000000001e 0000000e00000002 R_X86_64_PC32 0000000000000030
_ZGVbN2v_cos_sse2 - 4
10: 0000000000000000 35 IFUNC GLOBAL DEFAULT 1 _ZGVbN2v_cos
13: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND _ZGVbN2v_cos_sse4
14: 0000000000000030 54 FUNC GLOBAL DEFAULT 1 _ZGVbN2v_cos_sse2
15: 0000000000000000 35 IFUNC GLOBAL DEFAULT 1 __GI__ZGVbN2v_cos
For the record this builds just fine for me.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list