Add support to GDB for the Renesas rl78 architecture.
[external/binutils.git] / gas / testsuite / gas / i386 / equ.s
index 1b7a796..e15148a 100644 (file)
@@ -27,7 +27,7 @@ _start:
  .equ r, -2
  .equ s, -2
        mov     eax, r
-       mov     eax, [r]
+       mov     eax, FLAT:[r]
  .equ r, xtrn
        mov     eax, offset r
        mov     eax, [r]
@@ -39,6 +39,9 @@ _start:
        fadd    x
  .equ x, st(7)
        fadd    x
+ .equ r, edx + 4
+       mov     eax, [r]
+       mov     eax, [r]
 
  .if s <> gs
  .err