gas/testsuite/
authorJan Beulich <jbeulich@novell.com>
Thu, 27 Oct 2005 13:34:14 +0000 (13:34 +0000)
committerJan Beulich <jbeulich@novell.com>
Thu, 27 Oct 2005 13:34:14 +0000 (13:34 +0000)
2005-10-27  Jan Beulich  <jbeulich@novell.com>

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

gas/testsuite/ChangeLog
gas/testsuite/gas/i386/equ.d
gas/testsuite/gas/i386/equ.s

index 821653da8d2d6f9e2710daeec88164c0e9d2a9b9..d79e09e9773f2788e0b373cfe5085122f09e1c8d 100644 (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.
index 0f294e8553cb99c62ad1438e5ece4848aaf47432..f023abf5650cfbc9fd7d1206a3ecfb75f42432d6 100644 (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
index d2e4d1cb06898340fbc7201fe32c9998a5493265..792c46ac28d04a443a14fcf9e9d3ae9118623f5b 100644 (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
This page took 0.027335 seconds and 4 git commands to generate.