x86: allow suffix-less movzw and 64-bit movzb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / mixed-mode-reloc.s
index 1b1a7fe25b10c163eaba5b57fdd1450662bd6743..3cc286197f7a0bff82c13a4e98605c537a440769 100644 (file)
@@ -2,12 +2,12 @@
 
  .code16
 _start16:
-#FIXME movl    xtrn@got(%ebx), %eax
-#FIXME calll   xtrn@plt
+       movl    xtrn@got(%ebx), %eax
+       calll   xtrn@plt
 
  .code32
 _start32:
-#FIXME movl    xtrn@got(%ebx), %eax
+       movl    xtrn@got(%ebx), %eax
        calll   xtrn@plt
 
  .code64
This page took 0.024783 seconds and 4 git commands to generate.