]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - ld/testsuite/ld-m68k/tls-def-1.s
Merge commit 'upstream/2.20'
[msp430-binutils.git] / ld / testsuite / ld-m68k / tls-def-1.s
diff --git a/ld/testsuite/ld-m68k/tls-def-1.s b/ld/testsuite/ld-m68k/tls-def-1.s
new file mode 100644 (file)
index 0000000..3d758a9
--- /dev/null
@@ -0,0 +1,9 @@
+#NO_APP
+       .globl  x
+       .section        .tbss,"awT",@nobits
+       .align  2
+       .type   x, @object
+       .size   x, 4
+x:
+       .zero   4
+       .section        .note.GNU-stack,"",@progbits