I've been digging through test logs, and for gcc 4.9.1 native x86_64 tests, all the libsanitizer test cases fail to link due to unresolved symbols from libpthread and libdl. Does anybody know more about this bug, or care to fix it ? :-) It still exists in gcc trunk.
- rob -
Hmmm I only monitor ARM and AArch64 as cross-targets, not x86_64.
It's really suprising that such libs are missing.... however I do remember modifying the .spec fragment when I added support for ARM and prepared the one for AArch64.
Could that have been unnoticed because most people use an old enough linker that still defaults to --copy-dt-needed-entries and cbuild2 uses a recent linker?
Does not sound really plausible.
On 27 May 2014 22:14, Rob Savoye rob.savoye@linaro.org wrote:
I've been digging through test logs, and for gcc 4.9.1 native x86_64 tests, all the libsanitizer test cases fail to link due to unresolved symbols from libpthread and libdl. Does anybody know more about this bug, or care to fix it ? :-) It still exists in gcc trunk.
- rob -
linaro-toolchain mailing list linaro-toolchain@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-toolchain
linaro-toolchain@lists.linaro.org