summaryrefslogtreecommitdiff
path: root/test/tls/README
diff options
context:
space:
mode:
Diffstat (limited to 'test/tls/README')
-rw-r--r--test/tls/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/tls/README b/test/tls/README
new file mode 100644
index 0000000..06c9eb7
--- /dev/null
+++ b/test/tls/README
@@ -0,0 +1,8 @@
+These tests were imported from 'glibc/elf' and are responsible for testing
+the TLS functionality of the dynamic loader. The file 'tls-macros-mips.h'
+is a copy of 'glibc/sysdeps/mips/tls-macros.h'. Dependency and link orders
+are critical and should NOT be changed. Even if you think you know what
+you are doing, do not touch the Makefile without posting to the uClibc
+development mailing list.
+
+-Steve <sjhill@uclibc.org>