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]

[commit] minor adjustment to previously added test case


Checking in the following test case adjustment as obvious.

Built and tested on i686-pc-linux-gnu and x86_64-unknown-linux-gnu and
for several i?86-*-* cross targets.

Jan

gas/testsuite/
2005-10-27  Jan Beulich  <jbeulich@novell.com>

	* gas/i386/equ.d: Fix typo.
	* gas/i386/equ.s: Don't globalize r.

---
/home/jbeulich/src/binutils/mainline/2005-10-20/gas/testsuite/gas/i386/equ.d	2005-10-21
17:37:28.000000000 +0200
+++ 2005-10-20/gas/testsuite/gas/i386/equ.d	2005-10-21
17:37:28.000000000 +0200
@@ -23,4 +23,4 @@
 [ 0-9a-f]+:[ 	0-9a-f]+mov[ 	]+%gs:\(%edx,%edx,8\),%edx
 [ 0-9a-f]+:[ 	0-9a-f]+fadd[ 	]+%st\(1\),%st
 [ 0-9a-f]+:[ 	0-9a-f]+fadd[ 	]+%st\(7\),%st
-pass
+#pass
---
/home/jbeulich/src/binutils/mainline/2005-10-20/gas/testsuite/gas/i386/equ.s	2005-10-26
18:22:45.000000000 +0200
+++ 2005-10-20/gas/testsuite/gas/i386/equ.s	2005-10-26
18:22:45.000000000 +0200
@@ -6,7 +6,7 @@
  .equ s, -1
 	movl	$r, %eax
 	movl	(r), %eax
- .equ r, xtrn; .global r # temporary (hopefully)
+ .equ r, xtrn
 	movl	$r, %eax
 	movl	r, %eax
  .equ r, %ecx

Attachment: binutils-mainline-x86-reg-equate-2.patch
Description: Binary data


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