gas/testsuite/

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

	* gas/i386/equ.d: Fix typo.
	* gas/i386/equ.s: Don't globalize r.
This commit is contained in:
Jan Beulich 2005-10-27 13:34:14 +00:00
parent 6a2b6326c2
commit b252df615e
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2005-10-27 Jan Beulich <jbeulich@novell.com>
* gas/i386/equ.d: Fix typo.
* gas/i386/equ.s: Don't globalize r.
2005-10-27 Jan Beulich <jbeulich@novell.com>
* gas/all/gas.exp: Don't xfail equiv1 test anymore.

View File

@ -23,4 +23,4 @@ Disassembly of section .text:
[ 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

View File

@ -6,7 +6,7 @@ _start:
.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