about summary refs log tree commit diff
path: root/elf/tst-tlsgap-mod0.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/tst-tlsgap-mod0.c')
-rw-r--r--elf/tst-tlsgap-mod0.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/elf/tst-tlsgap-mod0.c b/elf/tst-tlsgap-mod0.c
new file mode 100644
index 0000000000..1478b0beac
--- /dev/null
+++ b/elf/tst-tlsgap-mod0.c
@@ -0,0 +1,2 @@
+int __thread tls0;
+int *f0(void) { return &tls0; }