OSDN Git Service

test: tls: fix build with newer binutils
authorBaruch Siach <baruch@tkos.co.il>
Wed, 2 Oct 2013 07:08:29 +0000 (10:08 +0300)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 6 Nov 2013 21:22:00 +0000 (22:22 +0100)
commit931e8391565323ed2e589c83b83a7345813a5514
tree9db67ce051deb325558f1cb6251d21e82b7ee037
parent83a9e1f89b20ece09b5da3caa1b537cf01964fe8
test: tls: fix build with newer binutils

Fix the following build failures:

ld: tst-tls10.o: undefined reference to symbol 'f2a'
ld: tst-tls12.o: undefined reference to symbol 'a1'

binutils ld defaults to --no-copy-dt-needed-entries since version 2.22. Add
library dependencies explicitly.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
test/tls/Makefile.in