Changes between Initial Version and Version 1 of DynamicLinking


Ignore:
Timestamp:
2011-06-26T14:29:35Z (13 years ago)
Author:
Jiri Svoboda
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DynamicLinking

    v1 v1  
     1= Dynamic Linking =
     2
     3Only supported on ia32, missing support for non-static thread-local variables, not enabled by default.
     4
     5* [http://dev.gentoo.org/~dberkholz/articles/toolchain/tls.pdf Ulrich Drepper: ELF Handling For Thread-Local Storage]
     6* [http://www.helenos.org/doc/theses/js-thesis.pdf Thesis Jiri Svoboda: Dynamic linker and debugging/tracing interface for HelenOS, 2008]
     7* [http://blog.flameeyes.eu/2011/06/01/gold-readiness-obstacle-2-base-versioning Blog post discussing symbol-level versioning supported by GNU ld / GLibC]