This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Fix typos in ld-x86-64/x86-64.exp


Checked in.


H.J.
---
Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ChangeLog,v
retrieving revision 1.1275
diff -u -p -r1.1275 ChangeLog
--- ChangeLog	23 Aug 2010 13:51:40 -0000	1.1275
+++ ChangeLog	24 Aug 2010 16:35:56 -0000
@@ -1,3 +1,7 @@
+2010-08-24  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* ld-x86-64/x86-64.exp: Fix typos.
+
 2010-08-23  Maciej W. Rozycki  <macro@codesourcery.com>
 
 	* ld-mips-elf/attr-gnu-4-04.d: Adjust Tag_GNU_MIPS_ABI_FP for
@@ -13,7 +17,7 @@
 	* ld-x86-64/mixed2a.s: Likewise.
 	* ld-x86-64/mixed2b.s: Likewise.
 
-	* ld-x86-64/x86-64.exp: Text mixed x86_64 and i386 inputs.
+	* ld-x86-64/x86-64.exp: Test mixed x86_64 and i386 inputs.
 
 2010-08-20  Maciej W. Rozycki  <macro@codesourcery.com>
 
Index: ld-x86-64/x86-64.exp
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-x86-64/x86-64.exp,v
retrieving revision 1.20
diff -u -p -r1.20 x86-64.exp
--- ld-x86-64/x86-64.exp	22 Aug 2010 19:14:25 -0000	1.20
+++ ld-x86-64/x86-64.exp	24 Aug 2010 16:35:57 -0000
@@ -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 "
     }
 }
 
-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] {


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]