summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-cris/tls-dso-tpoffgotcomm1.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/ld/testsuite/ld-cris/tls-dso-tpoffgotcomm1.s')
-rw-r--r--binutils-2.25/ld/testsuite/ld-cris/tls-dso-tpoffgotcomm1.s9
1 files changed, 9 insertions, 0 deletions
diff --git a/binutils-2.25/ld/testsuite/ld-cris/tls-dso-tpoffgotcomm1.s b/binutils-2.25/ld/testsuite/ld-cris/tls-dso-tpoffgotcomm1.s
new file mode 100644
index 00000000..a7c7421f
--- /dev/null
+++ b/binutils-2.25/ld/testsuite/ld-cris/tls-dso-tpoffgotcomm1.s
@@ -0,0 +1,9 @@
+ .tls_common foo,4,4
+ .tls_common bar,4,4
+ .text
+ .align 1
+ .type do_test, @function
+do_test:
+ add.d foo:TPOFFGOT,$r0
+ add.w bar:TPOFFGOT16,$r1
+ .size do_test, .-do_test