merge from gcc
[external/binutils.git] / gas / testsuite / gas / i386 / equ.s
index 1b7a796..94ec81d 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]