OSDN Git Service

Merge branch 'binutils' into tmp
[pf3gnuchains/pf3gnuchains4x.git] / ld / testsuite / ld-i386 / tlspie2.s
diff --git a/ld/testsuite/ld-i386/tlspie2.s b/ld/testsuite/ld-i386/tlspie2.s
new file mode 100644 (file)
index 0000000..a586430
--- /dev/null
@@ -0,0 +1,12 @@
+       .section        .tbss,"awT",@nobits
+       .align 4
+       .type   a, @object
+       .size   a, 4
+a:
+       .zero   4
+       .text
+.globl _start
+       .type   _start, @function
+_start:
+       leal    a@dtpoff, %eax
+       .size   _start, .-_start