From 9c68f58e48030d125e085999b3778c22534e7bed Mon Sep 17 00:00:00 2001 From: Maxim Kuvyrkov Date: Fri, 15 Apr 2011 09:58:23 +0000 Subject: * ld-m68k/tls-gd-ie-1.d: Stabilize test. * ld-m68k/tls-gd-3.[sd]: New test. --- ld/testsuite/ld-m68k/tls-gd-3.s | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ld/testsuite/ld-m68k/tls-gd-3.s (limited to 'ld/testsuite/ld-m68k/tls-gd-3.s') diff --git a/ld/testsuite/ld-m68k/tls-gd-3.s b/ld/testsuite/ld-m68k/tls-gd-3.s new file mode 100644 index 0000000..ff0ee84 --- /dev/null +++ b/ld/testsuite/ld-m68k/tls-gd-3.s @@ -0,0 +1,17 @@ +#NO_APP + .text + .align 2 + .globl foo + .type foo, @function +foo: + pea x@TLSGD(%a5) + .size foo, .-foo + .globl x + .hidden x + .section .tdata,"awT",@progbits + .align 2 + .type x, @object + .size x, 4 +x: + .long 0 + .section .note.GNU-stack,"",@progbits -- cgit v1.1