* lib/ld-lib.exp (run_dump_test): Don't prematurely remove
authorAndreas Schwab <schwab@linux-m68k.org>
Tue, 23 Jan 2007 13:30:47 +0000 (13:30 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Tue, 23 Jan 2007 13:30:47 +0000 (13:30 +0000)
assembler output.

ld/testsuite/ChangeLog
ld/testsuite/lib/ld-lib.exp

index 2aa43d907f9229c8c79a17c4265174b04383573e..316ce66d85b5a13a9915ac911c8b3e8f3f7daaa3 100644 (file)
@@ -1,3 +1,8 @@
+2007-01-23  Andreas Schwab  <schwab@suse.de>
+
+       * lib/ld-lib.exp (run_dump_test): Don't prematurely remove
+       assembler output.
+
 2007-01-19 H.J. Lu  <hongjiu.lu@intel.com>
 
        * ld-elf/dl6.c: New file.
index 1f0e34364847df91144175281074fb329bfad9c4..bee8f1479ffe66c3f3601ec75c836b9dcfb8b64b 100644 (file)
@@ -1,6 +1,6 @@
 # Support routines for LD testsuite.
 #   Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-#    2004, 2005, 2006 Free Software Foundation, Inc.
+#    2004, 2005, 2006, 2007 Free Software Foundation, Inc.
 #
 # This file is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -882,7 +882,6 @@ proc run_dump_test { name } {
        }
     } else {
        set objfile "tmpdir/dump0.o"
-       catch "exec rm -f $objfile" exec_output
     }
 
     # We must not have expected failure if we get here.
This page took 0.026893 seconds and 4 git commands to generate.