aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-m68k/tls-gd-1.s
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2009-02-03 14:48:32 +0000
committerNick Clifton <nickc@redhat.com>2009-02-03 14:48:32 +0000
commit34a0278d91d5af416424049a8a7a89b60b62ed18 (patch)
tree1be87cc34dd7dd1af6e5c5448bc5ed21fcfee579 /ld/testsuite/ld-m68k/tls-gd-1.s
parentcf869cce6215e2b8cc0daeccf06ace32d3798bd6 (diff)
downloadgdb-34a0278d91d5af416424049a8a7a89b60b62ed18.zip
gdb-34a0278d91d5af416424049a8a7a89b60b62ed18.tar.gz
gdb-34a0278d91d5af416424049a8a7a89b60b62ed18.tar.bz2
new files accidentally omitted from previous delta
Diffstat (limited to 'ld/testsuite/ld-m68k/tls-gd-1.s')
-rw-r--r--ld/testsuite/ld-m68k/tls-gd-1.s16
1 files changed, 16 insertions, 0 deletions
diff --git a/ld/testsuite/ld-m68k/tls-gd-1.s b/ld/testsuite/ld-m68k/tls-gd-1.s
new file mode 100644
index 0000000..c79da2e
--- /dev/null
+++ b/ld/testsuite/ld-m68k/tls-gd-1.s
@@ -0,0 +1,16 @@
+#NO_APP
+ .text
+ .align 2
+ .globl foo
+ .type foo, @function
+foo:
+ link.w %fp,#0
+ move.l %a5,-(%sp)
+
+ pea x@TLSGD(%a5)
+
+ move.l (%sp)+,%a5
+ unlk %fp
+ rts
+ .size foo, .-foo
+ .section .note.GNU-stack,"",@progbits