Fixes a problem with the BFD library running out of memory because it mistakenly
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / compress.exp
index 570425be119d41b02b4c2afd1f10e6f553c23e44..d74555dc75c2ace7551c5b9c5c1edd19bcf62599 100644 (file)
@@ -173,3 +173,13 @@ if ![string match "" $got] then {
        fail "objcopy ($testname)"
     }
 }
+
+if ![is_remote host] {
+    set tempfile tmpdir/debug_str.o
+    set copyfile tmpdir/debug_str.copy
+} else {
+    set tempfile [remote_download host tmpdir/debug_str.o]
+    set copyfile debug_str.copy
+}
+
+run_dump_test "debug_str"
This page took 0.025122 seconds and 4 git commands to generate.