aboutsummaryrefslogtreecommitdiffstats
path: root/src/rtld/README-rtld
diff options
context:
space:
mode:
Diffstat (limited to 'src/rtld/README-rtld')
-rw-r--r--src/rtld/README-rtld18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/rtld/README-rtld b/src/rtld/README-rtld
new file mode 100644
index 0000000..fa737dc
--- /dev/null
+++ b/src/rtld/README-rtld
@@ -0,0 +1,18 @@
+The rtld emulation is based on the system libc ld.so code.
+
+The original version of this code was written by Daniel Jacobowitz in
+2003. It needed little modification/updating until recently (2011) when
+new constructs, such as STB_GNU_UNIQUE, were introduced into the dynamic
+linking.
+
+The 2011 work was done by Mark Hatle and based on eglibc-2.13. I
+attempted to document all of the code that had origins in eglibc and where
+the code originated from.
+
+As eglibc continues to advance, similar resyncs will be needed over time.
+Hopefully not such a dramatic resync will be required in the future.
+
+Mark Hatle <mark.hatle@windriver.com>,
+August 2011
+
+See the ChangeLog for additional changes.