summaryrefslogtreecommitdiffstats
path: root/binutils-2.22/ld/testsuite/ld-x86-64/ilp32-11.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.22/ld/testsuite/ld-x86-64/ilp32-11.s')
-rw-r--r--binutils-2.22/ld/testsuite/ld-x86-64/ilp32-11.s12
1 files changed, 12 insertions, 0 deletions
diff --git a/binutils-2.22/ld/testsuite/ld-x86-64/ilp32-11.s b/binutils-2.22/ld/testsuite/ld-x86-64/ilp32-11.s
new file mode 100644
index 0000000..438f094
--- /dev/null
+++ b/binutils-2.22/ld/testsuite/ld-x86-64/ilp32-11.s
@@ -0,0 +1,12 @@
+ .section .data.rel.local,"aw",@progbits
+ .align 8
+.Ljmp:
+ .quad func + 0x7fffffff
+
+ .text
+ .space 0x1000
+ .type func, @function
+ .global func
+ .hidden func
+func:
+ ret