summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64/tlsgd2.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-x86-64/tlsgd2.s')
-rw-r--r--ld/testsuite/ld-x86-64/tlsgd2.s5
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/testsuite/ld-x86-64/tlsgd2.s b/ld/testsuite/ld-x86-64/tlsgd2.s
new file mode 100644
index 0000000..f583c85
--- /dev/null
+++ b/ld/testsuite/ld-x86-64/tlsgd2.s
@@ -0,0 +1,5 @@
+ .text
+ .globl _start
+_start:
+ leaq foo@TLSGD(%rip), %rdi
+ call __tls_get_addr