X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=ld%2Ftestsuite%2Fld-elf%2Fcompress.exp;fp=ld%2Ftestsuite%2Fld-elf%2Fcompress.exp;h=8b55f86ea9a0b580cd6c7940b3dd04e552bfdf73;hb=e2c8dab6ae8654a928ab9364d5090781a4a6f62f;hp=db1993c41502e4ed4735b5a6f0c506760b05f494;hpb=a0c0ad56704002e6438bdd077378de8d8cc1e1a9;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/testsuite/ld-elf/compress.exp b/ld/testsuite/ld-elf/compress.exp index db1993c415..8b55f86ea9 100644 --- a/ld/testsuite/ld-elf/compress.exp +++ b/ld/testsuite/ld-elf/compress.exp @@ -36,7 +36,6 @@ if { ![check_compiler_available] } { return } -global as if { ![ld_assemble $as "--compress-debug-sections $srcdir/$subdir/empty.s" tmpdir/empty.o ] } { fail "linker compressed debug sections" } @@ -124,8 +123,6 @@ if { [catch {exec cmp tmpdir/libfoo.so tmpdir/libfoozlib.so}] } then { pass "$test_name" } -global READELF - set test_name "Link -r with zlib compressed debug output" set test zlibbegin send_log "$READELF -S -W tmpdir/$test.o > tmpdir/$test.out\n"