Skip to content
Snippets Groups Projects
Commit b252df61 authored by Jan Beulich's avatar Jan Beulich
Browse files

gas/testsuite/

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

	* gas/i386/equ.d: Fix typo.
	* gas/i386/equ.s: Don't globalize r.
parent 6a2b6326
No related merge requests found
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> 2005-10-27 Jan Beulich <jbeulich@novell.com>
* gas/all/gas.exp: Don't xfail equiv1 test anymore. * gas/all/gas.exp: Don't xfail equiv1 test anymore.
......
...@@ -23,4 +23,4 @@ Disassembly of section .text: ...@@ -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]+mov[ ]+%gs:\(%edx,%edx,8\),%edx
[ 0-9a-f]+:[ 0-9a-f]+fadd[ ]+%st\(1\),%st [ 0-9a-f]+:[ 0-9a-f]+fadd[ ]+%st\(1\),%st
[ 0-9a-f]+:[ 0-9a-f]+fadd[ ]+%st\(7\),%st [ 0-9a-f]+:[ 0-9a-f]+fadd[ ]+%st\(7\),%st
pass #pass
...@@ -6,7 +6,7 @@ _start: ...@@ -6,7 +6,7 @@ _start:
.equ s, -1 .equ s, -1
movl $r, %eax movl $r, %eax
movl (r), %eax movl (r), %eax
.equ r, xtrn; .global r # temporary (hopefully) .equ r, xtrn
movl $r, %eax movl $r, %eax
movl r, %eax movl r, %eax
.equ r, %ecx .equ r, %ecx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment