Automatic date update in version.in
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / reloc64.s
index f12271d35884d51b339cc6b269289d773a5afa90..0f9c51e4c8d9f4633f45c130688f8fdc61b60504 100644 (file)
@@ -198,3 +198,29 @@ bad        .byte   xtrn@tpoff
 
        .text
        mov     xtrn@tpoff (%rbx), %eax
+
+       .data
+       .long   xtrn@got - 4
+       .long   xtrn@got + 4
+
+       .text
+       movabs  $xtrn@gotplt, %rax
+bad    add     $xtrn@gotplt, %rax
+bad    mov     $xtrn@gotplt, %eax
+bad    mov     $xtrn@gotplt, %ax
+bad    mov     $xtrn@gotplt, %al
+bad    mov     xtrn@gotplt(%rbx), %eax
+bad    mov     xtrn@gotplt(%ebx), %eax
+bad    call    xtrn@gotplt
+
+       .data
+       .quad   xtrn@gotplt
+bad    .long   xtrn@gotplt
+bad    .word   xtrn@gotplt
+bad    .byte   xtrn@gotplt
+
+       .text
+       mov     xtrn(,%rbx), %eax
+       mov     xtrn(,%ebx), %eax
+       vgatherdps %xmm2, xtrn(,%xmm1), %xmm0
+       addr32 vgatherdps %xmm2, xtrn(,%xmm1), %xmm0
This page took 0.024461 seconds and 4 git commands to generate.