aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld.cdtest/cdtest.exp
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1994-05-11 23:49:21 +0000
committerKen Raeburn <raeburn@cygnus>1994-05-11 23:49:21 +0000
commit76a1b604a6dc039902eb6f8a447e4a9e3b7fafc2 (patch)
tree7558a070158f9d898a160b7a7ce2c0fb5121a837 /ld/testsuite/ld.cdtest/cdtest.exp
parent82ebe9a2744f79107fbec455182285c954784f24 (diff)
downloadgdb-76a1b604a6dc039902eb6f8a447e4a9e3b7fafc2.zip
gdb-76a1b604a6dc039902eb6f8a447e4a9e3b7fafc2.tar.gz
gdb-76a1b604a6dc039902eb6f8a447e4a9e3b7fafc2.tar.bz2
8.3 name fixes: ld.cdtest/cdtest-func.cc -> cdtest-bar.cc
Diffstat (limited to 'ld/testsuite/ld.cdtest/cdtest.exp')
-rw-r--r--ld/testsuite/ld.cdtest/cdtest.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/ld.cdtest/cdtest.exp b/ld/testsuite/ld.cdtest/cdtest.exp
index c7989f1..321cf0f 100644
--- a/ld/testsuite/ld.cdtest/cdtest.exp
+++ b/ld/testsuite/ld.cdtest/cdtest.exp
@@ -35,14 +35,14 @@ if $tracelevel then {
set tmpdir /tmp
set ld $objdir/ld.new
-set objects "$tmpdir/cdtest-main.o $tmpdir/cdtest-func.o $tmpdir/cdtest-foo.o"
+set objects "$tmpdir/cdtest-main.o $tmpdir/cdtest-bar.o $tmpdir/cdtest-foo.o"
# compile the dependant objects
verbose "### Compiling dependant objects\n"
ld_compile "$CXX $CXXFLAGS" $srcdir/$subdir/cdtest-foo.cc $tmpdir/cdtest-foo.o
-ld_compile "$CXX $CXXFLAGS" $srcdir/$subdir/cdtest-func.cc $tmpdir/cdtest-func.o
+ld_compile "$CXX $CXXFLAGS" $srcdir/$subdir/cdtest-bar.cc $tmpdir/cdtest-bar.o
ld_compile "$CXX $CXXFLAGS" $srcdir/$subdir/cdtest-main.cc $tmpdir/cdtest-main.o
#