mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +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. |
||
---|---|---|
.. | ||
common1a.c | ||
common1b.c | ||
common-1.s | ||
common-1a.d | ||
common-1b.d | ||
common-1c.d | ||
common-1d.d | ||
common-1e.d | ||
common-1f.d | ||
common-2.s | ||
common-2a.d | ||
common-2b.d | ||
common-2c.d | ||
common-2d.d | ||
common-2e.d | ||
common-2f.d | ||
common-3a.rd | ||
common-3b.rd | ||
dummy.s | ||
elfcomm.exp | ||
sort-common.s |