Branch: refs/heads/runpath
Home: https://github.com/kronosnet/kronosnet
Commit: 54af866ee84505b2c7a77f6cd2b16417bedf5b46
https://github.com/kronosnet/kronosnet/commit/54af866ee84505b2c7a77f6cd2b16…
Author: Ferenc Wágner <wferi(a)debian.org>
Date: 2018-01-18 (Thu, 18 Jan 2018)
Changed paths:
M libknet/Makefile.am
Log Message:
-----------
Use LD_LIBRARY_PATH to find the build tree artifacts
The libtool wrapper scripts of the test binaries set LD_LIBRARY_PATH to
find the libknet library and its modules in the build tree, but RPATH
overrides this setting. This is why RPATH is deprecated, so we switch
to RUNPATH instead by using --enable-new-dtags, which is already the
linker default on Debian ustable for example.
Branch: refs/heads/stable1-proposed
Home: https://github.com/kronosnet/kronosnet
Commit: fa4a1b9956bc2240cefe614a10f800a75c0a8685
https://github.com/kronosnet/kronosnet/commit/fa4a1b9956bc2240cefe614a10f80…
Author: Ferenc Wágner <wferi(a)debian.org>
Date: 2018-01-18 (Thu, 18 Jan 2018)
Changed paths:
M libknet/tests/api-test-coverage
Log Message:
-----------
tests: check for exported symbols in the data section as well
The PowerPC64 ELFv1 ABI puts the function descriptor symbols there,
but why restrict the consistency check to the text section anyway?
Signed-off-by: Ferenc Wágner <wferi(a)debian.org>
Branch: refs/heads/master
Home: https://github.com/kronosnet/kronosnet
Commit: 6269ff76f35d240bef867e30d95f9d6852178812
https://github.com/kronosnet/kronosnet/commit/6269ff76f35d240bef867e30d95f9…
Author: Ferenc Wágner <wferi(a)debian.org>
Date: 2018-01-18 (Thu, 18 Jan 2018)
Changed paths:
M libknet/tests/api-test-coverage
Log Message:
-----------
tests: check for exported symbols in the data section as well
The PowerPC64 ELFv1 ABI puts the function descriptor symbols there,
but why restrict the consistency check to the text section anyway?
Signed-off-by: Ferenc Wágner <wferi(a)debian.org>
Commit: 1d4f9b050386beb5b26586e823d641fa421ea15c
https://github.com/kronosnet/kronosnet/commit/1d4f9b050386beb5b26586e823d64…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2018-01-18 (Thu, 18 Jan 2018)
Changed paths:
M libknet/tests/api-test-coverage
Log Message:
-----------
Merge pull request #117 from kronosnet/ppc64
tests: check for exported symbols in the data section as well
Compare: https://github.com/kronosnet/kronosnet/compare/b41f463434d6...1d4f9b050386
Branch: refs/heads/ppc64
Home: https://github.com/kronosnet/kronosnet
Commit: 6269ff76f35d240bef867e30d95f9d6852178812
https://github.com/kronosnet/kronosnet/commit/6269ff76f35d240bef867e30d95f9…
Author: Ferenc Wágner <wferi(a)debian.org>
Date: 2018-01-18 (Thu, 18 Jan 2018)
Changed paths:
M libknet/tests/api-test-coverage
Log Message:
-----------
tests: check for exported symbols in the data section as well
The PowerPC64 ELFv1 ABI puts the function descriptor symbols there,
but why restrict the consistency check to the text section anyway?
Signed-off-by: Ferenc Wágner <wferi(a)debian.org>
Branch: refs/heads/ppc64
Home: https://github.com/kronosnet/kronosnet
Commit: 3db14713324017b56844ed30f2b29c8445395513
https://github.com/kronosnet/kronosnet/commit/3db14713324017b56844ed30f2b29…
Author: Ferenc Wágner <wferi(a)debian.org>
Date: 2018-01-18 (Thu, 18 Jan 2018)
Changed paths:
M libknet/tests/api-test-coverage
Log Message:
-----------
tests: check for exported symbols in the data section as well
The PowerPC64 ELFv1 ABI puts the function descriptor symbols there,
but why restrict the consistency check to the text section anyway?
Signed-off-by: Ferenc Wágner <wferi(a)debian.org>