Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | |
2013-06-28 | [BZ #15022] Correct global-scope dlopen issues in static executables. | Maciej W. Rozycki | |
This change creates a link map in static executables to serve as the global search list for dlopen. It fixes a problem with the inability to access the global symbol object and a crash on an attempt to map a DSO into the global scope. Some code that has become dead after the addition of this link map is removed too and test cases are provided. |