Patch by matz@suse.de:
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / reloc64.s
index 1ae14ddcbea6aff9d1c35cb62dcbf6bd1cbafb1c..47ebfa8dc0ad054f3452e623fcb9d185a0d743d5 100644 (file)
@@ -30,7 +30,7 @@ bad   mov     xtrn(%eip), %eax
        call    xtrn
        jrcxz   xtrn
 
-bad    movabs  $xtrn@got, %rax
+       movabs  $xtrn@got, %rax
        add     $xtrn@got, %rax
 bad    mov     $xtrn@got, %eax
 bad    mov     $xtrn@got, %ax
@@ -128,9 +128,9 @@ bad call    xtrn@tpoff
  .data
        .quad   xtrn
        .quad   xtrn - .
-bad    .quad   xtrn@got
+       .quad   xtrn@got
        .quad   xtrn@gotoff
-bad    .quad   xtrn@gotpcrel
+       .quad   xtrn@gotpcrel
 ill    .quad   _GLOBAL_OFFSET_TABLE_
 ill    .quad   _GLOBAL_OFFSET_TABLE_ - .
 bad    .quad   xtrn@plt
This page took 0.023926 seconds and 4 git commands to generate.