diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-08-24 16:36:25 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-08-24 16:36:25 +0000 |
commit | b51176f17069a2c180c51aecfac4bee6a114ca91 (patch) | |
tree | 5ba4e27e28a7705e272937185cc607482238e95f /ld/testsuite/ld-x86-64 | |
parent | 9779414d4e6816b221518d110f2157c60a5c83e9 (diff) | |
download | gdb-b51176f17069a2c180c51aecfac4bee6a114ca91.zip gdb-b51176f17069a2c180c51aecfac4bee6a114ca91.tar.gz gdb-b51176f17069a2c180c51aecfac4bee6a114ca91.tar.bz2 |
Fix typos in ld-x86-64/x86-64.exp.
2010-08-24 H.J. Lu <hongjiu.lu@intel.com>
* ld-x86-64/x86-64.exp: Fix typos.
Diffstat (limited to 'ld/testsuite/ld-x86-64')
-rw-r--r-- | ld/testsuite/ld-x86-64/x86-64.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/ld-x86-64/x86-64.exp b/ld/testsuite/ld-x86-64/x86-64.exp index f5d1b0b..261b2d1 100644 --- a/ld/testsuite/ld-x86-64/x86-64.exp +++ b/ld/testsuite/ld-x86-64/x86-64.exp @@ -90,7 +90,7 @@ run_ld_link_tests $x86_64tests global link_output global ld -set test_namename "Mixed x86_64 and i386 input test 1" +set test_name "Mixed x86_64 and i386 input test 1" set test mixed1 if { ![ld_simple_link $ld tmpdir/$test "-melf_x86_64 tmpdir/${test}a.o tmpdir/${test}b.o"] } { if [string match "*i386 architecture of input file `tmpdir/${test}b.o' is incompatible with i386:x86-64 output*" $link_output] { @@ -100,7 +100,7 @@ if { ![ld_simple_link $ld tmpdir/$test "-melf_x86_64 tmpdir/${test}a.o tmpdir/${ } } -set test_namename "Mixed x86_64 and i386 input test 2" +set test_name "Mixed x86_64 and i386 input test 2" set test mixed2 if { ![ld_simple_link $ld tmpdir/$test "-melf_x86_64 tmpdir/${test}a.o tmpdir/${test}b.o"] } { if [string match "*i386 architecture of input file `tmpdir/${test}b.o' is incompatible with i386:x86-64 output*" $link_output] { |