diff options
author | Jan Beulich <jbeulich@novell.com> | 2005-10-27 13:34:14 +0000 |
---|---|---|
committer | Jan Beulich <jbeulich@novell.com> | 2005-10-27 13:34:14 +0000 |
commit | b252df615edf78e002cba0b7a431fc3a2cf914c9 (patch) | |
tree | 69a85728808f2c3eab52534fe3f8b354dbeb9ae6 /gas | |
parent | 6a2b6326c21eb3e45d366676e81935ad660a7101 (diff) | |
download | gdb-b252df615edf78e002cba0b7a431fc3a2cf914c9.zip gdb-b252df615edf78e002cba0b7a431fc3a2cf914c9.tar.gz gdb-b252df615edf78e002cba0b7a431fc3a2cf914c9.tar.bz2 |
gas/testsuite/
2005-10-27 Jan Beulich <jbeulich@novell.com>
* gas/i386/equ.d: Fix typo.
* gas/i386/equ.s: Don't globalize r.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/equ.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/equ.s | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 821653d..d79e09e 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,10 @@ 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. 2005-10-26 Paul Brook <paul@codesourcery.com> diff --git a/gas/testsuite/gas/i386/equ.d b/gas/testsuite/gas/i386/equ.d index 0f294e8..f023abf 100644 --- a/gas/testsuite/gas/i386/equ.d +++ b/gas/testsuite/gas/i386/equ.d @@ -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 diff --git a/gas/testsuite/gas/i386/equ.s b/gas/testsuite/gas/i386/equ.s index d2e4d1c..792c46a 100644 --- a/gas/testsuite/gas/i386/equ.s +++ b/gas/testsuite/gas/i386/equ.s @@ -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 |