aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-cris/tls-e-tpiecomm1.s
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2012-06-17 07:29:55 +0000
committerHans-Peter Nilsson <hp@axis.com>2012-06-17 07:29:55 +0000
commit608129cf17e6583f98518eddee4171f7dc251b45 (patch)
tree65e454632cb1db9ea3743435e7f8a8f30672e8e0 /ld/testsuite/ld-cris/tls-e-tpiecomm1.s
parent26a48bb3a9c962068b83ff38b0818956c961da74 (diff)
downloadgdb-608129cf17e6583f98518eddee4171f7dc251b45.zip
gdb-608129cf17e6583f98518eddee4171f7dc251b45.tar.gz
gdb-608129cf17e6583f98518eddee4171f7dc251b45.tar.bz2
* ld-cris/tls-e-tpiecomm1.d, ld-cris/tls-e-tpiecomm1.s: New test.
* ld-cris/tls-dso-tpoffgotcomm1.d, ld-cris/tls-dso-tpoffgotcomm1.s: Ditto.
Diffstat (limited to 'ld/testsuite/ld-cris/tls-e-tpiecomm1.s')
-rw-r--r--ld/testsuite/ld-cris/tls-e-tpiecomm1.s9
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/testsuite/ld-cris/tls-e-tpiecomm1.s b/ld/testsuite/ld-cris/tls-e-tpiecomm1.s
new file mode 100644
index 0000000..ca9aedc
--- /dev/null
+++ b/ld/testsuite/ld-cris/tls-e-tpiecomm1.s
@@ -0,0 +1,9 @@
+ .tls_common foo,4,4
+ .tls_common bar,4,4
+ .text
+ .align 1
+ .type do_test, @function
+do_test:
+ move.d foo:IE,$r0
+ add.d bar:IE,$r1
+ .size do_test, .-do_test