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 build/19451] Make check fails on test-double-vlen2


https://sourceware.org/bugzilla/show_bug.cgi?id=19451

--- Comment #6 from Martin Galvan <martin.galvan at tallertechnologies dot com> ---
Thanks for the answer. I'm attaching the link map and the linker script from
the output separately. Here's the rest:

$ gcc -nostdlib -nostartfiles -o
/home/martin/glibc-git/build/math/test-double-vlen2    -Wl,-z,combreloc
-Wl,-z,relro -Wl,--hash-style=both /home/martin/glibc-git/build/csu/crt1.o
/home/martin/glibc-git/build/csu/crti.o `gcc  --print-file-name=crtbegin.o`
/home/martin/glibc-git/build/math/test-double-vlen2.o
/home/martin/glibc-git/build/math/libm.so.6
/home/martin/glibc-git/build/mathvec/libmvec.so.1
/home/martin/glibc-git/build/math/test-double-vlen2-wrappers.o 
-Wl,-dynamic-linker=/home/martin/glibc-git/install/lib/ld-linux-x86-64.so.2
-Wl,-rpath-link=/home/martin/glibc-git/build:/home/martin/glibc-git/build/math:/home/martin/glibc-git/build/elf:/home/martin/glibc-git/build/dlfcn:/home/martin/glibc-git/build/nss:/home/martin/glibc-git/build/nis:/home/martin/glibc-git/build/rt:/home/martin/glibc-git/build/resolv:/home/martin/glibc-git/build/crypt:/home/martin/glibc-git/build/mathvec:/home/martin/glibc-git/build/nptl
/home/martin/glibc-git/build/libc.so.6
/home/martin/glibc-git/build/libc_nonshared.a -Wl,--as-needed
/home/martin/glibc-git/build/elf/ld.so -Wl,--no-as-needed -lgcc -Wl,--as-needed
-lgcc_s  -Wl,--no-as-needed `gcc  --print-file-name=crtend.o`
/home/martin/glibc-git/build/csu/crtn.o -Wl,-verbose
-Wl,-Map,test-double-vlen2.ldmap

==================================================
attempt to open /home/martin/glibc-git/build/csu/crt1.o succeeded
/home/martin/glibc-git/build/csu/crt1.o
attempt to open /home/martin/glibc-git/build/csu/crti.o succeeded
/home/martin/glibc-git/build/csu/crti.o
attempt to open /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o succeeded
/usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o
attempt to open /home/martin/glibc-git/build/math/test-double-vlen2.o succeeded
/home/martin/glibc-git/build/math/test-double-vlen2.o
attempt to open /home/martin/glibc-git/build/math/libm.so.6 succeeded
/home/martin/glibc-git/build/math/libm.so.6
attempt to open /home/martin/glibc-git/build/mathvec/libmvec.so.1 succeeded
/home/martin/glibc-git/build/mathvec/libmvec.so.1
attempt to open /home/martin/glibc-git/build/math/test-double-vlen2-wrappers.o
succeeded
/home/martin/glibc-git/build/math/test-double-vlen2-wrappers.o
attempt to open /home/martin/glibc-git/build/libc.so.6 succeeded
/home/martin/glibc-git/build/libc.so.6
attempt to open /home/martin/glibc-git/build/libc_nonshared.a succeeded
(/home/martin/glibc-git/build/libc_nonshared.a)elf-init.oS
attempt to open /home/martin/glibc-git/build/elf/ld.so succeeded
/home/martin/glibc-git/build/elf/ld.so
attempt to open /usr/lib/gcc/x86_64-linux-gnu/4.8/libgcc.so failed
attempt to open /usr/lib/gcc/x86_64-linux-gnu/4.8/libgcc.a succeeded
attempt to open /usr/lib/gcc/x86_64-linux-gnu/4.8/libgcc_s.so succeeded
-lgcc_s (/usr/lib/gcc/x86_64-linux-gnu/4.8/libgcc_s.so)
attempt to open /usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o succeeded
/usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o
attempt to open /home/martin/glibc-git/build/csu/crtn.o succeeded
/home/martin/glibc-git/build/csu/crtn.o
ld-linux-x86-64.so.2 needed by /home/martin/glibc-git/build/math/libm.so.6
found ld.so at /home/martin/glibc-git/build/elf/ld.so
/home/martin/glibc-git/build/math/test-double-vlen2-wrappers.o: In function
`cos_vlen2':
/home/martin/glibc-git/source/math/../sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c:24:
undefined reference to `_ZGVbN2v_cos'
/home/martin/glibc-git/build/math/test-double-vlen2-wrappers.o: In function
`sin_vlen2':
/home/martin/glibc-git/source/math/../sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c:25:
undefined reference to `_ZGVbN2v_sin'
/home/martin/glibc-git/build/math/test-double-vlen2-wrappers.o: In function
`sincos_vlen2':
/home/martin/glibc-git/source/math/../sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c:26:
undefined reference to `_ZGVbN2vvv_sincos'
/home/martin/glibc-git/build/math/test-double-vlen2-wrappers.o: In function
`log_vlen2':
/home/martin/glibc-git/source/math/../sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c:27:
undefined reference to `_ZGVbN2v_log'
/home/martin/glibc-git/build/math/test-double-vlen2-wrappers.o: In function
`exp_vlen2':
/home/martin/glibc-git/source/math/../sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c:28:
undefined reference to `_ZGVbN2v_exp'
/home/martin/glibc-git/build/math/test-double-vlen2-wrappers.o: In function
`pow_vlen2':
/home/martin/glibc-git/source/math/../sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c:29:
undefined reference to `_ZGVbN2vv_pow'
collect2: error: ld returned 1 exit status

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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