Check 64-bit relocation addend overflow for x32
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / ilp32 / reloc64.s
index 3f18d04b0250619fcbd9d63cdfeeb855a8f28854..3a2dbb87495649967c6acbfbc4ebbca8eb3eaedf 100644 (file)
@@ -178,3 +178,8 @@ bad .byte   xtrn@tpoff
 
        .text
        mov     xtrn@tpoff (%rbx), %eax
+
+       .data
+       .quad   xtrn
+       .quad   xtrn + 0x7fffffff
+       .quad   xtrn - 0x80000000
This page took 0.028355 seconds and 4 git commands to generate.