aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-s390/tlslib.s
diff options
context:
space:
mode:
authorMartin Schwidefsky <schwidefsky@de.ibm.com>2003-01-24 17:20:25 +0000
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2003-01-24 17:20:25 +0000
commit6c5977968d3f30224ac7ba84b5b852ed078c2117 (patch)
treea3c94bd72b9a14806d1bc677b1bcf39843612f73 /ld/testsuite/ld-s390/tlslib.s
parentc20c23d506c1d94c6e628828ae2fb8c63e4fefe1 (diff)
downloadgdb-6c5977968d3f30224ac7ba84b5b852ed078c2117.zip
gdb-6c5977968d3f30224ac7ba84b5b852ed078c2117.tar.gz
gdb-6c5977968d3f30224ac7ba84b5b852ed078c2117.tar.bz2
* ld-s390/s390.exp: New file.
* ld-s390/tlsbin_64.dd: New file. * ld-s390/tlsbin_64.rd: New file. * ld-s390/tlsbin_64.s: New file. * ld-s390/tlsbin_64.sd: New file. * ld-s390/tlsbin_64.td: New file. * ld-s390/tlsbin.dd: New file. * ld-s390/tlsbinpic_64.s: New file. * ld-s390/tlsbinpic.s: New file. * ld-s390/tlsbin.rd: New file. * ld-s390/tlsbin.s: New file. * ld-s390/tlsbin.sd: New file. * ld-s390/tlsbin.td: New file. * ld-s390/tlslib_64.s: New file. * ld-s390/tlslib.s: New file. * ld-s390/tlspic1_64.s: New file. * ld-s390/tlspic1.s: New file. * ld-s390/tlspic2_64.s: New file. * ld-s390/tlspic2.s: New file. * ld-s390/tlspic_64.dd: New file. * ld-s390/tlspic_64.rd: New file. * ld-s390/tlspic_64.sd: New file. * ld-s390/tlspic_64.td: New file. * ld-s390/tlspic.dd: New file. * ld-s390/tlspic.rd: New file. * ld-s390/tlspic.sd: New file. * ld-s390/tlspic.td: New file.
Diffstat (limited to 'ld/testsuite/ld-s390/tlslib.s')
-rw-r--r--ld/testsuite/ld-s390/tlslib.s17
1 files changed, 17 insertions, 0 deletions
diff --git a/ld/testsuite/ld-s390/tlslib.s b/ld/testsuite/ld-s390/tlslib.s
new file mode 100644
index 0000000..3ec87c2
--- /dev/null
+++ b/ld/testsuite/ld-s390/tlslib.s
@@ -0,0 +1,17 @@
+ .section ".tdata", "awT", @progbits
+ .globl sG1, sG2, sG3, sG4, sG5, sG6, sG7, sG8,
+sG1: .long 513
+sG2: .long 514
+sG3: .long 515
+sG4: .long 516
+sG5: .long 517
+sG6: .long 518
+sG7: .long 519
+sG8: .long 520
+
+ .text
+ /* Dummy. */
+ .globl __tls_get_offset
+ .type __tls_get_offset,@function
+__tls_get_offset:
+ br %r14