This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cdtest / cdtest.exp
index 8faeff44667cd08814487cc58d7e9d4ccae98a70..ccbe35e370932dc68a46a006273f0b17846f5367 100644 (file)
@@ -1,5 +1,5 @@
 # Expect script for LD cdtest Tests
-#   Copyright (C) 1993,1994,1995 Free Software Foundation
+#   Copyright (C) 1993,1994,1995, 1997 Free Software Foundation
 #
 # 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
@@ -57,7 +57,7 @@ if ![ld_link $ld tmpdir/cdtest {tmpdir/cdtest-foo.o tmpdir/cdtest-bar.o tmpdir/c
        send_log "diff tmpdir/cdtest.out $srcdir/$subdir/cdtest.dat\n"
        verbose "diff tmpdir/cdtest.out $srcdir/$subdir/cdtest.dat"
        catch "exec diff tmpdir/cdtest.out $srcdir/$subdir/cdtest.dat" exec_output
-       set exec_output [prune_system_crud $host_triplet $exec_output]
+       set exec_output [prune_warnings $exec_output]
 
        if [string match "" $exec_output] then {
            pass $test1
@@ -86,7 +86,7 @@ if ![ld_relocate $ld tmpdir/cdtest.o {-Ur tmpdir/cdtest-foo.o tmpdir/cdtest-bar.
            send_log "diff tmpdir/cdtest.out $srcdir/$subdir/cdtest.dat\n"
            verbose "diff tmpdir/cdtest.out $srcdir/$subdir/cdtest.dat"
            catch "exec diff tmpdir/cdtest.out $srcdir/$subdir/cdtest.dat" exec_output
-           set exec_output [prune_system_crud $host_triplet $exec_output]
+           set exec_output [prune_warnings $exec_output]
 
            if [string match "" $exec_output] then {
                pass $test2
This page took 0.023611 seconds and 4 git commands to generate.