mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
05fd99cc80
-fsanitize= can be used to build binutils with $ CC="gcc -fsanitize=address,undefined" CXX="g++ -fsanitize=address,undefined" .../configure --disable-werror Since not all linker tests are compatible with -fsanitize=, pass $NOSANTIZE_CFLAGS to disable -fsanitize= for such tests. * testsuite/ld-elf/indirect.exp: Append $NOSANTIZE_CFLAGS to CC. * testsuite/ld-elf/shared.exp: Likewise. * testsuite/ld-elfcomm/elfcomm.exp: Likewise. * testsuite/ld-elfvers/vers.exp: Likewise. * testsuite/ld-elfvsb/elfvsb.exp: Likewise. * testsuite/ld-elfweak/elfweak.exp: Likewise. * testsuite/ld-plugin/lto.exp: Likewise. * testsuite/ld-plugin/plugin.exp: Likewise. * testsuite/ld-scripts/crossref.exp: Likewise. |
||
---|---|---|
.. | ||
common.c | ||
define.s | ||
elf-offset.ld | ||
elfvsb.dat | ||
elfvsb.exp | ||
hidden0.d | ||
hidden1.d | ||
hidden2.d | ||
hidden2.ld | ||
hidden2.s | ||
internal0.d | ||
internal1.d | ||
main.c | ||
protected0.d | ||
protected1.d | ||
sh1.c | ||
sh2.c | ||
sh3.c | ||
test.c | ||
undef.s |