diff options
author | 2017-10-21 00:26:47 +0200 | |
---|---|---|
committer | 2017-10-21 00:26:47 +0200 | |
commit | 7cab1e4b23c2328c9594248aae654d0e71af6138 (patch) | |
tree | 52ef44f94f0f7b3d66bbad48ee97501e49d13b24 | |
parent | Gentoo: Fix Mike's adaption of the testsuite to hash change (diff) | |
download | binutils-gdb-7cab1e4b23c2328c9594248aae654d0e71af6138.tar.gz binutils-gdb-7cab1e4b23c2328c9594248aae654d0e71af6138.tar.bz2 binutils-gdb-7cab1e4b23c2328c9594248aae654d0e71af6138.zip |
Gentoo: We can't test for textrel warnings if we regsub out the warnings.
Disable that one test.
-rw-r--r-- | ld/testsuite/ld-i386/i386.exp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ld/testsuite/ld-i386/i386.exp b/ld/testsuite/ld-i386/i386.exp index 1a35a572b23..7f677390f92 100644 --- a/ld/testsuite/ld-i386/i386.exp +++ b/ld/testsuite/ld-i386/i386.exp @@ -290,7 +290,6 @@ run_dump_test "pcrel8" run_dump_test "pcrel16" run_dump_test "pcrel16abs" run_dump_test "alloc" -run_dump_test "warn1" run_dump_test "tlsgd2" run_dump_test "tlsgd4" run_dump_test "tlsie2" |